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
*
Simplify and speed up pg_dump's creation of parent-table links.
Tom Lane
2023-03-17
*
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-17
*
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-16
*
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-14
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Improve support for UNICODE collation on older ICU
Peter Eisentraut
2023-03-13
*
pg_amcheck: Minor test speedups
Andres Freund
2023-03-11
*
amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0
Andres Freund
2023-03-11
*
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-10
*
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
*
Fix test failure caused in 27b62377b4.
Jeff Davis
2023-03-09
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
*
Fix 9637badd9f.
Jeff Davis
2023-03-09
*
pg_upgrade: copy locale and encoding information to new cluster.
Jeff Davis
2023-03-09
*
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
Andres Freund
2023-03-08
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
*
Fix handling of default option values in createuser
Daniel Gustafsson
2023-03-06
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
*
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
*
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
*
Improve wording in pg_dump compression docs
Tomas Vondra
2023-03-01
*
Fix condition in pg_dump TAP test
Tomas Vondra
2023-03-01
*
Fix logic buglets in pg_dump's flagInhAttrs().
Tom Lane
2023-02-28
*
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-24
*
pg_dump: Remove move "blob" terminology
Daniel Gustafsson
2023-02-24
*
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
*
Prepare pg_dump internals for additional compression methods
Tomas Vondra
2023-02-23
*
pg_rewind: Fix determining TLI when server was just promoted.
Heikki Linnakangas
2023-02-23
*
pg_dump: Remove some dead code
Peter Eisentraut
2023-02-22
*
Fix small memory leak in psql's \bind command
Michael Paquier
2023-02-22
*
pgbench: Prepare commands in pipelines in advance
Alvaro Herrera
2023-02-21
*
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-13
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Add support for progress reporting to pg_verifybackup
Michael Paquier
2023-02-06
*
Try to fix pg_upgrade test on Windows, again.
Thomas Munro
2023-02-01
*
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-27
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
*
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-19
*
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-19
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
*
Remove redundant relkind check
John Naylor
2023-01-17
*
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2023-01-16
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
[next]