aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* Stabilize xid_wraparound testsAndrew Dunstan2024-07-30
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote2024-07-30
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote2024-07-26
* SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote2024-07-26
* SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote2024-07-26
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman2024-07-22
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Add overflow checks to money type.Nathan Bossart2024-07-19
* Test that vacuum removes tuples older than OldestXminMelanie Plageman2024-07-19
* Avoid error in recovery test if history file is not yet presentAndrew Dunstan2024-07-17
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* Fix unstable tests in partition_merge.sql and partition_split.sql.Fujii Masao2024-07-15
* Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao2024-07-15
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* Use correct collate.windows.win1252.outAndrew Dunstan2024-07-13
* Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch2024-07-13
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Add ORDER BY to new test queryAlvaro Herrera2024-07-12
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Make our back branches compatible with libxml2 2.13.x.Tom Lane2024-07-10
* Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan2024-07-10
* Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan2024-07-09
* Choose ports for test servers less likely to result in conflictsAndrew Dunstan2024-07-08
* Force nodes for SSL tests to start in TCP modeAndrew Dunstan2024-07-08
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Re-enable autoruns for for cmd.exe on WindowsMichael Paquier2024-07-08
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Run pgperltidyMichael Paquier2024-07-01
* Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra2024-06-30
* Fix .gitignore for new injection suite.Noah Misch2024-06-28
* Remove configuration-dependent output from new inplace-inval test.Noah Misch2024-06-28
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote2024-06-28
* SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote2024-06-28
* SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote2024-06-28
* Update modules/injection_points/.gitignoreMichael Paquier2024-06-28
* Add an injection_points isolation test suite.Noah Misch2024-06-27
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas2024-06-27