aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Backport BackgroundPsql perl test moduleHeikki Linnakangas2024-06-27
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane2024-06-13
* 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
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2024-05-18
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Fix generation of EC join conditions at the wrong plan level.Tom Lane2024-04-16
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15
* freespace: Don't return blocks past the end of the main fork.Noah Misch2024-04-13
* Fix plpgsql's handling of -- comments following expressions.Tom Lane2024-04-10
* Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas2024-04-07
* Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas2024-04-07
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley2024-03-11
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix type-checking of RECORD-returning functions in FROM.Tom Lane2024-03-06
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Fix mis-rounding and overflow hazards in date_bin().Tom Lane2024-02-28
* Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Apply band-aid fix for an oversight in reparameterize_path_by_child.Tom Lane2024-02-01
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane2024-01-26
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier2024-01-12
* Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane2024-01-11
* Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane2023-12-21
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier2023-11-22
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane2023-11-14
* Don't try to dump RLS policies or security labels for extension objects.Tom Lane2023-11-13
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Compute aggregate argument types correctly in transformAggregateCall().Tom Lane2023-11-06
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27