summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
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