index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
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
*
Doc: update RELEASE_CHANGES checklist.
Tom Lane
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
*
pg_dump: Fix dump of generated columns in partitions
Peter Eisentraut
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
*
libpq: Refactor some error messages for easier translation
Peter Eisentraut
2021-05-03
*
Factor out system call names from error messages
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
*
Improve wording of some pg_upgrade failure reports.
Tom Lane
2021-04-29
*
Fix some more omissions in pg_upgrade's tests for non-upgradable types.
Tom Lane
2021-04-29
*
psql: Fix line continuation prompts for unbalanced parentheses
Peter Eisentraut
2021-04-29
*
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
*
Improve logic in PostgresVersion.pm
Andrew Dunstan
2021-04-27
*
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
*
psql: tab-complete ALTER ... DETACH CONCURRENTLY / FINALIZE
Alvaro Herrera
2021-04-26
*
Remove rewriteTargetListIU's expansion of view targetlists in UPDATE.
Tom Lane
2021-04-26
*
Fix pg_upgrade test on Cygwin
Peter Eisentraut
2021-04-26
*
Add more tests with triggers on partitions for logical replication
Michael Paquier
2021-04-26
*
Avoid sending prepare multiple times while decoding.
Amit Kapila
2021-04-26
*
Remove unused function argument
Peter Eisentraut
2021-04-26
*
Fix typo in reorderbuffer.c.
Amit Kapila
2021-04-26
*
Update comments for rewriteTargetListIU().
Tom Lane
2021-04-25
*
Make a test endure log_error_verbosity=verbose.
Noah Misch
2021-04-25
*
Provide pg_amcheck with an --install-missing option
Andrew Dunstan
2021-04-24
[next]