aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-23
* Also rename 'struct manifest_info'.Robert Haas2020-04-23
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-23
* nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan2020-04-22
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Clean up cpluspluscheck violation.Tom Lane2020-04-21
* Fix duplicate typedef from commit 0d8c9c121.Tom Lane2020-04-21
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-20
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan2020-04-17
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Comments and doc fixes for commit 40d964ec99.Amit Kapila2020-04-14
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Add functions to calculate the next power of 2David Rowley2020-04-08
* Support PrefetchBuffer() in recovery.Thomas Munro2020-04-08
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-07
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane2020-04-06
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Include chunk overhead in hash table entry size estimate.Jeff Davis2020-04-03
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao2020-04-04
* Add checksum helper functions.Robert Haas2020-04-03