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 typos in comments about extended statistics
Tomas Vondra
2021-05-07
*
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-05-07
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Remove redundant variable
Alvaro Herrera
2021-05-06
*
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-05-06
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
*
jit: Fix warning reported by gcc-11 caused by dubious function signature.
Andres Freund
2021-05-05
*
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-06
*
Remove unused argument of ATAddForeignConstraint
Alvaro Herrera
2021-05-05
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
GUC description improvements for clarity
Peter Eisentraut
2021-05-05
*
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Update query_id computation
Bruce Momjian
2021-05-03
*
Fix performance issue in new regex match-all detection code.
Tom Lane
2021-05-03
*
Prevent lwlock dtrace probes from unnecessary work
Peter Eisentraut
2021-05-03
*
Remove unused function argument
Peter Eisentraut
2021-05-03
*
Fix the computation of slot stats for 'total_bytes'.
Amit Kapila
2021-05-03
*
Make websearch_to_tsquery() parse text in quotes as a single token
Alexander Korotkov
2021-05-03
*
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-05-01
*
Disallow calling anything but plain functions via the fastpath API.
Tom Lane
2021-04-30
*
Fix the bugs in selecting the transaction for streaming.
Amit Kapila
2021-04-30
*
Adjust EXPLAIN output for parallel Result Cache plans
David Rowley
2021-04-30
*
pg_hba.conf.sample: Reword connection type section
Peter Eisentraut
2021-04-29
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Fix use-after-release issue with pg_identify_object_as_address()
Michael Paquier
2021-04-28
*
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-04-28
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.
Tom Lane
2021-04-26
*
Avoid sending prepare multiple times while decoding.
Amit Kapila
2021-04-26
*
Fix typo in reorderbuffer.c.
Amit Kapila
2021-04-26
*
Update comments for rewriteTargetListIU().
Tom Lane
2021-04-25
*
Fix come comments in execMain.c
Michael Paquier
2021-04-24
*
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-04-24
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
*
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-23
*
Fix incorrect format placeholder
Peter Eisentraut
2021-04-23
*
Fix some comments in fmgr.c
Michael Paquier
2021-04-23
*
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-04-23
*
Minor code cleanup in asynchronous execution support.
Etsuro Fujita
2021-04-23
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
*
Fix uninitialized memory bug
Alvaro Herrera
2021-04-22
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Fix relation leak for subscribers firing triggers in logical replication
Michael Paquier
2021-04-22
[next]