summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
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