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