aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas2017-04-21
* Synchronize table list before creating slot in CREATE SUBSCRIPTIONPeter Eisentraut2017-04-21
* Modify message when partitioned table is added to publicationPeter Eisentraut2017-04-20
* Prevent log_replication_commands from causing SQL commands to be logged.Fujii Masao2017-04-21
* Don't call the function that may raise an error while holding spinlock.Fujii Masao2017-04-20
* Fix testing of parallel-safety of SubPlans.Tom Lane2017-04-18
* Improve documentation and comment for quorum-based sync replication.Fujii Masao2017-04-19
* Provide an error cursor for "can't call an SRF here" errors.Tom Lane2017-04-18
* A collection of small fixes for logical replication.Fujii Masao2017-04-19
* Use DatumGetInt32() to extract 32-bit integer value from a datum.Fujii Masao2017-04-19
* Also fix comment in sample postgresql.conf file, for "scram-sha-256".Heikki Linnakangas2017-04-18
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Fix minor typo in commentSimon Riggs2017-04-18
* Exit correctly from PrepareRedoRemove() when not foundSimon Riggs2017-04-18
* Don’t push nextid too far forwards in recoverySimon Riggs2017-04-18
* Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs2017-04-18
* Set range table for CopyFrom() in tablesyncPeter Eisentraut2017-04-17
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Tighten up relation kind checks for extended statisticsAlvaro Herrera2017-04-17
* Always build a custom plan node's targetlist from the path's pathtarget.Tom Lane2017-04-17
* Fix typos in comment and log message.Fujii Masao2017-04-18
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Fix extended statistics with partial analyzesAlvaro Herrera2017-04-17
* Ensure BackgroundWorker struct contents are well-defined.Tom Lane2017-04-16
* Fix typo in commentPeter Eisentraut2017-04-16
* Sync addRangeTableEntryForENR() with its peer functions.Tom Lane2017-04-16
* Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.Tom Lane2017-04-15
* More cleanup of manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-15
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-14
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Report statistics in logical replication workersPeter Eisentraut2017-04-14
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Remove pstrdup of TextDatumGetCStringPeter Eisentraut2017-04-14
* Remove trailing spaces in some outputPeter Eisentraut2017-04-13
* Fix regexport.c to behave sanely with lookaround constraints.Tom Lane2017-04-13
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-13
* Move bootstrap-time lookup of regproc OIDs into genbki.pl.Tom Lane2017-04-13
* Minor cleanup of backend SCRAM code.Heikki Linnakangas2017-04-13
* Remove pg_stats_ext viewAlvaro Herrera2017-04-13
* Mention pg_index changes also cause relcache invalidationSimon Riggs2017-04-13
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-12
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-12
* Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas2017-04-12
* Allow a rule on partitioned table to be renamed.Robert Haas2017-04-11
* Add an Assert() to max_parallel_workers enforcement.Robert Haas2017-04-11
* Fix confusion of max_parallel_workers mechanism following crash.Robert Haas2017-04-11
* Fix failure when a shared tidbitmap has only one page.Robert Haas2017-04-11
* Add max_sync_workers_per_subscription to postgresql.conf.sample.Fujii Masao2017-04-12