summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis
2020-04-08Add functions to calculate the next power of 2David Rowley
2020-04-08Support PrefetchBuffer() in recovery.Thomas Munro
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-08snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund
2020-04-07Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-06Implement Incremental SortTomas Vondra
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-04Include chunk overhead in hash table entry size estimate.Jeff Davis
2020-04-03Cosmetic improvements for code related to partitionwise join.Tom Lane
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output,...Fujii Masao
2020-04-03Add checksum helper functions.Robert Haas
2020-04-03Revert "Include information on buffer usage during planning phase, in EXPLAIN...Fujii Masao
2020-04-03Add wait events for recovery conflicts.Fujii Masao
2020-04-03Include information on buffer usage during planning phase, in EXPLAIN output.Fujii Masao
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-31Fix assorted typosMagnus Hagander
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Improve handling of parameter differences in physical replicationPeter Eisentraut
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-30Expose BufferUsageAccumDiff().Fujii Masao
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera