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
/
bin
Age
Commit message (
Expand
)
Author
2025-06-13
psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
2025-06-12
pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.
Fujii Masao
2025-06-11
Add tab completion for REJECT_LIMIT option.
Masahiko Sawada
2025-06-11
psql: Remove PARTITION BY clause in tab completion for unlogged tables
Michael Paquier
2025-06-08
pg_restore: fix incompatibility with old directory-format dumps.
Tom Lane
2025-06-05
psql: fix order of join clauses when listing extensions
Magnus Hagander
2025-06-04
psql: Abort connection when using \syncpipeline after COPY TO/FROM
Michael Paquier
2025-06-03
Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Noah Misch
2025-05-27
Change pg_dump default for statistics export.
Jeff Davis
2025-05-22
pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions.
Nathan Bossart
2025-05-20
pg_dump: Fix array literals in fetchAttributeStats().
Nathan Bossart
2025-05-11
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
Álvaro Herrera
2025-05-07
pg_dumpall: Add --sequence-data.
Nathan Bossart
2025-05-05
Translation updates
Peter Eisentraut
2025-04-30
vacuumdb: Don't skip empty relations in --missing-stats-only mode.
Nathan Bossart
2025-04-30
Further adjust guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
2025-04-29
Give up on running with NetBSD/OpenBSD's default semaphore settings.
Tom Lane
2025-04-29
Fix whitespace typo in string
Peter Eisentraut
2025-04-29
initdb: Do not report default autovacuum_worker_slots.
Nathan Bossart
2025-04-29
pg_restore: Improve --help synopsis
Peter Eisentraut
2025-04-29
pg_restore: Put new option in consistent order in --help output
Peter Eisentraut
2025-04-29
pg_verifybackup: Message style improvements
Peter Eisentraut
2025-04-28
Fix pg_dump for inherited validated not-null constraints
Álvaro Herrera
2025-04-28
pg_combinebackup: Message style improvements
Peter Eisentraut
2025-04-27
Remove inappropriate inclusions of c.h and postgres_fe.h.
Tom Lane
2025-04-27
Don't use double-quotes in #include's of system headers, redux.
Tom Lane
2025-04-25
Small code consistency improvement
Peter Eisentraut
2025-04-24
psql: Fix assertion failures with pipeline mode
Michael Paquier
2025-04-23
psql: Rework TAP routine psql_fails_like() to define WAL sender context
Michael Paquier
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-19
psql: Split extended query protocol meta-commands in --help=commands
Michael Paquier
2025-04-19
psql: Improve descriptions of \\flush[request] in --help
Michael Paquier
2025-04-19
psql: Fix incorrect status code returned by \getresults
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-18
Make pg_upgrade log message with control file path translatable.
Fujii Masao
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-04-17
Portability fix: isdigit() must be passed an unsigned char.
Tom Lane
2025-04-17
pg_dump: Set private_date pointer to NULL in callback
Daniel Gustafsson
2025-04-17
pg_dump: Fix incorrect archive format shown in error message.
Fujii Masao
2025-04-16
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-16
Fix pg_dump --clean with partitioned indexes.
Tom Lane
2025-04-16
pg_restore cleanups
Andrew Dunstan
2025-04-15
pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
2025-04-14
Add more source files to pg_verifybackup/nls.mk
Peter Eisentraut
2025-04-12
Free memory properly in pg_restore.c
Andrew Dunstan
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-11
Add missing source file to pg_verifybackup/nls.mk
Peter Eisentraut
2025-04-11
Add missing source file to pg_dump/nls.mk
Peter Eisentraut
2025-04-11
Add missing source file to pg_upgrade/nls.mk
Peter Eisentraut
2025-04-10
Fix fat fingering in 22cb6d28950
Andrew Dunstan
[next]