aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas2018-07-19
* Rephrase a few comments for clarity.Heikki Linnakangas2018-07-19
* Fix comment.Heikki Linnakangas2018-07-19
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier2018-07-19
* Fix re-parameterize of MergeAppendPathMichael Paquier2018-07-19
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-18
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix more portability issues with casts to Size when using off_tMichael Paquier2018-07-18
* Fix casting in error message for two-phase fileMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* doc: move PARTITION OF stanza to just below PARTITION BYAlvaro Herrera2018-07-17
* Revise BuildIndexValueDescription to simplify itAlvaro Herrera2018-07-16
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-16
* Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera2018-07-16
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane2018-07-14
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-13
* Update documentation editor setup instructionsPeter Eisentraut2018-07-13
* Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane2018-07-13
* Dump foreign keys on partitioned tablesAlvaro Herrera2018-07-13
* Improve performance of tuple conversion map generationHeikki Linnakangas2018-07-13
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* docs: Remove "New" description of the libpqxx interfaceBruce Momjian2018-07-13
* Prohibit transaction commands in security definer proceduresPeter Eisentraut2018-07-13
* Remove obsolete documentation build tools for WindowsPeter Eisentraut2018-07-13
* Accept invalidation messages in InitializeSessionUserId().Thomas Munro2018-07-13
* Add pg_dump --on-conflict-do-nothing option.Thomas Munro2018-07-13
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Clean up temporary WAL segments after an instance crashMichael Paquier2018-07-13
* Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut2018-07-12
* Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.Tom Lane2018-07-12
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12
* Doc: clarify release note text about v11's new window function features.Tom Lane2018-07-12
* Doc: update documentation for requirement of ORDER BY in GROUPS mode.Tom Lane2018-07-12
* Improve two error messagesPeter Eisentraut2018-07-12
* Add regression test for system catalog toast tablesPeter Eisentraut2018-07-12
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* Add assertion in expand_vacuum_rel() for non-autovacuum pathMichael Paquier2018-07-12
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Mark built-in btree comparison functions as leakproof where it's safe.Tom Lane2018-07-11
* Fix create_scan_plan's handling of sortgrouprefs for physical tlists.Tom Lane2018-07-11
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11