postgresql/src/include
Tom Lane b2ab1e6bc9 Ensure that before truncating CLOG, we force a checkpoint even if no
recent WAL activity has occurred.  Without this, it's possible that a
later crash might leave tuples on disk with un-updated commit status
bits.
2002-09-26 22:58:34 +00:00
..
access Ensure that before truncating CLOG, we force a checkpoint even if no 2002-09-26 22:58:34 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Update some obsolete comments and column descriptions. 2002-09-24 21:26:44 +00:00
commands Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
executor pgindent run. 2002-09-04 20:31:48 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Guard against send-lots-and-lots-of-data DoS attack from unauthenticated 2002-09-04 23:31:35 +00:00
mb pgindent run. 2002-09-04 20:31:48 +00:00
nodes Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
optimizer Tweak querytree-dependency-extraction code so that columns of tables 2002-09-11 14:48:55 +00:00
parser Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
port Remove useless O_DIROPEN stuff. 2002-09-24 20:20:10 +00:00
regex pgindent run. 2002-09-04 20:31:48 +00:00
rewrite pgindent run. 2002-09-04 20:31:48 +00:00
storage Fix PPC s_lock operations to work correctly on multi-CPU machines. 2002-09-21 00:14:05 +00:00
tcop pgindent run. 2002-09-04 20:31:48 +00:00
utils Bring SIMILAR TO and SUBSTRING into some semblance of conformance with 2002-09-22 17:27:25 +00:00
c.h Remove leftovers from subproject removals. Fixes for Python and Kerberos 2002-09-04 22:54:18 +00:00
fmgr.h The small context diff below corrects what seems to be an oversight in 2002-09-12 00:26:42 +00:00
funcapi.h pgindent run. 2002-09-04 20:31:48 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
pg_config.h.in Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
pg_config.h.win32 Remove leftovers from subproject removals. Fixes for Python and Kerberos 2002-09-04 22:54:18 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h pgindent run. 2002-09-04 20:31:48 +00:00
postgres_ext.h Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 2002-08-13 20:40:44 +00:00
postgres_fe.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rusagestub.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00