index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
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
*
Work around issues in MinGW-64's setjmp/longjmp support.
Tom Lane
2021-03-15
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Improve FK trigger parallel-safety check added by 05c8482f7f.
Amit Kapila
2021-03-13
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
*
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
*
Refactor and generalize the ParallelSlot machinery.
Robert Haas
2021-03-11
*
Improve comment for struct BufferDesc.
Thomas Munro
2021-03-11
*
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
*
Fix another portability bug in recent pgbench commit.
Thomas Munro
2021-03-10
*
Add missing pthread_barrier_t.
Thomas Munro
2021-03-10
*
pgbench: Improve time logic.
Thomas Munro
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
*
Properly mark pg_stat_get_subscription() as returning a set.
Tom Lane
2021-03-08
*
Add bit_xor aggregate function
Peter Eisentraut
2021-03-06
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Add trim_array() function.
Tom Lane
2021-03-03
*
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-03-03
*
Add sort_template.h for making sort functions.
Thomas Munro
2021-03-03
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
*
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-03-01
*
Optimize latches to send fewer signals.
Thomas Munro
2021-03-01
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Improve memory management in regex compiler.
Tom Lane
2021-02-26
*
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-25
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
*
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
*
Avoid generating extra subre tree nodes for capturing parentheses.
Tom Lane
2021-02-20
*
Convert regex engine's subre tree from binary to N-ary style.
Tom Lane
2021-02-20
*
Recognize "match-all" NFAs within the regex engine.
Tom Lane
2021-02-20
*
Invent "rainbow" arcs within the regex engine.
Tom Lane
2021-02-20
*
Fix inconsistent configure data for --with-ssl
Michael Paquier
2021-02-20
*
Update snowball
Peter Eisentraut
2021-02-19
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
[next]