summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-29/+37
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-29/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-739/+360
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-061-1/+15
* Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart2002-04-221-14/+23
* Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart2002-04-221-4/+10
* Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart2002-04-211-2/+3
* Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart2002-04-211-13/+96
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-5/+8
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-12/+12
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-231-3/+3
* Honor the typmod field for time zone intervals.Thomas G. Lockhart2001-12-091-4/+4
* Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart2001-11-211-2/+2
* 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