postgresql/src/backend
Tom Lane 0dca4fcb0e array_map can't use the fn_extra field of the provided fcinfo struct as
its private storage, because that belongs to the function that it is
supposed to call.  Per report from Ezequiel Tolnay.
2005-03-24 21:50:38 +00:00
..
access Change Win32 O_SYNC method to O_DSYNC because that is what the method 2005-03-24 04:36:20 +00:00
bootstrap Add fprintf() custom version to libpgport. 2005-03-11 19:13:43 +00:00
catalog Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
commands Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, 2005-03-24 00:03:26 +00:00
executor Use InitFunctionCallInfoData() macro instead of MemSet in performance 2005-03-22 20:13:09 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 2005-02-26 18:43:34 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Trivial comment tweak. 2005-03-17 05:47:01 +00:00
optimizer Tweak planner to use a minimum size estimate of 10 pages for a 2005-03-24 19:14:49 +00:00
parser Allow ALTER FUNCTION to change a function's strictness, volatility, and 2005-03-14 00:19:37 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Refactor fork()-related code. We need to do various housekeeping tasks 2005-03-10 07:14:03 +00:00
postmaster Set socket timer to 58 instead of 60 minutes for hour-old cleaners: 2005-03-24 18:16:17 +00:00
regex Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 2004-11-24 22:56:54 +00:00
rewrite Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
storage Create a routine PageIndexMultiDelete() that replaces a loop around 2005-03-22 06:17:03 +00:00
tcop Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
utils array_map can't use the fn_extra field of the provided fcinfo struct as 2005-03-24 21:50:38 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00