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
/
utils
Age
Commit message (
Expand
)
Author
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-25
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
2025-04-24
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-23
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-23
Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
Alexander Korotkov
2025-04-23
Properly prepare varinfos in estimate_multivariate_bucketsize()
Alexander Korotkov
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-23
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-22
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-21
Fix INITCAP() word boundaries for PG_UNICODE_FAST.
Jeff Davis
2025-04-21
MemoryContextCreate: assert parent is valid and different from node.
Tom Lane
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Make levels 1-based in pg_log_backend_memory_contexts()
David Rowley
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-16
Improve comments for estimate_multivariate_ndistinct()
David Rowley
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
2025-04-10
Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-10
Remove useless check for negative result of ip_addrsize().
Tom Lane
2025-04-09
Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
2025-04-08
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
Add local-address escape "%L" to log_line_prefix.
Tom Lane
2025-04-07
Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
Alexander Korotkov
2025-04-07
Clarify comment for worst-case allocation in quote_literal_cstr()
Michael Paquier
2025-04-07
Fix use-after-free in pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-04-06
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-06
Revert "Put enable_self_join_elimination into postgresql.conf.sample"
Alexander Korotkov
2025-04-06
Put enable_self_join_elimination into postgresql.conf.sample
Alexander Korotkov
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Fix crash/valgrind error
Peter Eisentraut
2025-04-04
Support non-btree indexes in get_actual_variable_range()
Peter Eisentraut
2025-04-04
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Add GiST and btree sortsupport routines for range types
Heikki Linnakangas
2025-04-02
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-04-01
Fix minor C type confusion
Peter Eisentraut
2025-03-30
Enable IO concurrency on all systems
Andres Freund
[next]