postgresql/src/include
Tom Lane 9cbaf72177 In the continuing saga of FE/BE protocol revisions, add reporting of
initial values and runtime changes in selected parameters.  This gets
rid of the need for an initial 'select pg_client_encoding()' query in
libpq, bringing us back to one message transmitted in each direction
for a standard connection startup.  To allow server version to be sent
using the same GUC mechanism that handles other parameters, invent the
concept of a never-settable GUC parameter: you can 'show server_version'
but it's not settable by any GUC input source.  Create 'lc_collate' and
'lc_ctype' never-settable parameters so that people can find out these
settings without need for pg_controldata.  (These side ideas were all
discussed some time ago in pgsql-hackers, but not yet implemented.)
2003-04-25 19:45:10 +00:00
..
access During VACUUM FULL, truncate off any deletable pages that are at the 2003-02-24 00:57:17 +00:00
bootstrap
catalog Fix abstime-to-time cast function, which has had broken implementation 2003-04-17 04:50:20 +00:00
commands In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
executor Add new file. 2003-03-27 16:55:11 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
mb Fix for GUC client_encoding variable not being handled 2003-02-19 14:31:26 +00:00
nodes First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
optimizer Adjust subquery qual pushdown rules so that we can push down a qual 2003-04-24 23:43:09 +00:00
parser First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
port Add Win32 shmem/sema prototypes. 2003-04-24 21:23:01 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite
storage Apple's assembler likes the inlined TAS syntax too, so no reason to 2003-04-20 21:54:34 +00:00
tcop Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
utils In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
c.h Prevent unlink/rename Win32 mapping on frontends. 2003-04-25 16:18:40 +00:00
fmgr.h First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
funcapi.h
getaddrinfo.h Whack getaddrinfo() patch around until it works, more or less, on 2003-04-02 00:49:28 +00:00
getopt_long.h Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +00:00
Makefile
miscadmin.h Generate pg_config.h.in by autoheader. Separate out manually editable 2003-04-06 22:45:23 +00:00
pg_config_manual.h Make Win32 tests to match existing Cygwin tests, where appropriate. 2003-04-18 01:03:42 +00:00
pg_config.h.in Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
pg_config.h.win32
pgstat.h Add start time to pg_stat_activity 2003-03-20 03:34:57 +00:00
postgres_ext.h Compiling anything that uses InvalidOid under g++ yields a warning about 2003-03-18 17:21:07 +00:00
postgres_fe.h
postgres.h Generate pg_config.h.in by autoheader. Separate out manually editable 2003-04-06 22:45:23 +00:00
rusagestub.h
strdup.h