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 misuse of foreach_delete_current().
Tom Lane
2021-03-18
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
*
Fix function name in error hint
Magnus Hagander
2021-03-18
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Fix memory lifetime issues of replication slot stats.
Andres Freund
2021-03-17
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
*
Fix comment in indexing.c
Michael Paquier
2021-03-17
*
Small error message improvement
Peter Eisentraut
2021-03-17
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
*
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-17
*
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-17
*
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
*
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
*
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
*
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-16
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-14
*
Improve FK trigger parallel-safety check added by 05c8482f7f.
Amit Kapila
2021-03-13
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
*
Specialize checkpointer sort functions.
Thomas Munro
2021-03-12
*
Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.
Amit Kapila
2021-03-12
*
Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.
Amit Kapila
2021-03-12
*
Poll postmaster less frequently in recovery.
Thomas Munro
2021-03-12
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
*
Add condition variable for recovery resume.
Thomas Munro
2021-03-12
*
Send statistics collected during shutdown checkpoint to the stats collector.
Fujii Masao
2021-03-12
*
Force to send remaining WAL stats to the stats collector at walwriter exit.
Fujii Masao
2021-03-12
*
Minor modernization for README.barrier.
Thomas Munro
2021-03-12
*
Save a few cycles during nbtree VACUUM.
Peter Geoghegan
2021-03-11
*
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
*
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
*
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-11
*
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-03-10
*
Add bound check before bsearch() for performance
Peter Eisentraut
2021-03-10
*
Small debug message tweak
Peter Eisentraut
2021-03-10
*
Fix valgrind issue in commit 05c8482f7f.
Amit Kapila
2021-03-10
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Add support for more progress reporting in COPY
Michael Paquier
2021-03-09
*
Remove support for SSL compression
Michael Paquier
2021-03-09
[next]