summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-19Refrain from canonicalizing a client_encoding setting of "UNICODE".Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-02-08Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-22Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-21Code cleanup for assign_XactIsoLevel.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-23Prevent show_session_authorization from crashing when session_authorizationTom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-12Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera
2008-03-26Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera
2008-03-26Separate snapshot management code from tuple visibility code, create aAlvaro Herrera
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-08Fix crash when reading 'timezone = unknown' from postgresql.conf duringTom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-21Add time/date macros for code clarity:Bruce Momjian
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-09Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane
2005-06-05Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-24GUC assign hooks that look at external state in deciding whether aTom Lane
2004-08-31Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian