index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
David Rowley
2023-09-21
*
Remove open-coded binary heap in pg_dump_sort.c.
Nathan Bossart
2023-09-19
*
psql: Reset query buffer of \e, \ef and \ev on error
Michael Paquier
2023-09-20
*
Convert pg_restore's ready_list to a priority queue.
Nathan Bossart
2023-09-19
*
Fix psql tab-completion for identifiers containing dollars.
Heikki Linnakangas
2023-09-19
*
Fix psql's \? output for \watch
Alvaro Herrera
2023-09-18
*
Quote filenames in error messages
Daniel Gustafsson
2023-09-14
*
Switch psql's TAP test for query cancellation to use IPC::Run::signal()
Michael Paquier
2023-09-13
*
Skip psql's TAP test for query cancellation entirely on Windows
Michael Paquier
2023-09-13
*
pg_basebackup: Generate valid temporary slot names under PQbackendPID()
Michael Paquier
2023-09-07
*
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
*
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-09-06
*
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-09-05
*
Unify gratuitously different error messages
Peter Eisentraut
2023-09-05
*
Fix code indentation vioaltion introduced in commit 3c662643c4.
Tatsuo Ishii
2023-08-30
*
Allow pgbench to exit immediately when any client is aborted.
Tatsuo Ishii
2023-08-30
*
Perl: Remove useless lines
Alvaro Herrera
2023-08-29
*
psql/t/001_basic: use locale-aware decimals in new test
Alvaro Herrera
2023-08-29
*
Allow \watch queries to stop on minimum rows returned
Daniel Gustafsson
2023-08-29
*
Reword user-facing message for "power of two"
Daniel Gustafsson
2023-08-29
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
pg_upgrade: Bump MESSAGE_WIDTH.
Nathan Bossart
2023-08-24
*
pg_upgrade: Improve one log message
Peter Eisentraut
2023-08-24
*
pg_upgrade: Avoid shadowing global var in function
Daniel Gustafsson
2023-08-23
*
Fix pg_dump assertion failure when dumping pg_catalog.
Jeff Davis
2023-08-22
*
pg_upgrade: Improve style of a few verbose messages
Michael Paquier
2023-08-18
*
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-11
*
Fix erroneous -Werror=missing-braces on old GCC
Peter Eisentraut
2023-08-10
*
Fix last remaining uninitialized memory warnings
Peter Eisentraut
2023-08-09
*
Fix pg_dumpall with in-place tablespaces
Michael Paquier
2023-08-09
*
Translation updates
Peter Eisentraut
2023-08-07
*
Improve const use in zlib-using code
Peter Eisentraut
2023-08-07
*
Add and use symbolic constants for tar header offsets and file types.
Robert Haas
2023-08-01
*
Fix pg_rewind with in-place tablespaces when source is remote
Michael Paquier
2023-07-30
*
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2023-07-28
*
Adjust extra lines generated by psql to be valid SQL comments.
Nathan Bossart
2023-07-26
*
pgbench: Use COPY for client-side data generation
Michael Paquier
2023-07-24
*
pgbench: Add TAP tests to check consistency of data generated
Michael Paquier
2023-07-23
*
pg_upgrade: include additional detail in cluster check
Daniel Gustafsson
2023-07-20
*
Fix pg_recvlogical upon signal termination
Michael Paquier
2023-07-20
*
Add psql \drg command to display role grants.
Tom Lane
2023-07-19
*
pg_archivecleanup: Add --clean-backup-history
Michael Paquier
2023-07-19
*
pg_archivecleanup: Refactor loop doing old segment removals
Michael Paquier
2023-07-19
*
Simplify option handling in pg_ctl.
Nathan Bossart
2023-07-14
*
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-14
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Teach in-tree getopt_long() to move non-options to the end of argv.
Nathan Bossart
2023-07-12
*
Remove --disable-thread-safety and related code.
Thomas Munro
2023-07-12
*
pgbench: Move constant into format string
Michael Paquier
2023-07-11
[next]