aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Add path column to pg_backend_memory_contexts viewDavid Rowley2024-07-25
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Refactor tidstore.c iterator buffering.Thomas Munro2024-07-24
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* ldapurl is supported with simple bindPeter Eisentraut2024-07-23
* Fix rowcount estimate for gather (merge) pathsRichard Guo2024-07-23
* Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman2024-07-22
* Replace some strtok() with strsep()Peter Eisentraut2024-07-22
* Fix unstable test in select_parallel.sqlRichard Guo2024-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
* Add more test coverage for jsonpath "$.*" with arraysMichael Paquier2024-07-19
* Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier2024-07-18
* 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
* Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan2024-07-16
* Add tap test for pg_signal_autovacuum roleMichael Paquier2024-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
* Check lateral references within PHVs for memoize cache keysRichard Guo2024-07-15
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* 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
* Use diff --strip-trailing-cr in pg_regress.cAndrew Dunstan2024-07-12
* Add ORDER BY to new test queryAlvaro Herrera2024-07-12
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Consider materializing the cheapest inner path in parallel nestloopRichard Guo2024-07-12
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Add min and max aggregates for composite types (records).Tom Lane2024-07-11
* Change pg_regress.c back to using diff -w on WindowsAndrew Dunstan2024-07-11
* Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan2024-07-10
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan2024-07-09
* Remove new XML test cases added by e7192486d.Tom Lane2024-07-09
* Suppress "chunk is not well balanced" errors from libxml2.Tom Lane2024-07-09
* Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley2024-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 cmd.exe on WindowsMichael Paquier2024-07-08
* Support loading of injection pointsMichael Paquier2024-07-05
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Add pg_get_acl() to get the ACL for a database objectMichael Paquier2024-07-04
* Remove too demanding testPeter Eisentraut2024-07-02