postgresql/src/include
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput.
We will no longer try to send elog messages to the client before we have
initialized backend libpq (oops); however, reporting bogus commandline
switches via elog does work now (not irrelevant, because of PGOPTIONS).
Fix problem with inappropriate sending of checkpoint-process messages
to stderr.
2001-09-08 01:10:21 +00:00
..
access Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
bootstrap Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
catalog Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
commands Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
executor Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, 2001-08-02 18:08:43 +00:00
lib pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq Enable SIGTERM and SIGQUIT during client authentication so 2001-09-07 16:12:49 +00:00
mb Commit Karel's patch. 2001-09-06 04:57:30 +00:00
nodes Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
optimizer Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
parser Here is my much-promised patch to let people add UNIQUE constraints after 2001-09-07 21:57:53 +00:00
port A small patch to keep postgres working on the latest BeOS. 2001-08-07 16:56:17 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
storage Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
tcop Enable SIGTERM and SIGQUIT during client authentication so 2001-09-07 16:12:49 +00:00
utils Commit Karel's patch. 2001-09-06 04:57:30 +00:00
c.h Suppress definitions of 'true' and 'false' macros if __cplusplus. 2001-08-27 23:02:25 +00:00
fmgr.h Add dynamic_library_path parameter and automatic appending of shared 2001-05-17 17:44:18 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Use MD5 for wire protocol encryption for >= 7.2 client/server. 2001-08-15 18:42:16 +00:00
pg_config.h.in Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. 2001-09-07 19:52:54 +00:00
pg_config.h.win32 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
pgstat.h Put pgstat internal files into $PGDATA/global. 2001-09-03 12:00:00 +00:00
postgres.h c.h needs to include postgres_ext.h to be self-contained. 2001-08-24 22:46:28 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h c.h needs to include postgres_ext.h to be self-contained. 2001-08-24 22:46:28 +00:00
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +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