index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2025-04-22
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-20
Test restartpoints in archive recovery.
Noah Misch
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-15
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-09
Fix test races between syscache-update-pruned.spec and autovacuum.
Noah Misch
2025-04-08
Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
Fix logical decoding test to correctly check slot removal on standby.
Fujii Masao
2025-04-04
Fix logical decoding regression tests to correctly check slot existence.
Fujii Masao
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-03-29
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-03-26
Fix order of -I switches for building pg_regress.o.
Tom Lane
2025-03-18
Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...
Masahiko Sawada
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-13
Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
2025-03-12
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-09
Don't try to parallelize array_agg() on an anonymous record type.
Tom Lane
2025-03-04
Fix ALTER TABLE error message
Álvaro Herrera
2025-03-04
Avoid NullTest deduction for clone clauses
Richard Guo
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2025-02-21
Make test portlock logic work with meson
Andres Freund
2025-02-21
Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025-02-21
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025-02-20
test_escape: Fix output of --help
Michael Paquier
2025-02-19
Correct relation size estimate with low fillfactor
Tomas Vondra
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025-02-19
backport: Extend background_psql() to be able to start asynchronously
Andres Freund
2025-02-19
backport: Improve handling of empty query results in BackgroundPsql
Andres Freund
2025-02-19
Fix freeing a child join's SpecialJoinInfo
Richard Guo
2025-02-19
test_escape: Fix handling of short options in getopt_long()
Michael Paquier
2025-02-14
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-13
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-02-12
Fix issue in recovery test 041_checkpoint_at_promote
Michael Paquier
2025-02-10
Fix type in test_escape test
Andres Freund
2025-02-10
Add test of various escape functions
Andres Freund
2025-02-10
Add pg_encoding_set_invalid()
Andres Freund
2025-02-04
meson: Add missing dependencies to libpq_pipeline test
Andres Freund
2025-02-04
meson: Add test dependencies for test_json_parser
Andres Freund
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
Disable runningcheck for src/test/modules/injection_points/specs.
Noah Misch
2025-01-21
Reword recent error messages: "should" -> "must"
Álvaro Herrera
2025-01-21
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-20
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
[next]