index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
tests: Trim newline from result returned by BackgroundPsql->query
Heikki Linnakangas
2024-06-27
*
Backport BackgroundPsql perl test module
Heikki Linnakangas
2024-06-27
*
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
*
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
*
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-13
*
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
*
Tighten test_predtest's input checks, and improve error messages.
Tom Lane
2024-06-07
*
Fix failure with SQL-procedure polymorphic output arguments in v12.
Tom Lane
2024-06-06
*
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-22
*
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-18
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Fix generation of EC join conditions at the wrong plan level.
Tom Lane
2024-04-16
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-13
*
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
*
Don't clobber test exit code at cleanup in LDAP/Kerberors tests
Heikki Linnakangas
2024-04-07
*
Improve check in LDAP test to find the OpenLDAP installation
Heikki Linnakangas
2024-04-07
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Fix incorrect accessing of pfree'd memory in Memoize
David Rowley
2024-03-11
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-28
*
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-20
*
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
*
Apply band-aid fix for an oversight in reparameterize_path_by_child.
Tom Lane
2024-02-01
*
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-31
*
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
2024-01-26
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
pg_regress: Disable autoruns for cmd.exe on Windows
Michael Paquier
2024-01-12
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-21
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix query checking consistency of table amhandlers in opr_sanity.sql
Michael Paquier
2023-11-22
*
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-18
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-14
*
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-13
*
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-09
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
*
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-06
*
Fix minmax-multi distance for extreme interval values
Tomas Vondra
2023-10-27
*
Fix minmax-multi on infinite date/timestamp values
Tomas Vondra
2023-10-27
[next]