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
/
backend
Age
Commit message (
Expand
)
Author
2023-07-03
Fix race in SSI interaction with gin fast path.
Thomas Munro
2023-07-03
Fix race in SSI interaction with bitmap heap scan.
Thomas Munro
2023-07-03
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-03
Don't truncate database and user names in startup packets.
Nathan Bossart
2023-07-03
Consider fillfactor when estimating relation size
Tomas Vondra
2023-07-03
Fix code indentation violations
Tomas Vondra
2023-07-03
A minor simplification for List manipulation
Peter Eisentraut
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
Change type of pg_statistic_ext.stxstattarget
Peter Eisentraut
2023-07-03
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
Remove redundant PARTITION BY columns from WindowClauses
David Rowley
2023-07-02
Silence "missing contrecord" error.
Thomas Munro
2023-07-02
Fix oversight in handling of modifiedCols since f24523672d
Tomas Vondra
2023-07-02
Fix memory leak in Incremental Sort rescans
Tomas Vondra
2023-07-02
Improve BRIN minmax-multi opclass test coverage
Tomas Vondra
2023-07-02
Introduce bloom_filter_size for BRIN bloom opclass
Tomas Vondra
2023-07-02
Minor cleanups in the BRIN code
Tomas Vondra
2023-07-02
Trust signalfd on illumos, again.
Thomas Munro
2023-06-30
Remove redundant check for fast_forward.
Heikki Linnakangas
2023-06-30
Improve comment on why we need ctid->(cmin,cmax) mapping.
Heikki Linnakangas
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
Use named captures in Catalog::ParseHeader()
Michael Paquier
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
Remove inappropriate raw_expression_tree_walker() code
Peter Eisentraut
2023-06-29
Error message wording improvements
Peter Eisentraut
2023-06-28
Reword error messages for consistency
Peter Eisentraut
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-27
Remove dependency to query text in JumbleQuery()
Michael Paquier
2023-06-26
Translation updates
Peter Eisentraut
2023-06-26
Change "..." to cstring in old input/output function comments.
Heikki Linnakangas
2023-06-24
Check for interrupts and stack overflow in TParserGet().
Tom Lane
2023-06-23
Error message refactoring
Peter Eisentraut
2023-06-22
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-21
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-06-21
Avoid Assert failure when processing empty statement in aborted xact.
Tom Lane
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2023-06-20
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
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
Enable archiving in recovery TAP test 009_twophase.pl
Michael Paquier
2023-06-19
fd.c: Retry after EINTR in more places
Andres Freund
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
[next]