summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-28/+30
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-85/+208
* Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut2001-09-191-4/+4
* Commit Karel's patch.Tatsuo Ishii2001-09-061-9/+8
* Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut2001-06-301-78/+4
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-121-3/+5
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-071-19/+39
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-1/+3
* Rename 'random_seed' back to 'seed'.Peter Eisentraut2001-03-291-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-61/+62
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-7/+8
* Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane2000-10-261-1/+9
* Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane2000-10-251-18/+112
* SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane2000-09-221-8/+13
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-011-3/+3
* Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.Thomas G. Lockhart2000-07-141-2/+73
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-53/+4
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-7/+7
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-2/+50
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-728/+64
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-15/+16
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-071-1/+42
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-171-1/+47
* Looks like I broke SET variable = DEFAULT awhile ago. Ooops.Tom Lane2000-02-271-3/+9
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-191-116/+165
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-135/+497
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-27/+24
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* 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