index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2023-11-06
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-10-27
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
Fix calculation in brin_minmax_multi_distance_date
Tomas Vondra
2023-10-27
Fix overflow when calculating timestamp distance in BRIN
Tomas Vondra
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-17
Back-patch test cases for timetz_zone/timetz_izone.
Tom Lane
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-12
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-12
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-09-25
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-23
Don't use Perl pack('Q') in 039_end_of_wal.pl.
Thomas Munro
2023-09-22
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-22
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-08-10
Remove test from commit fa2e874946.
Jeff Davis
2023-08-07
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-04
Adjust kerberos and ldap tests for Homebrew on ARM
Peter Eisentraut
2023-07-03
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-29
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-23
Fix incorrect error message in libpq_pipeline
Michael Paquier
2023-06-21
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
Disable use of archiving in 009_twophase.pl
Michael Paquier
2023-06-20
Fix hash join when inner hashkey expressions contain Params.
Tom Lane
2023-06-20
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-12
Accept fractional seconds in jsonpath's datetime() method.
Tom Lane
2023-06-09
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-09
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster
Michael Paquier
2023-05-19
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-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-08
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-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-15
Fix assignment to array of domain over composite, redux.
Tom Lane
2023-04-14
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-04-07
For Kerberos testing, disable DNS lookups
Stephen Frost
2023-04-07
For Kerberos testing, disable reverse DNS lookup
Stephen Frost
2023-04-06
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-05
Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.
Tom Lane
2023-03-31
Reject system columns as elements of foreign keys.
Tom Lane
[next]