summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-0611-2/+198
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-0519-135/+1044
* Add facility to copy replication slotsAlvaro Herrera2019-04-059-50/+736
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-061-0/+2
* Fix missing word.Robert Haas2019-04-051-1/+1
* Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane2019-04-051-0/+14
* table: docs: fix typos and grammar.Andres Freund2019-04-054-32/+33
* Doc: Update documentation on partitioning vs. foreign tables.Etsuro Fujita2019-04-052-0/+8
* Fix compiler warningPeter Eisentraut2019-04-051-10/+7
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-0511-493/+177
* Fix bugs in mdsyncfiletag().Thomas Munro2019-04-051-8/+7
* Handle errors during GSSAPI startup betterStephen Frost2019-04-043-28/+20
* Fix some documentation in pg_rewindMichael Paquier2019-04-051-4/+30
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-042-2/+1
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-049-110/+119
* Add test coverage for rootdescend verification.Peter Geoghegan2019-04-044-22/+10
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-049-366/+587
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-049-25/+98
* pg_restore: Require "-f -" to mean stdoutAlvaro Herrera2019-04-044-12/+30
* Make queries' locking of indexes more consistent.Tom Lane2019-04-048-59/+39
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-0411-25/+193
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-041-1/+7
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-041-7/+7
* Refactor the fsync queue for wider use.Thomas Munro2019-04-0418-890/+904
* file_fdw: Fix for generated columnsPeter Eisentraut2019-04-043-0/+21
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-031-0/+2
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-031-5/+28
* Improve readability of some tests in strings.sqlMichael Paquier2019-04-042-8/+12
* tableam: basic documentation.Andres Freund2019-04-0313-16/+228
* Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch2019-04-032-0/+6
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-032-14/+22
* Consistently test for in-use shared memory.Noah Misch2019-04-0311-177/+468
* Doc: clarify partial-index example.Tom Lane2019-04-031-3/+5
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-048-52/+333
* Tweak docs for log_statement_sample_rateAlvaro Herrera2019-04-033-18/+20
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-037-3/+60
* Remove now-unnecessary thread pointer arguments in pgbench.Tom Lane2019-04-031-30/+36
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-032-40/+78
* GSSAPI encryption supportStephen Frost2019-04-0335-197/+2575
* Copy name when cloning FKs recurses to partitionsAlvaro Herrera2019-04-031-1/+1
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-0315-431/+2039
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-0327-222/+223
* Correctly initialize newly added struct memberAlvaro Herrera2019-04-031-0/+2
* Prevent use of uninitialized variableAlvaro Herrera2019-04-021-1/+2
* Update expected output for modified catalog definitionAlvaro Herrera2019-04-021-3/+3
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-0237-46/+768
* Add support for partial TOAST decompressionStephen Frost2019-04-025-36/+70
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-027-390/+656
* Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita2019-04-022-32/+58
* postgres_fdw: Modify regression tests for EPQ-related planning problems.Etsuro Fujita2019-04-022-58/+72