postgresql/src/backend
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args;
the harm potential outweighs the possible benefits.
2000-08-27 19:00:41 +00:00
..
access Tweak btree insertion to avoid O(N^2) slowdown with large numbers of 2000-08-25 23:13:33 +00:00
bootstrap Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 2000-08-03 19:19:38 +00:00
catalog Move pg_checkretval out of the planner (where it never belonged) into 2000-08-21 20:55:31 +00:00
commands Remove configure tests for `signed', `volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
executor GetAttributeByName and GetAttributeByNum should be declared to return 2000-08-24 23:34:11 +00:00
lib Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 2000-08-26 21:53:44 +00:00
libpq Make the location of the Kerberos server key file run time configurable 2000-08-25 10:00:35 +00:00
main Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
nodes copyObject() and equal() now know about all parse-time node types, 2000-08-11 23:45:35 +00:00
optimizer SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
parser Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 2000-08-26 21:53:44 +00:00
port Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
postmaster Remove configure tests for `signed', `volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
regex Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rewrite Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
storage Remove configure tests for `signed', `volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
tcop Remove configure tests for `signed', `volatile', and signal handler args; 2000-08-27 19:00:41 +00:00
tioga Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils Change pg_mblen and pg_encoding_mblen return types from void 2000-08-27 10:40:48 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00