index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Add functions to calculate the next power of 2
David Rowley
2020-04-08
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Fix representation of SORT_TYPE_STILL_IN_PROGRESS.
Tom Lane
2020-04-06
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Add SQL type xid8 to expose FullTransactionId to users.
Thomas Munro
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-04-03
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
*
Include information on buffer usage during planning phase, in EXPLAIN output,...
Fujii Masao
2020-04-04
*
Add checksum helper functions.
Robert Haas
2020-04-03
*
Revert "Include information on buffer usage during planning phase, in EXPLAIN...
Fujii Masao
2020-04-03
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Include information on buffer usage during planning phase, in EXPLAIN output.
Fujii Masao
2020-04-03
*
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Add -c/--restore-target-wal to pg_rewind
Michael Paquier
2020-04-01
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
[next]