aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-10
* Add standard collation UNICODEPeter Eisentraut2023-03-10
* Fix test failure caused in 27b62377b4.Jeff Davis2023-03-09
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* Fix 9637badd9f.Jeff Davis2023-03-09
* pg_upgrade: copy locale and encoding information to new cluster.Jeff Davis2023-03-09
* meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackupAndres Freund2023-03-08
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-08
* Fix handling of default option values in createuserDaniel Gustafsson2023-03-06
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Revise pg_pwrite_zeros()Michael Paquier2023-03-06
* Show "internal name" not "source code" in psql's \df+ command.Tom Lane2023-03-02
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-02
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* Improve wording in pg_dump compression docsTomas Vondra2023-03-01
* Fix condition in pg_dump TAP testTomas Vondra2023-03-01
* Fix logic buglets in pg_dump's flagInhAttrs().Tom Lane2023-02-28
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-24
* pg_dump: Remove move "blob" terminologyDaniel Gustafsson2023-02-24
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-23
* Introduce a generic pg_dump compression APITomas Vondra2023-02-23
* Prepare pg_dump internals for additional compression methodsTomas Vondra2023-02-23
* pg_rewind: Fix determining TLI when server was just promoted.Heikki Linnakangas2023-02-23
* pg_dump: Remove some dead codePeter Eisentraut2023-02-22
* Fix small memory leak in psql's \bind commandMichael Paquier2023-02-22
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-21
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13
* Fix various typos in code and testsMichael Paquier2023-02-09
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Add support for progress reporting to pg_verifybackupMichael Paquier2023-02-06
* Try to fix pg_upgrade test on Windows, again.Thomas Munro2023-02-01
* Fix behavior with pg_restore -l and compressed dumpsMichael Paquier2023-01-27
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-20
* Avoid harmless warning from pg_dump --if-exists mode.Tom Lane2023-01-19
* Fix failure with perlcritic in psql's create_help.plMichael Paquier2023-01-19
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Remove redundant relkind checkJohn Naylor2023-01-17
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-16
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-11
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier2023-01-12
* Improve handling of inherited GENERATED expressions.Tom Lane2023-01-11
* Fix typos in code and commentsMichael Paquier2023-01-11
* Remove function declarations from headers for some undefined functionsMichael Paquier2023-01-11
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-09
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Doc: improve commentary about providing our own definitions of M_PI.Tom Lane2023-01-08
* psql: Add support for \dpS and \zS.Dean Rasheed2023-01-07
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06