aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao2020-04-03
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao2020-04-03
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Add SQL functions for Unicode normalizationPeter Eisentraut2020-04-02
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Fix assorted typosMagnus Hagander2020-03-31
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27