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
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-15
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-14
*
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-14
*
Postpone some end-of-recovery operations related to allowing WAL.
Robert Haas
2021-10-14
*
Refactor some end-of-recovery code out of StartupXLOG().
Robert Haas
2021-10-13
*
Fix use-after-free with multirange types in CREATE TYPE
Michael Paquier
2021-10-13
*
Refactor basebackup.c's _tarWriteDir() function.
Robert Haas
2021-10-12
*
Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().
Fujii Masao
2021-10-12
*
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
Tom Lane
2021-10-11
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
*
Refactor fallback to stderr for csvlog to handle better WIN32 service case
Michael Paquier
2021-10-08
*
Add missing word to comment in joinrels.c.
Etsuro Fujita
2021-10-07
*
Fix compilation warning in syslogger.c
Michael Paquier
2021-10-07
*
Improve order in file
Peter Eisentraut
2021-10-07
*
Refactor per-destination file rotation in logging collector
Michael Paquier
2021-10-07
*
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-06
*
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
*
Flexible options for BASE_BACKUP.
Robert Haas
2021-10-05
*
Make recovery report error message when invalid page header is found.
Fujii Masao
2021-10-06
*
Remove obsolete comment in snapbuild.c.
Amit Kapila
2021-10-05
*
Make Unicode makefile parallel-safe
Peter Eisentraut
2021-10-04
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Update Unicode map text files
Peter Eisentraut
2021-10-04
*
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-04
*
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-04
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
*
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-10-02
*
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-10-01
*
Remove unstable, unnecessary test; fix typo
Alvaro Herrera
2021-10-01
*
Avoid believing incomplete MCV-only stats in get_variable_range().
Tom Lane
2021-10-01
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Ensure interleaved_parts field is always initialized
David Rowley
2021-10-01
*
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-30
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
*
Refactor output file handling when forking syslogger under EXEC_BACKEND
Michael Paquier
2021-09-29
*
Fix typos and grammar in code comments
Michael Paquier
2021-09-27
*
Remove unneeded nbtree latestRemovedXid comments.
Peter Geoghegan
2021-09-26
*
Track LLVM 14 API changes.
Thomas Munro
2021-09-27
*
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-09-26
*
Update obsolete nbtree deletion comments.
Peter Geoghegan
2021-09-25
*
vacuumlazy.c: Remove obsolete 'onecall' comment.
Peter Geoghegan
2021-09-25
*
nbtree README: Add note about latestRemovedXid.
Peter Geoghegan
2021-09-24
*
Release memory allocated by dependency_degree
Tomas Vondra
2021-09-23
*
Free memory after building each statistics object
Tomas Vondra
2021-09-23
*
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-22
*
Make use of PG_INT64_MAX/PG_INT64_MIN
Peter Eisentraut
2021-09-22
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
[next]