index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
pageinspect: Improve page_header() for pages of 32kB
Michael Paquier
2021-07-12
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.
Tom Lane
2021-07-07
*
postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.
Fujii Masao
2021-07-07
*
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-07-06
*
Further stabilize postgres_fdw test.
Tom Lane
2021-06-24
*
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
*
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
*
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-22
*
amcheck: Fix code comments
Peter Eisentraut
2021-06-21
*
Stabilize test case added by commit f61db909d.
Tom Lane
2021-06-20
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Fix copying data into slots with FDW batching
Tomas Vondra
2021-06-16
*
Adjust batch size in postgres_fdw to not use too many parameters
Tomas Vondra
2021-06-08
*
Stabilize contrib/seg regression test.
Tom Lane
2021-06-07
*
Fix rescanning of async-aware Append nodes.
Etsuro Fujita
2021-06-07
*
Fix postgres_fdw failure with whole-row Vars of type RECORD.
Tom Lane
2021-06-04
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Prevent asynchronous execution of direct foreign-table modifications.
Etsuro Fujita
2021-05-13
*
Fix tests for replication slots stats.
Amit Kapila
2021-05-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
*
Copy the INSERT query in postgres_fdw
Tomas Vondra
2021-05-07
*
Remove extraneous newlines added by perl copyright patch
Andrew Dunstan
2021-05-07
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Disable cache clobber to avoid breaking postgres_fdw termination test.
Tom Lane
2021-05-04
*
Update query_id computation
Bruce Momjian
2021-05-03
*
amcheck: Improve some confusing reports about TOAST problems.
Robert Haas
2021-05-03
*
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-05-01
*
Another try to fix the test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-30
*
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
*
amcheck: MAXALIGN() nbtree special area offset.
Peter Geoghegan
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
*
Fix test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-19
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Replace magic constants for seek() calls in perl scripts
Michael Paquier
2021-04-19
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Revert "psql: Show all query results by default"
Peter Eisentraut
2021-04-15
*
amcheck: Use correct format placeholder for TOAST chunk numbers
Peter Eisentraut
2021-04-15
*
amcheck: Reword some messages and fix an alignment problem.
Robert Haas
2021-04-14
*
Improve quoting in some error messages
Peter Eisentraut
2021-04-14
[next]