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
*
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-05
*
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
*
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
*
Preserve tz when converting to jsonb timestamptz
Andrew Dunstan
2024-07-30
*
Stabilize xid_wraparound tests
Andrew Dunstan
2024-07-30
*
SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLE
Amit Langote
2024-07-30
*
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-30
*
Fix incorrect return value for pg_size_pretty(bigint)
David Rowley
2024-07-28
*
SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb
Amit Langote
2024-07-26
*
SQL/JSON: Improve error-handling of JsonBehavior expressions
Amit Langote
2024-07-26
*
SQL/JSON: Fix error-handling of some JsonBehavior expressions
Amit Langote
2024-07-26
*
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
*
Detect integer overflow in array_set_slice().
Nathan Bossart
2024-07-23
*
Revert "Test that vacuum removes tuples older than OldestXmin"
Melanie Plageman
2024-07-22
*
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
*
Add overflow checks to money type.
Nathan Bossart
2024-07-19
*
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-07-19
*
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-17
*
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
*
Fix unstable tests in partition_merge.sql and partition_split.sql.
Fujii Masao
2024-07-15
*
Fix tablespace handling in MERGE/SPLIT partition commands.
Fujii Masao
2024-07-15
*
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-14
*
Use correct collate.windows.win1252.out
Andrew Dunstan
2024-07-13
*
Fix new assertion for MERGE view_name ... DO NOTHING.
Noah Misch
2024-07-13
*
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
*
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
Make our back branches compatible with libxml2 2.13.x.
Tom Lane
2024-07-10
*
Use diff's --strip-trailing-cr flag where appropriate on Windows
Andrew Dunstan
2024-07-10
*
Prevent CRLF conversion of inputs in json_parser test module
Andrew Dunstan
2024-07-09
*
Choose ports for test servers less likely to result in conflicts
Andrew Dunstan
2024-07-08
*
Force nodes for SSL tests to start in TCP mode
Andrew Dunstan
2024-07-08
*
Fix scale clamping in numeric round() and trunc().
Dean Rasheed
2024-07-08
*
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-08
*
Re-enable autoruns for for cmd.exe on Windows
Michael Paquier
2024-07-08
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
Run pgperltidy
Michael Paquier
2024-07-01
*
Add PG_TEST_PG_COMBINEBACKUP_MODE
Tomas Vondra
2024-06-30
*
Fix .gitignore for new injection suite.
Noah Misch
2024-06-28
*
Remove configuration-dependent output from new inplace-inval test.
Noah Misch
2024-06-28
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
SQL/JSON: Fix coercion of constructor outputs to types with typmod
Amit Langote
2024-06-28
*
SQL/JSON: Validate values in ON ERROR/EMPTY clauses
Amit Langote
2024-06-28
*
SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()
Amit Langote
2024-06-28
*
Update modules/injection_points/.gitignore
Michael Paquier
2024-06-28
*
Add an injection_points isolation test suite.
Noah Misch
2024-06-27
*
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
*
Improve test coverage for changes to inplace-updated catalogs.
Noah Misch
2024-06-27
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
tests: Trim newline from result returned by BackgroundPsql->query
Heikki Linnakangas
2024-06-27
[next]