summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-06Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane
2002-04-22Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart
2002-04-22Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart
2002-04-21Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart
2002-04-21Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-23Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut
2001-12-09Honor the typmod field for time zone intervals.Thomas G. Lockhart
2001-11-21Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-09-19Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-06-30Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut
2001-06-12Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-03-29Rename 'random_seed' back to 'seed'.Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-09-22SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane
2000-08-01Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane
2000-07-14Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.Thomas G. Lockhart
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-02-27Looks like I broke SET variable = DEFAULT awhile ago. Ooops.Tom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-07Fix spelling of variable name.Bruce Momjian
1999-07-07Fix misspelling.Bruce Momjian