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
*
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
*
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-22
*
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
*
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-21
*
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
*
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-21
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
pgstat: Prepare to use mechanism for truncated rels also for droppped rels.
Andres Freund
2021-09-20
*
pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.
Andres Freund
2021-09-20
*
Disallow extended statistics on system columns
Tomas Vondra
2021-09-20
*
process startup: Split single user code out of PostgresMain().
Andres Freund
2021-09-17
*
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-17
*
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
*
Message style improvements
Peter Eisentraut
2021-09-16
*
process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.
Andres Freund
2021-09-16
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
*
Support "postgres -C" with runtime-computed GUCs
Michael Paquier
2021-09-16
*
process startup: Initialize PgStartTime earlier in single user mode.
Andres Freund
2021-09-15
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Disallow LISTEN in background workers.
Tom Lane
2021-09-15
*
Make node output prefix match node structure name
Peter Eisentraut
2021-09-15
*
Fix hash_array
Peter Eisentraut
2021-09-15
*
Update README for resource owners about the resource types supported
Michael Paquier
2021-09-15
*
Improve log messages from pg_import_system_collations().
Tom Lane
2021-09-14
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
Add WRITE_INDEX_ARRAY
Peter Eisentraut
2021-09-14
*
Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
Peter Eisentraut
2021-09-14
[next]