summaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-10-18Adjust log_line_prefix to log much more information about connections.Pavan Deolasee
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-14Disallow SET SESSION AUTHORIZATION pg_*Stephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-03-08Fix parallel query on standby servers.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-07-22Reject out-of-range numeric timezone specifications.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-01Remove CTimeZone/HasCTZSet, root and branch.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
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-08-03Stop write operations on Datanodes when not accessed from CoordinatorMichael Paquier
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-03-06Improve error handling. Also, turn 9.1 serializable isolation level intoPavan Deolasee
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-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas