aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote2024-06-19
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19
* Fix incorrect punctuation in error messagePeter Eisentraut2024-06-18
* Fix typo in 029_stats_restart.plMichael Paquier2024-06-18
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Teach jsonpath string() to unwrap in lax modeAndrew Dunstan2024-06-17
* Make regress function make_tuple_indirect() able to handle plain attributesMichael Paquier2024-06-17
* Add Windows file version information to test_json_parser programs.Noah Misch2024-06-16
* Remove use of %z in sscanf.Noah Misch2024-06-16
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.Tom Lane2024-06-14
* Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada2024-06-14
* Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane2024-06-13
* Fix segmentation fault in test_tidstore.Masahiko Sawada2024-06-12
* Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane2024-06-11
* Tighten test_predtest's input checks, and improve error messages.Tom Lane2024-06-07
* Fix failure with SQL-procedure polymorphic output arguments in v12.Tom Lane2024-06-06
* Restore preprocess_groupclause()Alexander Korotkov2024-06-06
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Provide deterministic order for catalog queries in partition_split.sqlAlexander Korotkov2024-05-26
* Fix comment in 024_add_drop_pub.plMichael Paquier2024-05-24
* Improve stability of subscription/029_on_error.plMichael Paquier2024-05-24
* Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Fix input of ISO "extended" time format for types time and timetz.Tom Lane2024-05-22
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas2024-05-21
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Add test case showing that commit d0d44049d fixed a live bug.Tom Lane2024-05-18
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman2024-05-16
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix some inconsistencies in EXPLAIN outputDavid Rowley2024-05-16