postgresql/src/include
Tom Lane 9ace03183c Some small polishing of Mark Hollomon's cleanup of DROP command: might
as well allow DROP multiple INDEX, RULE, TYPE as well.  Add missing
CommandCounterIncrement to DROP loop, which could cause trouble otherwise
with multiple DROP of items affecting same catalog entries.  Try to
bring a little consistency to various error messages using 'does not exist',
'nonexistent', etc --- I standardized on 'does not exist' since that's
what the vast majority of the existing uses seem to be.
2000-10-22 23:32:48 +00:00
..
access WAL 2000-10-21 15:43:36 +00:00
bootstrap Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
catalog datlastsysoid is an Oid, not an int4 ... 2000-10-22 18:29:58 +00:00
commands Added new SQL function setval(seq,val,bool) to restore is_called as well as value 2000-10-11 15:31:34 +00:00
executor Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 2000-10-05 19:11:39 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
libpq Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 2000-09-27 15:17:57 +00:00
mb Disable elog when linked with frontend. 2000-10-12 07:36:51 +00:00
nodes Some small polishing of Mark Hollomon's cleanup of DROP command: might 2000-10-22 23:32:48 +00:00
optimizer Add proofreader's changes to docs. 2000-10-05 19:48:34 +00:00
parser Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
port Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
regex Clean up #include's. 2000-06-15 03:33:12 +00:00
rewrite Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
storage Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
tcop Arrange that no database accesses are attempted during parser() --- this 2000-10-07 00:58:23 +00:00
utils Fix temp relation handling for indexes, cleanup 2000-10-11 21:28:19 +00:00
c.h New diff that now covers the entire tree. Applying this gets postgresql 2000-10-03 03:11:26 +00:00
config.h.in Remove NO_SECURITY define. 2000-10-16 17:08:11 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
miscadmin.h Add runtime configuration option "silent_mode". 2000-10-08 09:25:38 +00:00
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +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 Add: 2000-01-26 05:58: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