postgresql/src/include
Tom Lane 93190c3098 Repair still another bug in the btree page split WAL reduction patch:
it failed for splits of non-leaf pages because in such pages the first
data key on a page is suppressed, and so we can't just copy the first
key from the right page to reconstitute the left page's high key.
Problem found by Koichi Suzuki, patch by Heikki.
2007-11-16 19:53:50 +00:00
..
access Repair still another bug in the btree page split WAL reduction patch: 2007-11-16 19:53:50 +00:00
bootstrap Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
catalog Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
commands Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
executor Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
lib Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
libpq pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
mb Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
nodes Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
optimizer Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
parser Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
port pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
postmaster Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
regex Adjust regcustom.h so that all those assert() calls in the regex package 2007-10-06 16:01:51 +00:00
rewrite pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
snowball pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
storage Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tcop pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
tsearch Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
utils Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
c.h Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +00:00
fmgr.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
funcapi.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
getaddrinfo.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
getopt_long.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
Makefile make install is supposed to install everything under src/include/, 2007-10-14 17:07:51 +00:00
miscadmin.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
pg_config.h.in Document that configure option only affects contrib: 2007-11-05 17:43:20 +00:00
pg_config.h.win32 update files for beta3 2007-11-16 04:29:45 +00:00
pg_config_manual.h Arrange for large sequential scans to synchronize with each other, so that 2007-06-08 18:23:53 +00:00
pg_trace.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pgstat.h Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
pgtime.h Fix crash caused by log_timezone patch if we attempt to emit any elog messages 2007-08-04 19:29:25 +00:00
port.h pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
postgres.h Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
postgres_ext.h Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 2007-02-06 09:16:08 +00:00
postgres_fe.h Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate 2007-09-27 19:53:44 +00:00
rusagestub.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00