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-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
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Fix memory leak in pg_restore.c
Andrew Dunstan
2025-04-10
Further cleanup for directory creation on pg_dump/pg_dumpall
Andrew Dunstan
2025-04-10
Fix incorrect format placeholders
Peter Eisentraut
2025-04-10
Cosmetic fixes for pg_createsubscriber's -all option.
Amit Kapila
2025-04-09
pg_upgrade: Mention that we preserve database OIDs in a comment.
Nathan Bossart
2025-04-08
Prevent 006_transfer_modes.pl from leaving files behind.
Nathan Bossart
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
Clean up error messages from 1495eff7bdb
Andrew Dunstan
2025-04-07
psql: Clarify help message for WATCH_INTERVAL
Daniel Gustafsson
2025-04-07
Fix grammar in log message of pg_restore.c
Michael Paquier
2025-04-07
Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
2025-04-06
Clean up checking for pg_dumpall output directory
Andrew Dunstan
2025-04-06
pg_upgrade: Fix memory leak in check_for_unicode_update().
Nathan Bossart
2025-04-06
Avoid unnecessary copying of a string in pg_restore.c
Andrew Dunstan
2025-04-06
Fix a couple of memory leaks in pg_restore.c
Andrew Dunstan
2025-04-05
Clean up from commit 1495eff7bdb
Andrew Dunstan
2025-04-05
Set log_statement=none in t/002_pg_upgrade.pl
Álvaro Herrera
2025-04-05
pg_dump: Tiny header cleanup
Álvaro Herrera
2025-04-05
pg_dump: Fix query for gathering attribute stats on older versions.
Nathan Bossart
2025-04-04
Fix a couple of error messages and tests for them
Andrew Dunstan
2025-04-04
Prevent redeclaration of typedef TocEntry.
Nathan Bossart
2025-04-04
Add more TAP tests for pg_dumpall
Andrew Dunstan
2025-04-04
Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025-04-04
Move common pg_dump code related to connections to a new file
Andrew Dunstan
2025-04-04
Remove unused function parameters in pg_backup_archiver.c.
Nathan Bossart
2025-04-04
pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
2025-04-04
pg_dump: Reduce memory usage of dumps with statistics.
Nathan Bossart
2025-04-04
Skip second WriteToc() call for custom-format dumps without data.
Nathan Bossart
[next]