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
/
tools
Age
Commit message (
Expand
)
Author
46 hours
aio: Regularize IO worker internal naming.
Thomas Munro
6 days
aio: Combine io_uring memory mappings, if supported
Andres Freund
10 days
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
11 days
Refactor subtype field of AlterDomainStmt
Michael Paquier
11 days
Support multi-line headers in COPY FROM command.
Fujii Masao
11 days
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
11 days
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
12 days
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
12 days
Control ctype behavior internally with a method table.
Jeff Davis
13 days
Silence valgrind about pg_numa_touch_mem_if_required
Tomas Vondra
14 days
pgflex: propagate environment to flex subprocess
Peter Eisentraut
14 days
Fix whitespace
Peter Eisentraut
14 days
Align log_line_prefix in CI and TAP tests with pg_regress.c
Michael Paquier
14 days
Stamp HEAD as 19devel.
Joe Conway
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-22
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-19
Doc: add pre-branch task to run src/tools/copyright.pl.
Tom Lane
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
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-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-07
Add pg_buffercache_numa view with NUMA node info
Tomas Vondra
2025-04-06
Fix memory leaks in px_crypt_shacrypt().
Tom Lane
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-04-04
Use streaming read I/O in autoprewarm
Melanie Plageman
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-01
Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025-03-29
amcheck: Add gin_index_check() to verify GIN index
Tomas Vondra
2025-03-29
amcheck: Move common routines into a separate module
Tomas Vondra
2025-03-27
Use streaming read I/O in heap amcheck
Melanie Plageman
2025-03-26
aio: Add io_method=io_uring
Andres Freund
2025-03-26
pg_overexplain: Additional EXPLAIN options for debugging.
Robert Haas
2025-03-26
Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-19
meson: Flush stdout in testwrap
Andres Freund
2025-03-18
aio: Add io_method=worker
Andres Freund
2025-03-18
Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025-03-17
aio: Add core asynchronous I/O infrastructure
Andres Freund
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
[next]