aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas2017-12-07
* Report failure to start a background worker.Robert Haas2017-12-06
* Fix Parallel Append crash.Robert Haas2017-12-06
* Adjust regression test cases added by commit ab7271677.Tom Lane2017-12-05
* doc: Flex is not a GNU packagePeter Eisentraut2017-12-05
* Fix broken markup.Tom Lane2017-12-05
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* doc: Update memory requirements for FOPPeter Eisentraut2017-12-05
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* postgres_fdw: Fix failing regression test.Robert Haas2017-12-05
* postgres_fdw: Judge password use by run-as user, not session user.Robert Haas2017-12-05
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* doc: Turn on generate.consistent.ids parameterPeter Eisentraut2017-12-05
* Treat directory open failures as hard errors in ResetUnloggedRelations().Tom Lane2017-12-04
* Fix warnings from cpluspluscheckPeter Eisentraut2017-12-04
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Improve error handling in RemovePgTempFiles().Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-04
* Support boolean columns in functional-dependency statistics.Tom Lane2017-12-04
* Remove memory leak protection from Gather and Gather Merge nodes.Robert Haas2017-12-04
* Fix uninitialized-variable compiler warning induced by commit e4128ee76.Tom Lane2017-12-03
* Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call.Andres Freund2017-12-01
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Minor code beautification in partition_bounds_equal.Robert Haas2017-12-01
* postgres_fdw: Fix test that didn't test what it claimed.Robert Haas2017-12-01
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* Try to exclude partitioned tables in toto.Robert Haas2017-12-01
* Fix uninitialized memory reference.Robert Haas2017-12-01
* Check channel binding flag at end of SCRAM exchangePeter Eisentraut2017-12-01
* pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut2017-12-01
* Remove extra word from comment.Robert Haas2017-11-30
* SQL proceduresPeter Eisentraut2017-11-30
* Make create_unique_path manage memory like mark_dummy_rel.Robert Haas2017-11-30
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-30
* Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane2017-11-29
* Add a barrier primitive for synchronizing backends.Andres Freund2017-11-29
* Add some regression tests that exercise hash join code.Andres Freund2017-11-29
* New C function: bms_add_rangeRobert Haas2017-11-29
* Add extensive tests for partition pruning.Robert Haas2017-11-29
* PL/Python: Fix remaining scan-build warningsPeter Eisentraut2017-11-29
* Add compiler hints to PLy_elog()Peter Eisentraut2017-11-29
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Clarify old comment about qual_is_pushdown_safe's handling of subplans.Tom Lane2017-11-28
* Make memset() use sizeof() rather than re-compute sizeAlvaro Herrera2017-11-29
* Fix extstat collection when no stats are produced for a columnAlvaro Herrera2017-11-28
* Fix wrong function name in comment.Robert Haas2017-11-28
* If a range-partitioned table has no default partition, reject null keys.Robert Haas2017-11-28
* Revert "PL/Python: Fix potential NULL pointer dereference"Peter Eisentraut2017-11-28