index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-24
1
-2
/
+11
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
1
-40
/
+3
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-3
/
+3
*
Refrain from canonicalizing a client_encoding setting of "UNICODE".
Tom Lane
2011-04-19
1
-6
/
+24
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-12
/
+12
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-461
/
+445
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
1
-0
/
+38
*
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-22
1
-2
/
+51
*
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
1
-15
/
+15
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Prevent show_session_authorization from crashing when session_authorization
Tom Lane
2010-09-23
1
-0
/
+4
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
1
-7
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
Tom Lane
2009-09-03
1
-34
/
+1
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-4
/
+4
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Improve snapshot manager by keeping explicit track of snapshots.
Alvaro Herrera
2008-05-12
1
-2
/
+2
*
Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.
Alvaro Herrera
2008-03-26
1
-2
/
+2
*
Separate snapshot management code from tuple visibility code, create a
Alvaro Herrera
2008-03-26
1
-2
/
+2
*
Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,
Tom Lane
2008-01-03
1
-1
/
+34
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Improve consistency of error reporting in GUC assign_hook routines. Some
Tom Lane
2007-12-28
1
-57
/
+46
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-10
/
+10
*
Switch over to using the src/timezone functions for formatting timestamps
Tom Lane
2007-08-04
1
-4
/
+109
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-2
/
+2
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-4
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Fix bug that allowed any logged-in user to SET ROLE to any other database user
Tom Lane
2006-02-12
1
-2
/
+4
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-5
/
+5
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-56
/
+54
*
Fix crash when reading 'timezone = unknown' from postgresql.conf during
Tom Lane
2005-08-08
1
-4
/
+7
*
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
Tom Lane
2005-07-25
1
-1
/
+141
*
Add time/date macros for code clarity:
Bruce Momjian
2005-07-21
1
-3
/
+3
*
Add 'day' field to INTERVAL so 1 day interval can be distinguished from
Bruce Momjian
2005-07-20
1
-1
/
+11
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-28
/
+28
*
Fix assign_datestyle() so that it doesn't misleadingly complain about
Tom Lane
2005-06-09
1
-16
/
+27
*
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-05
1
-3
/
+11
*
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2005-04-19
1
-81
/
+27
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
GUC assign hooks that look at external state in deciding whether a
Tom Lane
2004-09-24
1
-3
/
+5
*
Code review for various recent GUC hacking. Don't elog(ERROR) when
Tom Lane
2004-08-31
1
-4
/
+11
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-4
/
+6
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-33
/
+36
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
[next]