summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-23Minor comment improvements for compress_lz4Tomas Vondra
2023-03-23Unify buffer sizes in pg_dump compression APITomas Vondra
2023-03-23Improve type handling in pg_dump's compress file APITomas Vondra
2023-03-22Fix new test case to work on (some?) big-endian architectures.Tom Lane
2023-03-22Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane
2023-03-22Reduce memory leakage in initdb.Tom Lane
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-22Teach verify_heapam() to validate update chains within a page.Robert Haas
2023-03-21Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane
2023-03-21Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson
2023-03-21pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut
2023-03-17Simplify and speed up pg_dump's creation of parent-table links.Tom Lane
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-03-17Fix incorrect format placeholdersPeter Eisentraut
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