summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2024-06-06Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov
2024-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-05-26Provide deterministic order for catalog queries in partition_split.sqlAlexander Korotkov
2024-05-24Fix comment in 024_add_drop_pub.plMichael Paquier
2024-05-24Improve stability of subscription/029_on_error.plMichael Paquier
2024-05-22Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-22Fix input of ISO "extended" time format for types time and timetz.Tom Lane
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane