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
*
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
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Avoid naming conflict between transactions.sql and namespace.sql.
Tom Lane
2023-05-19
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
*
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-05-08
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
Fix assignment to array of domain over composite, redux.
Tom Lane
2023-04-15
*
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-04-14
*
For Kerberos testing, disable DNS lookups
Stephen Frost
2023-04-07
*
For Kerberos testing, disable reverse DNS lookup
Stephen Frost
2023-04-07
*
Stabilize just-added regression test cases.
Tom Lane
2023-04-06
*
Fix ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-04-06
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
tests: Prevent syslog activity by slapd, take 2
Andres Freund
2023-03-16
*
tests: Minimize syslog activity by slapd
Andres Freund
2023-03-16
*
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
Mark unsafe_tests module as not runnable with installcheck
Andrew Dunstan
2023-03-12
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
[next]