postgresql/src/include
Tom Lane fa1369a6b9 Stamp 8.2.23.
Hail and farewell, 8.2.
2011-12-01 16:59:19 -05:00
..
access Fix race condition with toast table access from a stale syscache entry. 2011-11-01 19:49:06 -04:00
bootstrap pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
catalog Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:14 +02:00
commands Fix dangling-pointer problem in before-row update trigger processing. 2011-02-21 21:18:30 -05:00
executor Fix an oversight in the support for storing/retrieving "minimal tuples" in 2009-03-30 04:09:18 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:57 +00:00
mb Replace argument-checking Asserts with regular test-and-elog checks in all 2009-01-29 19:24:19 +00:00
nodes Fix potential failure when hashing the output of a subplan that produces 2010-07-28 04:51:21 +00:00
optimizer Get rid of adjust_appendrel_attr_needed(), which has been broken ever since 2008-11-11 18:13:54 +00:00
parser Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:23:10 -04:00
port Force default wal_sync_method to be fdatasync on Linux. 2010-12-08 20:01:29 -05:00
postmaster Implement a chunking protocol for writes to the syslogger pipe, with messages 2007-06-14 01:49:39 +00:00
regex Fix assorted security-grade bugs in the regex engine. All of these problems 2008-01-03 20:48:49 +00:00
rewrite Fix pull_up_simple_union_all to copy all rtable entries from child subquery to 2008-08-14 20:32:11 +00:00
storage Widen the nLocks counts in local lock tables from int to int64. This 2008-09-16 01:56:43 +00:00
tcop On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 2006-10-07 19:25:29 +00:00
utils Fix race condition in relcache init file invalidation. 2011-08-16 13:12:29 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:14 +02:00
Makefile Fix server header file installation with vpath builds 2011-11-10 21:42:00 +02:00
c.h Don't pass an invalid file handle to dup2(). That causes a crash on 2010-04-01 20:12:43 +00:00
fmgr.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
funcapi.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
getaddrinfo.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
miscadmin.h Prevent indirect security attacks via changing session-local state within 2009-12-09 21:58:30 +00:00
pg_config.h.in Back-patch mingw configure-check for gettimeofday so that 8.2 can 2007-11-29 16:44:26 +00:00
pg_config.h.win32 Stamp 8.2.23. 2011-12-01 16:59:19 -05:00
pg_config_manual.h Add built-in userlock manipulation functions to replace the former 2006-09-18 22:40:40 +00:00
pg_trace.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pgstat.h Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 2007-07-08 22:23:25 +00:00
pgtime.h Fix up timetz input so that a date is required only when the specified 2006-10-18 16:43:14 +00:00
port.h Revert backpatch of inheritable-ACE patch for Win32, since it broke 2009-11-20 01:28:18 +00:00
postgres.h Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum 2008-03-25 19:31:31 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00