postgrespro.git / summary / log

2020-04-07 60cbd7751c1e Remove nbtree BTreeTupleSetAltHeapTID() function.
           Peter Geoghegan

2020-04-07 c6550776394e Allow users to limit storage reserved by replication slots
           Alvaro Herrera

2020-04-07 b63c293bcbd7 Allow psql's \g and \gx commands to transiently change \pset options.
           Tom Lane

2020-04-07 0f5ca02f53ac Implement waiting for given lsn at transaction start
           Alexander Korotkov

2020-04-07 357889eb17bb Support FETCH FIRST WITH TIES
           Alvaro Herrera

2020-04-07 26a944cf29ba Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
           Tom Lane

2020-04-07 9c74ceb20b99 Remove debugging elog from pgstat_recv_resetslrucounter
           Tomas Vondra

2020-04-07 d22782a5392f Minor improvements in Incremental Sort explain
           Tomas Vondra

2020-04-07 4bd0ad9e44be Prevent archive recovery from scanning non-existent WAL files.
           Fujii Masao

2020-04-07 ba3e76cc571e Consider Incremental Sort paths at additional places
           Tomas Vondra

2020-04-07 c7654f6a3779 Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
           Tom Lane

2020-04-06 4c04be9b05ad Introduce xid8-based functions to replace txid_XXX.
           Thomas Munro

2020-04-06 aeec457de8a8 Add SQL type xid8 to expose FullTransactionId to users.
           Thomas Munro

2020-04-06 4bea576b032d Use INT64_FORMAT when formatting int64 values in explain
           Tomas Vondra

2020-04-06 23ba3b5ee278 Fix failures in incremental_sort due to number of workers
           Tomas Vondra

2020-04-06 ce2cee0ade8a Fix nbtree kill_prior_tuple posting list assert.
           Peter Geoghegan

2020-04-06 7d6d82a52493 Fix show_incremental_sort_info with force_parallel_mode
           Tomas Vondra

2020-04-06 d2d8a229bc58 Implement Incremental Sort
           Tomas Vondra

2020-04-06 3c8553547b14 Re-stabilize infinite_recurse() test case.
           Tom Lane

2020-04-06 f1ac27bfda6c Add logical replication support to replicate into partitioned tables
           Peter Eisentraut

2020-04-06 b7ce6de93b59 Allow autovacuum to log WAL usage statistics.
           Amit Kapila

2020-04-06 8ef9451f58ee Refactor cluster.c to use new routine get_index_isclustered()
           Michael Paquier

2020-04-06 33e05f89c53e Add the option to report WAL usage in EXPLAIN and auto_explain.
           Amit Kapila

2020-04-06 a40caf5f862c Preserve clustered index after rewrites with ALTER TABLE
           Michael Paquier

2020-04-06 fc3f4453a2bc Recompute stack base in forked postmaster children.
           Andres Freund

2020-04-06 f946069e6827 Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
           Andres Freund

2020-04-05 549a3e23c3d6 Fix recently introduced typo.
           Andres Freund

2020-04-05 a9d9bdd3ad21 Save errno across LWLockRelease() calls
           Peter Eisentraut

2020-04-05 18d85e9b8a2b Further improve stability fix for partition_aggregate test.
           Tom Lane

2020-04-05 6b466bf5f2be Allow pg_stat_statements to track WAL usage statistics.
           Amit Kapila

2020-04-04 70de4e950c3b Add perl2host call missing from a new test file.
           Noah Misch

2020-04-04 07871d40c72e Remove bogus Assert, add some regression test cases showing why.
           Tom Lane

2020-04-04 c6b92041d385 Skip WAL for new relfilenodes, under wal_level=minimal.
           Noah Misch

2020-04-04 552fcebff046 Revert "Improve handling of parameter differences in physical replication"
           Peter Eisentraut

2020-04-04 df3b181499b4 Add infrastructure to track WAL usage.
           Amit Kapila

2020-04-04 0588ee63aa2d Include chunk overhead in hash table entry size estimate.
           Jeff Davis

2020-04-04 3e0d80fd8d3d Fix resource management bug with replication=database.
           Robert Haas

2020-04-04 db1531cae009 Be more careful about time_t vs. pg_time_t in basebackup.c.
           Robert Haas

2020-04-03 9f8f881caa0f pg_validatebackup: Fix 'make clean' to remove tmp_check.
           Robert Haas

2020-04-03 19c0422ad012 pg_validatebackup: Adjust TAP tests to undo permissions change.
           Robert Haas

2020-04-03 460314db08e8 pg_validatebackup: Also use perl2host in TAP tests.
           Robert Haas

2020-04-03 0568e7a2a4f1 Cosmetic improvements for code related to partitionwise join.
           Tom Lane

2020-04-03 21dc48840c24 pg_validatebackup: Use tempdir_short in TAP tests.
           Robert Haas

2020-04-03 87e300434058 pg_validatebackup: Adjust TAP tests to placate perlcritic.
           Robert Haas

2020-04-03 0d8c9c1210c4 Generate backup manifests for base backups, and validate them.
           Robert Haas

2020-04-03 ce77abe63cfc Include information on buffer usage during planning phase, in EXPLAIN output, take two.
           Fujii Masao

2020-04-03 e41955faf060 Fix bugs in gin_fuzzy_search_limit processing.
           Tom Lane

2020-04-03 c0885c4c3069 Improve stability of explain regression test.
           Fujii Masao

2020-04-03 347d2b07fcc2 Add a glossary to the documentation
           Alvaro Herrera

2020-04-03 3031440e9809 pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.
           Robert Haas

[prev] [next]