postgresql/src/backend
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)
environment variable processing to libpq.

The patch also adds code to our client apps so we set the environment
variable directly based on our binary location, unless it is already
set. This will allow our applications to emit proper locale messages
that are generated in libpq.
2004-06-03 00:07:38 +00:00
..
access Adjust btree index build to not use shared buffers, thereby avoiding the 2004-06-02 17:28:18 +00:00
bootstrap Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
catalog Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion 2004-06-01 21:49:23 +00:00
commands OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. 2004-06-02 21:01:10 +00:00
executor Some more de-FastList-ification. 2004-06-01 03:28:48 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
main Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 2004-06-03 00:07:38 +00:00
nodes FastList is history, yay. 2004-06-01 06:02:13 +00:00
optimizer Just about there on de-FastList-ification. 2004-06-01 04:47:46 +00:00
parser OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. 2004-06-02 21:01:10 +00:00
po Translation update 2004-05-29 06:22:56 +00:00
port Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 2004-05-28 05:13:32 +00:00
postmaster Per previous discussions, get rid of use of sync(2) in favor of 2004-05-31 03:48:10 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00
storage Per previous discussions, here are two functions to send INT and TERM 2004-06-02 21:29:29 +00:00
tcop Separate out bgwriter code into a logically separate module, rather 2004-05-29 22:48:23 +00:00
utils Per previous discussions, here are two functions to send INT and TERM 2004-06-02 21:29:29 +00:00
Makefile Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00