index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
*
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
*
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
*
Stabilize jsonb_path_query test case.
Tom Lane
2024-10-30
*
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-30
*
Fix dependency of partitioned table and table AM with CREATE TABLE .. USING
Michael Paquier
2024-10-29
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-24
*
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-22
*
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
*
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-20
*
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-18
*
Fix whitespace
Peter Eisentraut
2024-10-17
*
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-17
*
Rewrite some regression queries for option checks with COPY
Michael Paquier
2024-10-17
*
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-12
*
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-05
*
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
*
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
*
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-27
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
*
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-17
*
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
*
Run regression tests with timezone America/Los_Angeles.
Tom Lane
2024-09-14
*
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
*
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-12
*
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-11
*
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-09-10
*
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-09
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
*
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
*
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
*
Avoid installcheck failure in TAP tests using injection_points
Michael Paquier
2024-09-04
*
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-09-04
*
Fix rarely-run test for message wording change
Peter Eisentraut
2024-09-02
*
Stabilize 039_end_of_wal test.
Thomas Munro
2024-08-31
*
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-30
*
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-29
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Log more info when wait-for-catchup tests time out.
Tom Lane
2024-08-12
*
Allow adjusting session_authorization and role in parallel workers.
Tom Lane
2024-08-10
*
Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.
Tom Lane
2024-08-09
*
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
[next]