]> granicus.if.org Git - postgresql/history - src/backend/commands/variable.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands / variable.c
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2001-12-09 Thomas G. LockhartHonor the typmod field for time zone intervals.
2001-11-21 Thomas G. LockhartAllow 'PostgreSQL' as a date/time formatting style...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-09-19 Peter EisentrautAvoid unnecessary strcasecmp -- replace by strcmp....
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-03-29 Peter EisentrautRename 'random_seed' back to 'seed'.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-10-26 Tom LaneFix breakage I introduced yesterday in MULTIBYTE compil...
2000-10-25 Tom LaneSupport SET/SHOW/RESET client_encoding and server_encod...
2000-09-22 Tom LaneSetPGVariable() crashed on SET DateStyle TO DEFAULT...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-14 Thomas G. LockhartImplement SET SESSION CHARACTERISTICS and SET DefaultXa...
2000-06-22 Peter EisentrautSecond pass over run-time configuration system. Adjust...
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-17 Tom LaneAdd safety check on expression nesting depth. Default...
2000-02-27 Tom LaneLooks like I broke SET variable = DEFAULT awhile ago...
2000-02-19 Tom LaneGet rid of postgres.c's separate parsing logic for...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-07 Bruce MomjianFix spelling of variable name.
1999-07-07 Bruce MomjianFix misspelling.
1999-06-17 Bruce MomjianRemove QUERY_LIMIT and documenation on same. Change...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-18 Bruce MomjianEnable bushy and right-hand queries by default.
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-10-14 Bruce MomjianNew QUERY_LIMIT set command.
1998-10-08 Tom LaneClean up minor gcc warning about lack of reset_r_plans...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-03 Bruce Momjian[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-03 Thomas G. LockhartSupress call to tzset() in reset_timezone() if a new...
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.