summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-05-08Add missing source file to nls.mkPeter Eisentraut
2023-05-08pg_dump: Restore lost translation markerPeter Eisentraut
2023-05-08pg_basebackup: Restore lost translation markersPeter Eisentraut
2023-05-05Fix copy-and-pasto in error messagePeter Eisentraut
2023-05-03Add missing TAP test namePeter Eisentraut
2023-05-02Fix overridden callbacks in pg_rewind.Daniel Gustafsson
2023-05-02Fix typos in commentsMichael Paquier
2023-04-27Rework code defining default compression for dir/custom formats in pg_dumpMichael Paquier
2023-04-26Fix stop condition for dumping GRANT commandsDaniel Gustafsson
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund
2023-04-24Display 'password_required' option for \dRs+ command.Amit Kapila
2023-04-21Fix initdb --no-locale.Jeff Davis
2023-04-19Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix pg_basebackup with in-place tablespaces some more.Robert Haas
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-17Put new command-line option into sensible order in help outputPeter Eisentraut
2023-04-16Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley
2023-04-14Add missing source files to nls.mkPeter Eisentraut
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Add missing .gitignore entry.Tom Lane
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Fix locale-dependent test case.Tom Lane
2023-04-07Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-04-05Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.Amit Kapila
2023-04-04Fix MSVC warning introduced in ea1db8ae70.Jeff Davis
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-03pg_basebackup: Correct type of WalSegSzPeter Eisentraut
2023-03-31pg_dump: Use only LZ4 frame format for compressionTomas Vondra
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-29pg_dump: Fix gzip compression of empty dataTomas Vondra
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28initdb: emit message when using default ICU locale.Jeff Davis
2023-03-28initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis
2023-03-27amcheck: Generalize one of the recently-added update chain checks.Robert Haas