summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2024-06-28Update modules/injection_points/.gitignoreMichael Paquier
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-27tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-18Fix incorrect punctuation in error messagePeter Eisentraut
2024-06-18Fix typo in 029_stats_restart.plMichael Paquier
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-17Teach jsonpath string() to unwrap in lax modeAndrew Dunstan
2024-06-17Make regress function make_tuple_indirect() able to handle plain attributesMichael Paquier
2024-06-16Add Windows file version information to test_json_parser programs.Noah Misch
2024-06-16Remove use of %z in sscanf.Noah Misch
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-06-14Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.Tom Lane
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane
2024-06-12Fix segmentation fault in test_tidstore.Masahiko Sawada
2024-06-11Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane
2024-06-07Tighten test_predtest's input checks, and improve error messages.Tom Lane
2024-06-06Fix failure with SQL-procedure polymorphic output arguments in v12.Tom Lane
2024-06-06Restore preprocess_groupclause()Alexander Korotkov