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
Age
Commit message (
Expand
)
Author
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-06-08
Re-allow INDEX_VAR as rt_index in ChangeVarNodes().
Tom Lane
2023-06-08
Fix small overestimation of base64 encoding output length.
Tom Lane
2023-06-07
Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds
David Rowley
2023-06-07
Use per-tuple context in ExecGetAllUpdatedCols
Tomas Vondra
2023-06-07
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
Reload configuration more frequently in apply worker.
Amit Kapila
2023-06-06
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-06-05
Remove obsolete comment
Peter Eisentraut
2023-06-04
Fix pg_dump's failure to honor dependencies of SQL functions.
Tom Lane
2023-06-04
Fix misuse of pg_log_info() for details/hints.
Tom Lane
2023-05-26
ICU: use uloc_getDefault() for initdb.
Jeff Davis
2023-05-26
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-25
nbtree VACUUM: cope with right sibling link corruption.
Peter Geoghegan
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-25
Fix pgbench in prepared mode with an empty pipeline
Alvaro Herrera
2023-05-25
Fix typo in TAP tests of vacuumdb
Michael Paquier
2023-05-24
Document deprecated createuser option.
Nathan Bossart
2023-05-23
Doc: update src/tools/pginclude/README.
Tom Lane
2023-05-23
Fix the install rule for snowball_create.sql.
Tom Lane
2023-05-23
Use lower case for icu_validation_level values
Peter Eisentraut
2023-05-23
Punctuation improvement in postgresql.conf.sample
Peter Eisentraut
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-22
Translation updates
Peter Eisentraut
2023-05-22
Rename some createuser options.
Nathan Bossart
2023-05-21
In clause_is_computable_at(), test required_relids for clone clauses.
Tom Lane
2023-05-21
Remove over-eager assertion in ExtendBufferedRelTo()
Andres Freund
2023-05-21
Optimize walsender wake up logic using condition variables
Andres Freund
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-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Make agreed-on updates in perltidy options.
Tom Lane
2023-05-19
Do pre-release housekeeping on catalog data.
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
psql: Tweak xheader_width and pager_min_lines input parsing
Alvaro Herrera
2023-05-19
Message style improvements
Peter Eisentraut
2023-05-19
Allocate hash join files in a separate memory context
Tomas Vondra
2023-05-19
Describe hash join implementation
Tomas Vondra
2023-05-19
Avoid naming conflict between transactions.sql and namespace.sql.
Tom Lane
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-19
Move mdwriteback() to better place
Peter Eisentraut
2023-05-19
Reindent some comments
Peter Eisentraut
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
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-18
Fix handling of NULLs when merging BRIN summaries
Tomas Vondra
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
[next]