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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
meson: Add dependencies to perl modules to various script invocations
Andres Freund
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
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
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-04-20
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-23
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-02-23
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-20
Speedup and increase usability of set proc title functions
David Rowley
2023-02-16
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-13
Mark more nodes with attribute no_query_jumble
Michael Paquier
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-27
Minor GUC code refactoring.
Tom Lane
2023-01-26
Code review for commit 05a7be935.
Tom Lane
2023-01-26
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
[next]