summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-18/+18
* Back out:Bruce Momjian2003-12-211-10/+2
* In my mind there were two categories of open issuesBruce Momjian2003-12-201-2/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-061-5/+24
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-8/+8
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-43/+42
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-29/+45
* A visit from the message-style police ...Tom Lane2003-07-281-4/+4
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-21/+38
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-171-5/+8
* Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane2003-07-151-3/+3
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-151-35/+5
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-271-10/+17
* Add defense in assign_session_authorization() against trying to doTom Lane2003-06-061-1/+11
* Add defense against possibility that tzname[] doesn't exist.Tom Lane2003-05-221-1/+14
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-181-29/+231
* Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane2003-04-271-5/+5
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-17/+1
* Fix assign_session_authorization() to not be confused by all-numericTom Lane2003-02-011-13/+30
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+2
* 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