aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-23
* Minor comment improvements for compress_lz4Tomas Vondra2023-03-23
* Unify buffer sizes in pg_dump compression APITomas Vondra2023-03-23
* Improve type handling in pg_dump's compress file APITomas Vondra2023-03-23
* Fix new test case to work on (some?) big-endian architectures.Tom Lane2023-03-22
* Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane2023-03-22
* Reduce memory leakage in initdb.Tom Lane2023-03-22
* Add "-c name=value" switch to initdb.Tom Lane2023-03-22
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-22
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-21
* Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson2023-03-21
* pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut2023-03-21
* Simplify and speed up pg_dump's creation of parent-table links.Tom Lane2023-03-17
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-17
* Fix incorrect format placeholdersPeter Eisentraut2023-03-17
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-16
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-14
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-13
* pg_amcheck: Minor test speedupsAndres Freund2023-03-11
* amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0Andres Freund2023-03-11
* 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