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
Age
Commit message (
Expand
)
Author
2025-07-18
Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw
Alexander Korotkov
2025-07-17
Add a test harness for the binary heap code.
Nathan Bossart
2025-07-17
Fix PQport to never return NULL unless the connection is NULL.
Tom Lane
2025-07-17
Remove assertion from PortalRunMulti
Álvaro Herrera
2025-07-17
doc: Add note about how to use pg_overexplain.
Nathan Bossart
2025-07-17
Remove duplicate line
Amit Langote
2025-07-17
Split regression tests for TOAST compression methods into two files
Michael Paquier
2025-07-17
Fix inconsistent LWLock tranche names for MultiXact*
Michael Paquier
2025-07-16
doc: Add example file for COPY
Daniel Gustafsson
2025-07-16
Force LC_COLLATE to C in postmaster.
Jeff Davis
2025-07-16
Fix dumping of comments on invalid constraints on domains
Álvaro Herrera
2025-07-16
nbtree: Use only one notnullkey ScanKeyData.
Peter Geoghegan
2025-07-16
pg_dumpall: Skip global objects with --statistics-only or --no-schema.
Jeff Davis
2025-07-16
psql: Fix note on project naming in output of \copyright.
Nathan Bossart
2025-07-16
Refactor non-supported compression error message in toast_compression.c
Michael Paquier
2025-07-16
pgoutput: Initialize missing default for "origin" parameter.
Fujii Masao
2025-07-15
doc: Document default values for pgoutput options in protocol.sgml.
Fujii Masao
2025-07-15
doc: Fix confusing description of streaming option in START_REPLICATION.
Fujii Masao
2025-07-15
doc: Clarify that total_vacuum_time excludes VACUUM FULL.
Fujii Masao
2025-07-15
Doc: clarify description of regexp fields in pg_ident.conf.
Tom Lane
2025-07-15
Clarify the ra != rb case in compareJsonbContainers().
Tom Lane
2025-07-15
Silence uninitialized-value warnings in compareJsonbContainers().
Tom Lane
2025-07-15
Doc: clarify description of current-date/time functions.
Tom Lane
2025-07-15
psql: Fix tab-completion after GRANT/REVOKE on LARGE OBJECT and FOREIGN SERVER.
Fujii Masao
2025-07-15
Fix comments in index.c
Michael Paquier
2025-07-14
amcheck: Improve error message for partitioned index target.
Fujii Masao
2025-07-14
psql: Add variable SERVICEFILE
Michael Paquier
2025-07-13
In username-map substitution, cope with more than one \1.
Tom Lane
2025-07-13
libpq: Add "servicefile" connection option
Michael Paquier
2025-07-12
Remove XLogCtl->ckptFullXid.
Nathan Bossart
2025-07-12
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
2025-07-12
Remove long-unused TransactionIdIsActive()
Andres Freund
2025-07-12
aio: Fix configuration reload in IO workers.
Thomas Munro
2025-07-12
aio: Remove obsolete IO worker ID references.
Thomas Munro
2025-07-12
aio: Regularize IO worker internal naming.
Thomas Munro
2025-07-12
Fix stale idle flag when IO workers exit.
Thomas Munro
2025-07-11
Fix inconsistent quoting of role names in ACLs.
Tom Lane
2025-07-11
oauth: Run Autoconf tests with correct compiler flags
Jacob Champion
2025-07-11
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add MODE option to CHECKPOINT command.
Nathan Bossart
2025-07-11
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-11
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
2025-07-11
Force LC_NUMERIC to C while running TAP tests.
Tom Lane
2025-07-11
Fix the handling of two GUCs during upgrade.
Amit Kapila
2025-07-11
Doc: fix outdated protocol version.
Tatsuo Ishii
2025-07-10
doc: Clarify meaning of "idle" in idle_replication_slot_timeout.
Fujii Masao
2025-07-10
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
2025-07-10
Fix sslkeylogfile error handling logging
Daniel Gustafsson
2025-07-10
pg_dump: Fix object-type sort priority for large objects.
Nathan Bossart
[next]