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-06-29
Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2023-06-29
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-29
Fix order of operations in ExecEvalFieldStoreDeForm().
Tom Lane
2023-06-29
Error message wording improvements
Peter Eisentraut
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-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-21
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-06-21
initdb: change default --locale-provider back to libc.
Jeff Davis
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
Fix another cause of "wrong varnullingrels" planner failures.
Tom Lane
2023-06-20
Don't include outer join relids in lateral_relids bitmapsets.
Tom Lane
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
test_extensions: make meson.build consistent with Makefile.
Jeff Davis
2023-06-20
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-19
pg_regress: for --no-locale, use LOCALE='C'.
Jeff Davis
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-06-15
When removing a left join, clean out references in EquivalenceClasses.
Tom Lane
2023-06-15
Add missing subscription TAP test for meson
Michael Paquier
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
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-12
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-12
Fix instability in regression test for Parallel Hash Full Join
Michael Paquier
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
Refactor routine to find single log content pattern in TAP tests
Michael Paquier
2023-06-09
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-09
Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster
Michael Paquier
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-05-26
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-23
Add newline at end of file
Peter Eisentraut
2023-05-22
Spell the values of libpq's gssdelegation parameter as "0" and "1".
Tom Lane
2023-05-21
In clause_is_computable_at(), test required_relids for clone clauses.
Tom Lane
2023-05-21
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
Fix remaining references to gss_accept_deleg.
Nathan Bossart
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Fix thinko in join removal.
Tom Lane
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-19
Show empty BRIN ranges in brin_page_items
Tomas Vondra
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-17
Reduce icu_validation_level default to WARNING.
Jeff Davis
2023-05-17
Add writeback to pg_stat_io
Andres Freund
[next]