summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-1/+36
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+7
* Fix spelling of variable name.Bruce Momjian1999-07-071-5/+5
* Fix misspelling.Bruce Momjian1999-07-071-5/+5
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-171-64/+2
* pgindent run over code.Bruce Momjian1999-05-251-29/+31
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-181-55/+1
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+63
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-7/+8
* New QUERY_LIMIT set command.Bruce Momjian1998-10-141-7/+96
* Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane1998-10-081-2/+2
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-17/+39
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-031-1/+49
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-50/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+4
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-181-7/+7
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-1/+57
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-2/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-20/+40
* Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart1998-02-031-48/+20
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-7/+7
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-0/+612