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
*
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
*
Complain if a function-in-FROM returns a set when it shouldn't.
Tom Lane
2021-03-08
*
Validate the OID argument of pg_import_system_collations().
Tom Lane
2021-03-08
*
Further tweak memory management for regex DFAs.
Tom Lane
2021-03-08
*
Track replication origin progress for rollbacks.
Amit Kapila
2021-03-08
*
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
*
Some copy-editing of GUC descriptions
Peter Eisentraut
2021-03-03
*
Use sort_template.h for qsort_tuple() and qsort_ssup().
Thomas Munro
2021-03-03
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
nbtree page deletion: Add leaftopparent assertion.
Peter Geoghegan
2021-03-02
*
Fix nbtree page deletion error messages.
Peter Geoghegan
2021-03-02
*
Mark default_transaction_read_only as GUC_REPORT.
Tom Lane
2021-03-02
*
Suppress unnecessary regex subre nodes in a couple more cases.
Tom Lane
2021-03-02
*
Improve performance of regular expression back-references.
Tom Lane
2021-03-02
*
Fix semantics of regular expression back-references.
Tom Lane
2021-03-02
*
Simplify code to switch pg_class.relrowsecurity in tablecmds.c
Michael Paquier
2021-03-02
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
*
Remove obsolete comment for WaitForProcSignalBarrier().
Thomas Munro
2021-03-02
*
Allow condition variables to be used in interrupt code.
Thomas Munro
2021-03-01
*
Use condition variables for ProcSignalBarriers.
Thomas Munro
2021-03-01
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Use FeBeWaitSet for walsender.c.
Thomas Munro
2021-03-01
*
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
*
Update the docs and comments for decoding of prepared xacts.
Amit Kapila
2021-03-01
*
Use EVFILT_SIGNAL for kqueue latches.
Thomas Munro
2021-03-01
*
Use signalfd(2) for epoll latches.
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
*
Remove latch.c workaround for Linux < 2.6.27.
Thomas Munro
2021-03-01
*
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
*
Add missing TidRangeScan readfunc
David Rowley
2021-02-27
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Enhanced cycle mark values
Peter Eisentraut
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
*
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-25
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Doc: remove src/backend/regex/re_syntax.n.
Tom Lane
2021-02-25
*
Change regex \D and \W shorthands to always match newlines.
Tom Lane
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 relcache reference leak introduced by ce0fdbfe97.
Amit Kapila
2021-02-25
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Message style fix
Peter Eisentraut
2021-02-24
*
Fix confusion in comments about generate_gather_paths
Alvaro Herrera
2021-02-23
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Suppress compiler warning in new regex match-all detection code.
Tom Lane
2021-02-23
[next]