postgresql/src/backend/access/transam
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
..
clog.c Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
Makefile
rmgr.c
transam.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
varsup.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
xact.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
xid.c
xlog.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
xlogutils.c Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00