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
*
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
*
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
Fujii Masao
2022-01-11
*
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-11
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
*
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-10
*
Make pg_get_expr() more bulletproof.
Tom Lane
2022-01-09
*
More cleanup of a2ab9c06ea.
Jeff Davis
2022-01-08
*
Respect permissions within logical replication.
Jeff Davis
2022-01-07
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-06
*
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-05
*
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2022-01-05
*
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Clean up error messages related to bad datetime units.
Tom Lane
2022-01-03
*
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
*
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-03
*
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2022-01-01
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"
Daniel Gustafsson
2021-12-30
*
Fix issues in pgarch's new directory-scanning logic.
Tom Lane
2021-12-29
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-29
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
*
Rethink handling of settings with a prefix reserved by an extension.
Tom Lane
2021-12-27
*
Fix incorrect field count in pg_control_checkpoint()
Michael Paquier
2021-12-26
*
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
[next]