aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAge
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Looks like I broke SET variable = DEFAULT awhile ago. Ooops.Tom Lane2000-02-27
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-19
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Fix spelling of variable name.Bruce Momjian1999-07-07
* Fix misspelling.Bruce Momjian1999-07-07
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* pgindent run over code.Bruce Momjian1999-05-25
* Enable bushy and right-hand queries by default.Bruce Momjian1999-02-18
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
* New QUERY_LIMIT set command.Bruce Momjian1998-10-14
* Clean up minor gcc warning about lack of reset_r_plans prototype.Tom Lane1998-10-08
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Supress call to tzset() in reset_timezone() if a new time zone has neverThomas G. Lockhart1998-02-03
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05