postgresql/src/interfaces
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
..
cli Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
ecpg - Synced yet again. 2002-04-28 17:20:03 +00:00
jdbc Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
libpgeasy Add libpgeasy example file. 2002-03-06 14:40:05 +00:00
libpgtcl Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com. 2002-03-04 02:41:49 +00:00
libpq Remove reference to NAMEDATALEN, which wasn't necessary anyway. 2002-04-24 23:00:40 +00:00
libpq++ Inlined a patch to add the libpq setNoticeProcessor capability to 2002-03-11 15:08:18 +00:00
odbc Add a file for version control. 2002-05-09 04:10:22 +00:00
perl5 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
python Fix typo in usage instructions. 2002-05-03 14:21:38 +00:00
Makefile Recursive distclean shouldn't depend on recursive clean. Subdirectories 2001-03-09 21:50:27 +00:00