aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Make all Perl warnings fatal, catch-upPeter Eisentraut2024-05-15
* Add missing newline at the end of index_including.sqlMichael Paquier2024-05-15
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Revert "Temporarily install debugging in partition_prune test"David Rowley2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Fix regression tests conflict in 3ca43dbbb6Alexander Korotkov2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Fix test case to do what it intends toAlvaro Herrera2024-05-13
* Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov2024-05-13
* injection_points: Store runtime conditions in private areaMichael Paquier2024-05-12
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut2024-05-10
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09