summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-03-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-03-14Allow pg_dump to include/exclude child tables automatically.Tom Lane
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Improve support for UNICODE collation on older ICUPeter Eisentraut
2023-03-11pg_amcheck: Minor test speedupsAndres Freund
2023-03-11amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-09Fix test failure caused in 27b62377b4.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-09Fix 9637badd9f.Jeff Davis
2023-03-09pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis
2023-03-09meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackupAndres Freund
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-03-02Mark options as deprecated in usage outputDaniel Gustafsson
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-03-01Improve wording in pg_dump compression docsTomas Vondra
2023-03-01Fix condition in pg_dump TAP testTomas Vondra
2023-02-28Fix logic buglets in pg_dump's flagInhAttrs().Tom Lane
2023-02-24Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson
2023-02-24pg_dump: Remove move "blob" terminologyDaniel Gustafsson
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-23Prepare pg_dump internals for additional compression methodsTomas Vondra
2023-02-23pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas
2023-02-22pg_dump: Remove some dead codePeter Eisentraut
2023-02-22Fix small memory leak in psql's \bind commandMichael Paquier
2023-02-21pgbench: Prepare commands in pipelines in advanceAlvaro Herrera
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-01Try to fix pg_upgrade test on Windows, again.Thomas Munro
2023-01-27Fix behavior with pg_restore -l and compressed dumpsMichael Paquier
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-20Avoid harmless warning from pg_dump --if-exists mode.Tom Lane
2023-01-19Fix failure with perlcritic in psql's create_help.plMichael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-17Remove redundant relkind checkJohn Naylor
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-11Fix typos in code and commentsMichael Paquier