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
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-10
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
Add errhint_internal()
Andres Freund
2025-03-28
Use thread-safe strftime_l() instead of strftime().
Peter Eisentraut
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-20
Add vacuum_truncate configuration parameter.
Nathan Bossart
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-18
Add some opfamily support functions to lsyscache.c
Peter Eisentraut
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-14
Doc: remove obsolete comment.
Tom Lane
2025-03-14
Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
2025-03-14
Swap order of extern/static and pg_nodiscard
Peter Eisentraut
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-12
Add connection establishment duration logging
Melanie Plageman
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-03-10
Use extended stats for precise estimation of bucket size in hash join
Alexander Korotkov
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-03
Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025-02-26
Remove pgstat_flush_wal()
Michael Paquier
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-19
Improve statistics estimation for single-column GROUP BY in sub-queries
Alexander Korotkov
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-02-18
Add PGErrorVerbosity to typedefs.list
Daniel Gustafsson
2025-02-14
Describe special values in GUC descriptions more consistently.
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-11
config: Rename "Asynchronous Behavior" to "I/O"
Andres Freund
2025-02-11
config: Split "Worker Processes" out of "Asynchronous Behavior"
Andres Freund
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-01
Add get_opfamily_name() function
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-24
Add SQL function CASEFOLD().
Jeff Davis
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-17
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-16
Seek zone abbreviations in the IANA data before timezone_abbreviations.
Tom Lane
[next]