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
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
*
Improve some publication-related error messages
Alvaro Herrera
2022-09-27
*
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-25
*
Avoid loss of code coverage with unlogged-index test cases.
Tom Lane
2022-09-25
*
Message style improvements
Peter Eisentraut
2022-09-24
*
pgstat: Fix transactional stats dropping for indexes
Andres Freund
2022-09-23
*
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
*
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-23
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
*
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-09-21
*
Disable autovacuum in MERGE test script
Alvaro Herrera
2022-09-20
*
Fix icu tests with C locale
Peter Eisentraut
2022-09-19
*
Fix race condition in stats.sql added in 5264add7847
Andres Freund
2022-09-16
*
Message wording improvements
Peter Eisentraut
2022-09-16
*
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-15
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Fix new pg_publication_tables query.
Tom Lane
2022-09-06
*
Reinstate tests accidentally removed by e3fcca0d0d
Tomas Vondra
2022-09-05
*
Force parallelism in partition_aggregate
Tomas Vondra
2022-09-04
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Update another comment still referring to pg_start/stop_backup()
Peter Eisentraut
2022-08-25
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Simplify and clarify an error message
Peter Eisentraut
2022-08-18
*
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
2022-08-17
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
*
Reject MERGE in CTEs and COPY
Alvaro Herrera
2022-08-12
*
Back-Patch "Add wait_for_subscription_sync for TAP tests."
Amit Kapila
2022-08-12
*
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-10
*
Fix typo in test_oat_hooks README
Daniel Gustafsson
2022-08-10
*
Stabilize output of new regression test.
Tom Lane
2022-08-08
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-07
*
Improve recently-added test reliability
Alvaro Herrera
2022-08-06
*
Fix handling of bare boolean expressions in mcv_get_match_bitmap.
Tom Lane
2022-08-05
*
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
*
Fix incorrect permissions-checking code for extended statistics.
Tom Lane
2022-08-05
*
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-05
*
regress: fix test instability
Alvaro Herrera
2022-08-05
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix failure to set correct operator in window run condition
David Rowley
2022-08-05
*
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
*
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-08-04
*
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-03
*
Change type "char"'s I/O format for non-ASCII characters.
Tom Lane
2022-08-02
[next]