summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-16Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
2024-07-15Fix unstable tests in partition_merge.sql and partition_split.sql.Fujii Masao
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-13Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch
2024-07-13Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch
2024-07-12Use diff --strip-trailing-cr in pg_regress.cAndrew Dunstan
2024-07-12Add ORDER BY to new test queryAlvaro Herrera
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-07-11Add min and max aggregates for composite types (records).Tom Lane
2024-07-11Change pg_regress.c back to using diff -w on WindowsAndrew Dunstan
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier
2024-07-09Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan
2024-07-09Remove new XML test cases added by e7192486d.Tom Lane
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-09Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-08Force nodes for SSL tests to start in TCP modeAndrew Dunstan
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-08Re-enable autoruns for cmd.exe on WindowsMichael Paquier
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Add pg_get_acl() to get the ACL for a database objectMichael Paquier
2024-07-02Remove too demanding testPeter Eisentraut
2024-07-02Limit max parameter number with MaxAllocSizePeter Eisentraut
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-30Run pgperltidyMichael Paquier
2024-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
2024-06-28Fix .gitignore for new injection suite.Noah Misch
2024-06-28Remove configuration-dependent output from new inplace-inval test.Noah Misch
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-28SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote