postgresql/src/include/libpq
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
..
auth.h First phase of FE/BE protocol modifications: new StartupPacket layout 2003-04-17 22:26:02 +00:00
be-fsstubs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
crypt.h Clearify variables names so it is clear which variable is the 2002-12-05 18:52:43 +00:00
hba.h First phase of FE/BE protocol modifications: new StartupPacket layout 2003-04-17 22:26:02 +00:00
ip.h Whack getaddrinfo() patch around until it works, more or less, on 2003-04-02 00:49:28 +00:00
libpq-be.h First phase of FE/BE protocol modifications: new StartupPacket layout 2003-04-17 22:26:02 +00:00
libpq-fs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq.h Second round of FE/BE protocol changes. Frontend->backend messages now 2003-04-19 00:02:30 +00:00
pqcomm.h In the continuing saga of FE/BE protocol revisions, add reporting of 2003-04-25 19:45:10 +00:00
pqformat.h Another round of protocol changes. Backend-to-frontend messages now all 2003-04-22 00:08:07 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00