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
2025-06-10
copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
2025-06-10
Use exported symbols list on macOS for loadable modules as well
Peter Eisentraut
2025-06-08
pg_restore: fix incompatibility with old directory-format dumps.
Tom Lane
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-07
plpython: Remove obsolete test expected file
Peter Eisentraut
2025-06-06
Improve CREATE DATABASE error message for invalid libc locale.
Jeff Davis
2025-06-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-06-06
Fixed signed/unsigned mismatch in test_dsm_registry.
Nathan Bossart
2025-06-06
Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
2025-06-05
nbtree: Remove useless row compare arg.
Peter Geoghegan
2025-06-05
Avoid bogus scans of partitions when marking FKs enforced
Álvaro Herrera
2025-06-05
Avoid bogus scans of partitions when validating FKs to partitioned tables
Álvaro Herrera
2025-06-05
Change role names used in trigger test.
Tom Lane
2025-06-05
psql: fix order of join clauses when listing extensions
Magnus Hagander
2025-06-05
Fix copy-pasto with process count calculation in method_io_uring.c
Michael Paquier
2025-06-04
Don't strip $libdir from LOAD command
Peter Eisentraut
2025-06-04
psql: Abort connection when using \syncpipeline after COPY TO/FROM
Michael Paquier
2025-06-03
Fix incorrect format placeholders
Peter Eisentraut
2025-06-03
Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Noah Misch
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-06-02
Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
2025-06-02
Correct heap vacuum boundary state setup ordering
Melanie Plageman
2025-06-02
Fix incorrect format placeholders
Peter Eisentraut
2025-06-02
Rename gist stratnum support function
Peter Eisentraut
2025-06-02
Use replay LSN as target for cascading logical WAL senders
Michael Paquier
2025-06-01
Run pgindent on the previous commit.
Tom Lane
2025-06-01
Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-05-31
Fix MERGE into a plain inheritance parent table.
Dean Rasheed
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-30
Allow larger packets during GSSAPI authentication exchange.
Tom Lane
2025-05-30
Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.
Fujii Masao
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-29
Add AioUringCompletion in wait_event_names.txt
Michael Paquier
2025-05-28
Tighten parsing of datetime input.
Tom Lane
2025-05-28
Fix memory leakage when function compilation fails.
Tom Lane
2025-05-28
Adjust regex for test with opening parenthesis in character classes
Michael Paquier
2025-05-27
Fix conversion of SIMILAR TO regexes for character classes
Michael Paquier
2025-05-27
Change pg_dump default for statistics export.
Jeff Davis
2025-05-27
Fix assertion when decrementing eager scanning success and failure counters.
Masahiko Sawada
2025-05-26
Improve file_copy_method entry in postgresql.conf.sample
Peter Eisentraut
2025-05-26
doc: Fix wording in JIT README
Daniel Gustafsson
2025-05-26
Fix race condition in subscription TAP test 021_twophase
Michael Paquier
2025-05-23
oauth: Correct missing comma in Requires.private
Jacob Champion
2025-05-23
oauth: Limit JSON parsing depth in the client
Jacob Champion
2025-05-23
Fix per-relation memory leakage in autovacuum.
Tom Lane
2025-05-23
Fix AlignedAllocRealloc to cope sanely with OOM.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-23
Move oauth_validator_libraries in postgresql.conf.sample
Peter Eisentraut
[next]