summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-121-2/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-56/+54
* Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane2005-08-081-4/+7
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-251-1/+141
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-3/+3
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-1/+11
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-28/+28
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-091-16/+27
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-051-3/+11
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-81/+27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-241-3/+5
* Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane2004-08-311-4/+11
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-4/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-33/+36
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-111-15/+34
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+9
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+4
* Avoid calling select_default_timezone() when backing out an unwanted TZTom Lane2004-05-231-5/+32
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-221/+36
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-19/+17
* 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