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
*
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-12
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-12
*
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Create composite array types for initdb-created relations.
Tom Lane
2020-07-06
*
Refactor routines for name lookups of procedures and operators
Michael Paquier
2020-07-06
*
Add new flag to format_type_extended() to get NULL for undefined type
Michael Paquier
2020-07-06
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Move description of libpqwalreceiver hooks out of the replication's README
Michael Paquier
2020-07-02
*
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-30
*
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Clean up includes of s_lock.h.
Andres Freund
2020-06-18
*
Fix nbtree.h dedup state comment.
Peter Geoghegan
2020-06-17
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Make BufFileWrite() void.
Thomas Munro
2020-06-16
*
Assorted cleanup of tar-related code.
Robert Haas
2020-06-15
*
Bump catversion for ACL changes on replication origin functions
Michael Paquier
2020-06-15
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-13
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Unify drop-by-OID functions
Peter Eisentraut
2020-06-09
*
Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.
Andres Freund
2020-06-08
*
Update snowball
Peter Eisentraut
2020-06-08
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Add unlikely() to CHECK_FOR_INTERRUPTS()
Joe Conway
2020-06-05
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
*
Fix some comments in xlogreader.h
Michael Paquier
2020-05-28
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-17
[next]