aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-04
* fix thinko in logrotate testAndrew Dunstan2019-03-03
* Don't do pg_ctl logrotate test on WindowsAndrew Dunstan2019-03-03
* Improve performance of index-only scans with many index columns.Tom Lane2019-03-03
* Avoid accidental wildcard expansion in msys shellAndrew Dunstan2019-03-03
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Consider only relations part of partition trees in partition functionsMichael Paquier2019-03-02
* Use a virtual rather than a heap slot in two places where that suffices.Andres Freund2019-03-01
* Check we don't misoptimize a NOT IN where the subquery returns no rows.Tom Lane2019-03-01
* Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane2019-03-01
* Fix whitespacePeter Eisentraut2019-03-01
* Remove tests for pg_dumpall --exclude-database missing argumentAndrew Dunstan2019-03-01
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Add extra descriptive headings in pg_dumpallAndrew Dunstan2019-03-01
* Add --exclude-database option to pg_dumpallAndrew Dunstan2019-03-01
* Clear the local map when not used.Amit Kapila2019-03-01
* Make pg_partition_tree return no rows on unsupported and undefined objectsMichael Paquier2019-03-01
* Don't superfluously materialize slot after DELETE from an FDW.Andres Freund2019-02-28
* Don't force materializing when copying a buffer tuple table slot.Andres Freund2019-02-28
* Improve docs for ALTER TABLE .. SET TABLESPACEAlvaro Herrera2019-02-28
* Make get_controlfile not leak file descriptorsJoe Conway2019-02-28
* Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().Andres Freund2019-02-28
* pg_dump: Fix ArchiveEntry handling of some empty valuesAlvaro Herrera2019-02-28
* Merge near-duplicate code in RI triggersPeter Eisentraut2019-02-28
* Standardize some more loops that chase down parallel lists.Tom Lane2019-02-28
* Clean up some variable names in ri_triggers.cPeter Eisentraut2019-02-28
* Compact for loopsPeter Eisentraut2019-02-28
* Reduce commentsPeter Eisentraut2019-02-28
* Remove unnecessary unused MATCH PARTIAL codePeter Eisentraut2019-02-28
* Update commentPeter Eisentraut2019-02-28
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* Fix SCRAM authentication via SSL when mixing versions of OpenSSLMichael Paquier2019-02-28
* Remove unused macroPeter Eisentraut2019-02-28
* Initialize variable to silence compiler warning.Andres Freund2019-02-27
* Set cluster_name for PostgresNode.pm instancesPeter Eisentraut2019-02-27
* Set fallback_application_name for a walreceiver to cluster_namePeter Eisentraut2019-02-27
* Fix memory leak when inserting tuple at relation creation for CTASMichael Paquier2019-02-27
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.Andres Freund2019-02-26
* Add ExecStorePinnedBufferHeapTuple.Andres Freund2019-02-26
* Change lock acquisition order in expand_inherited_rtentry.Robert Haas2019-02-26
* Free memory in ecpg bytea regression test.Michael Meskes2019-02-26
* Hopefully fixing memory handling issues in ecpglib that Coverity found.Michael Meskes2019-02-26
* Simplify some code in pg_rewind when syncing target directoryMichael Paquier2019-02-26
* Remove unneeded argument from _bt_getstackbuf().Peter Geoghegan2019-02-25
* Correct obsolete nbtree page deletion comment.Peter Geoghegan2019-02-25
* psql: Remove obsolete codePeter Eisentraut2019-02-25
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25