aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-28
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane2005-08-08
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-09
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-05
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-24
* Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane2004-08-31
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-11
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Avoid calling select_default_timezone() when backing out an unwanted TZTom Lane2004-05-23
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* 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