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
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
1
-2
/
+2
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-1
/
+1
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
1
-1
/
+1
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
1
-4
/
+0
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
1
-1
/
+1
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
1
-0
/
+24
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-3
/
+3
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
1
-7
/
+0
*
Disallow SET SESSION AUTHORIZATION pg_*
Stephen Frost
2016-04-13
1
-0
/
+4
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+3
*
Fix parallel query on standby servers.
Robert Haas
2016-03-08
1
-1
/
+3
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
1
-2
/
+6
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-6
/
+2
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-2
/
+6
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
1
-0
/
+1
*
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
1
-0
/
+7
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-6
/
+6
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
1
-82
/
+14
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
1
-0
/
+2
*
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
[next]