This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-11-03 09:13:20 +03:00
Code
Activity
Files
78d74e32fbacf87e288b712de8e9c80f441b950b
postgres
/
src
/
backend
/
tcop
History
Vadim B. Mikheev
502f6f3889
CREATE/DROP TRIGGER
1997-08-31 11:41:55 +00:00
..
aclchk.c
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
dest.c
New results destination for SPI manager.
1997-08-29 09:06:27 +00:00
fastpath.c
From: Dan McGuirk <mcguirk@indirect.com>
1997-03-12 21:13:19 +00:00
Makefile
-Wno-error should only be enabled for gcc compilers, it seems
1997-04-24 13:25:07 +00:00
postgres.c
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
pquery.c
Number of tuples inserted/affected by INSERT/UPDATE/DELETE...
1997-08-27 09:05:24 +00:00
utility.c
CREATE/DROP TRIGGER
1997-08-31 11:41:55 +00:00
variable.c
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
1997-08-12 20:16:25 +00:00