postgres/src/backend
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic
GUC support.  It's now possible to set datestyle, timezone, and
client_encoding from postgresql.conf and per-database or per-user
settings.  Also, implement rollback of SET commands that occur in a
transaction that later fails.  Create a SET LOCAL var = value syntax
that sets the variable only for the duration of the current transaction.
All per previous discussions in pghackers.
2002-05-17 01:19:19 +00:00
..
access Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
bootstrap Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
catalog Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
commands Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
executor Get rid of long-since-vestigial Iter node type, in favor of adding a 2002-05-12 23:43:04 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
main Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
nodes Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
optimizer Get rid of long-since-vestigial Iter node type, in favor of adding a 2002-05-12 23:43:04 +00:00
parser Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Add missing includes. 2002-05-05 16:14:24 +00:00
postmaster Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
regex Fix code to work when isalpha and friends are macros, not functions. 2002-05-05 00:50:31 +00:00
rewrite First pass at set-returning-functions in FROM, by Joe Conway with 2002-05-12 20:10:05 +00:00
storage Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
tcop Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
Makefile Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00