postgresql/src/include
Hiroshi Inoue 0f2e7948e2 Improve cache invalidation handling. Eespecially
this would fix TODO
* elog() flushes cache, try invalidating just entries from
  current xact, perhaps using invalidation cache
2000-01-10 06:30:56 +00:00
..
access Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 1999-12-30 05:05:13 +00:00
bootstrap Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catalog Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. 2000-01-10 04:36:37 +00:00
commands Changed "triggered data change violation" detection code 2000-01-06 20:47:01 +00:00
executor Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
lib Remove now-dead sort modules. 1999-10-17 22:19:07 +00:00
libpq Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 1999-10-23 03:13:33 +00:00
mb Fix for multi-byte includes. 1999-07-17 16:25:28 +00:00
nodes Another round of planner/optimizer work. This is just restructuring and 2000-01-09 00:26:47 +00:00
optimizer Another round of planner/optimizer work. This is just restructuring and 2000-01-09 00:26:47 +00:00
parser any_ordering_op()'s argument should be declared Oid not int. 1999-12-12 20:51:29 +00:00
port Avoid compiler warnings on systems that have snprintf and/or vsnprintf 1999-12-20 00:51:25 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Clean up rewriter routines to use expression_tree_walker and 1999-10-01 04:08:24 +00:00
storage Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely 2000-01-08 21:59:55 +00:00
tcop Modify elog() logic so that it won't try to longjmp(Warn_restart) before 1999-11-16 06:13:36 +00:00
utils Improve cache invalidation handling. Eespecially 2000-01-10 06:30:56 +00:00
c.h Avoid compiler warnings on systems that have snprintf and/or vsnprintf 1999-12-20 00:51:25 +00:00
config.h.in Move fixes for >8 indexed fields. 2000-01-10 05:20:26 +00:00
miscadmin.h Add SetPidFile() and friends. 2000-01-09 12:19:27 +00:00
postgres.h Move fixes for >8 indexed fields. 2000-01-10 05:20:26 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +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
version.h.in Update version for 7.0. 1999-11-01 02:33:32 +00:00