summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Simplify and speed up pg_dump's creation of parent-table links.Tom Lane2023-03-173-80/+56
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-176-38/+288
* Fix incorrect format placeholdersPeter Eisentraut2023-03-171-2/+2
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-162-3/+32
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-142-94/+531
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-133-1/+34
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-131-1/+1
* pg_amcheck: Minor test speedupsAndres Freund2023-03-111-18/+15
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-111-8/+20
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-103-18/+14
* Add standard collation UNICODEPeter Eisentraut2023-03-101-3/+7
* Fix test failure caused in 27b62377b4.Jeff Davis2023-03-091-1/+1
* Use ICU by default at initdb time.Jeff Davis2023-03-095-12/+57
* Fix 9637badd9f.Jeff Davis2023-03-093-22/+45
* pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis2023-03-097-183/+192
* meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackupAndres Freund2023-03-082-1/+2
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-084-38/+125
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-089-27/+106
* Fix handling of default option values in createuserDaniel Gustafsson2023-03-062-16/+23
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-063-2/+33
* Revise pg_pwrite_zeros()Michael Paquier2023-03-061-1/+1
* Show "internal name" not "source code" in psql's \df+ command.Tom Lane2023-03-021-8/+3
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-021-4/+4
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+1
* Improve wording in pg_dump compression docsTomas Vondra2023-03-012-3/+3
* Fix condition in pg_dump TAP testTomas Vondra2023-03-011-3/+3
* Fix logic buglets in pg_dump's flagInhAttrs().Tom Lane2023-02-282-10/+29
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-241-1/+6
* pg_dump: Remove move "blob" terminologyDaniel Gustafsson2023-02-241-3/+3
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-239-16/+772
* Introduce a generic pg_dump compression APITomas Vondra2023-02-2313-751/+1042
* Prepare pg_dump internals for additional compression methodsTomas Vondra2023-02-234-128/+138
* pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas2023-02-234-59/+64
* pg_dump: Remove some dead codePeter Eisentraut2023-02-222-6/+0
* Fix small memory leak in psql's \bind commandMichael Paquier2023-02-221-1/+1
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-212-51/+127
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-131-1/+1
* Fix various typos in code and testsMichael Paquier2023-02-093-4/+5
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-075-8/+7
* Add support for progress reporting to pg_verifybackupMichael Paquier2023-02-062-7/+96
* Try to fix pg_upgrade test on Windows, again.Thomas Munro2023-02-011-2/+13
* Fix behavior with pg_restore -l and compressed dumpsMichael Paquier2023-01-271-1/+1
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-201-0/+6
* Avoid harmless warning from pg_dump --if-exists mode.Tom Lane2023-01-191-2/+7
* Fix failure with perlcritic in psql's create_help.plMichael Paquier2023-01-191-3/+3
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-6/+6
* Remove redundant relkind checkJohn Naylor2023-01-171-2/+1
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-163-190/+62
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-6/+6
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-6/+6