aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-06
* Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane2019-04-05
* Fix compiler warningPeter Eisentraut2019-04-05
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Fix bugs in mdsyncfiletag().Thomas Munro2019-04-05
* Handle errors during GSSAPI startup betterStephen Frost2019-04-04
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-04
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* Add test coverage for rootdescend verification.Peter Geoghegan2019-04-04
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-04
* pg_restore: Require "-f -" to mean stdoutAlvaro Herrera2019-04-04
* Make queries' locking of indexes more consistent.Tom Lane2019-04-04
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-04
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-04
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch2019-04-03
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-03
* Improve readability of some tests in strings.sqlMichael Paquier2019-04-04
* tableam: basic documentation.Andres Freund2019-04-03
* Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch2019-04-03
* Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch2019-04-03
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-04
* Tweak docs for log_statement_sample_rateAlvaro Herrera2019-04-03
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Remove now-unnecessary thread pointer arguments in pgbench.Tom Lane2019-04-03
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-03
* GSSAPI encryption supportStephen Frost2019-04-03
* Copy name when cloning FKs recurses to partitionsAlvaro Herrera2019-04-03
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Correctly initialize newly added struct memberAlvaro Herrera2019-04-03
* Prevent use of uninitialized variableAlvaro Herrera2019-04-02
* Update expected output for modified catalog definitionAlvaro Herrera2019-04-02
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita2019-04-02
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Add progress reporting to pg_checksumsMichael Paquier2019-04-02
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02