aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAge
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Back out:Bruce Momjian2003-12-21
* In my mind there were two categories of open issuesBruce Momjian2003-12-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane2003-07-15
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-15
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-27
* Add defense in assign_session_authorization() against trying to doTom Lane2003-06-06
* Add defense against possibility that tzname[] doesn't exist.Tom Lane2003-05-22
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane2003-04-27
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Fix assign_session_authorization() to not be confused by all-numericTom Lane2003-02-01
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* pgindent run.Bruce Momjian2002-09-04
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-06
* Convert GUC parameters back to strings if input as integers.Thomas G. Lockhart2002-04-22
* Check for multiple arguments on parameters which do not allow them.Thomas G. Lockhart2002-04-22
* Initialize or set a couple of variables to suppress compiler warnings.Thomas G. Lockhart2002-04-21
* Allow more choices for style of value in various SET commands. Formerly,Thomas G. Lockhart2002-04-21
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* Honor the typmod field for time zone intervals.Thomas G. Lockhart2001-12-09
* Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart2001-11-21
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bugPeter Eisentraut2001-09-19
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut2001-06-30
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-07
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Rename 'random_seed' back to 'seed'.Peter Eisentraut2001-03-29
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03