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 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
*
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 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
*
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
*
Back-patch test cases for timetz_zone/timetz_izone.
Tom Lane
2023-10-17
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-13
*
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-10-12
*
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-26
*
Don't use Perl pack('Q') in 039_end_of_wal.pl.
Thomas Munro
2023-09-23
*
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-23
*
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-21
*
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2023-09-15
*
Remove test from commit fa2e874946.
Jeff Davis
2023-08-10
*
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-07
*
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Adjust kerberos and ldap tests for Homebrew on ARM
Peter Eisentraut
2023-07-04
*
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-07-03
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
*
Fix hash join when inner hashkey expressions contain Params.
Tom Lane
2023-06-20
*
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-19
*
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-13
*
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-09
[next]