postgresql/src/include
Tom Lane 8fe728b009 Back-patch changes to validate page header fields immediately after
reading in any page.  Also back-port the zero_damaged_pages boolean
that determines what to do about it.
2003-04-04 00:32:57 +00:00
..
access Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 2003-01-21 22:06:36 +00:00
bootstrap Update copyright to 2002. 2002-06-20 20:29:54 +00:00
catalog Repair incorrect prorettype entry for timestamptz_izone. Can't force 2003-03-14 04:44:05 +00:00
commands GetTupleForTrigger must use outer transaction's command counter for time 2003-03-27 14:33:21 +00:00
executor Make SPI's execution of querystrings follow the rules agreed to for 2002-10-14 23:49:20 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Allow 'password' encryption even when pg_shadow has MD5 passwords, per 2002-12-05 18:40:08 +00:00
mb Back patch for GUC client_encoding variable not being handled 2003-02-19 14:14:58 +00:00
nodes Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, 2003-01-23 05:10:57 +00:00
optimizer Tweak querytree-dependency-extraction code so that columns of tables 2002-09-11 14:48:55 +00:00
parser Function-call-style type coercions should be treated as explicit 2002-10-24 22:09:00 +00:00
port Awhile back I wrote that freebsd.h was probably broken in the places where 2003-01-01 20:35:54 +00:00
regex pgindent run. 2002-09-04 20:31:48 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage Back-patch changes to validate page header fields immediately after 2003-04-04 00:32:57 +00:00
tcop Add DLLIMPORT declarations needed by contrib modules. 2002-10-21 18:57:35 +00:00
utils Fix timestamptz_in so that parsing of 'now'::timestamptz gives right 2003-02-20 05:25:25 +00:00
c.h Add fseeko for NetBSD. 2002-10-24 03:11:05 +00:00
fmgr.h Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 2002-10-25 22:17:32 +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 This patch removes two unused global variables from globals.c 2002-10-03 17:07:53 +00:00
pg_config.h.in Back-patch changes to address Perl _GNU_SOURCE problem. 2002-11-08 05:23:09 +00:00
pg_config.h.win32 Brand 7.3.2. 2003-02-02 19:56:46 +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 Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +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