index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-26
*
Consider parallel awareness when removing single-child Appends
David Rowley
2022-01-25
*
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Server-side gzip compression.
Robert Haas
2022-01-24
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
*
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-24
*
Clean up recent Coverity complaints.
Tom Lane
2022-01-23
*
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2022-01-23
*
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
*
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-23
*
Remove useless inline marker.
Tom Lane
2022-01-22
*
Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.
Tom Lane
2022-01-22
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Support base backup targets.
Robert Haas
2022-01-20
*
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
Remove redundant memory context switches in BeginCopyFrom().
Tom Lane
2022-01-19
*
Fix alignment problem with bbsink_copystream buffer.
Robert Haas
2022-01-19
*
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-18
*
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
*
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
*
Fix for new Boolean node
Peter Eisentraut
2022-01-17
*
Add Boolean node
Peter Eisentraut
2022-01-17
*
Consistently use the function name CreateCheckPoint in code and comments.
Amit Kapila
2022-01-17
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Teach hash_ok_operator() that record_eq is only sometimes hashable.
Tom Lane
2022-01-16
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
*
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
*
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
*
Allow "in place" tablespaces.
Thomas Munro
2022-01-15
*
Rename value node fields
Peter Eisentraut
2022-01-14
*
Refactor AlterRole()
Peter Eisentraut
2022-01-14
*
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-13
*
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-13
*
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-13
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
*
vacuumlazy.c: fix "garbage tuples" reference.
Peter Geoghegan
2022-01-12
*
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-12
*
Add index on pg_publication_rel.prpubid
Alvaro Herrera
2022-01-12
*
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
*
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
*
Improve error message for missing extension.
Tom Lane
2022-01-11
*
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
*
Improve warning message in pg_signal_backend()
John Naylor
2022-01-11
[next]