postgresql/src/backend/access
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
..
common Another round of protocol changes. Backend-to-frontend messages now all 2003-04-22 00:08:07 +00:00
gist Adjust amrescan code so that it's allowed to call index_rescan with a 2003-03-23 23:01:03 +00:00
hash Adjust amrescan code so that it's allowed to call index_rescan with a 2003-03-23 23:01:03 +00:00
heap Improve coding of log_heap_clean() and heap_xlog_clean(). 2003-02-23 20:32:12 +00:00
index Modify keys_are_unique optimization to release buffer pins before it 2003-03-24 21:42:33 +00:00
nbtree Adjust amrescan code so that it's allowed to call index_rescan with a 2003-03-23 23:01:03 +00:00
rtree Adjust amrescan code so that it's allowed to call index_rescan with a 2003-03-23 23:01:03 +00:00
transam In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00