summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Display 'password_required' option for \dRs+ command.Amit Kapila2023-04-241-1/+3
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1
* Add missed case for tab completion of GRANT/REVOKE MAINTAIN.Tom Lane2023-04-191-1/+1
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-192-2/+2
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-183-19/+96
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-184-6/+6
* Fix various typosDavid Rowley2023-04-184-4/+4
* Put new command-line option into sensible order in help outputPeter Eisentraut2023-04-171-2/+1
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-161-1/+1
* Add missing source files to nls.mkPeter Eisentraut2023-04-142-0/+5
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-125-197/+37
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-083-5/+5
* Add missing .gitignore entry.Tom Lane2023-04-071-0/+1
* Show more detail in heapam rmgr descriptions.Peter Geoghegan2023-04-071-1/+1
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-21/+7
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-075-37/+197
* Fix locale-dependent test case.Tom Lane2023-04-071-1/+3
* Add tab-completion for newly added SUBSCRIPTION options.Amit Kapila2023-04-071-2/+4
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-0/+26
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-2/+2
* psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane2023-04-065-23/+32
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-063-27/+126
* Support long distance matching for zstd compressionTomas Vondra2023-04-066-2/+44
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-059-49/+703
* Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.Amit Kapila2023-04-052-0/+4
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-041-0/+1
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-043-3/+84
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-3/+5
* pg_basebackup: Correct type of WalSegSzPeter Eisentraut2023-04-032-2/+2
* pg_dump: Use only LZ4 frame format for compressionTomas Vondra2023-04-011-211/+343
* Add new predefined role pg_create_subscription.Robert Haas2023-03-302-2/+15
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-291-14/+1
* pg_dump: Fix gzip compression of empty dataTomas Vondra2023-03-292-59/+100
* Validate ICU locales.Jeff Davis2023-03-282-2/+74
* initdb: emit message when using default ICU locale.Jeff Davis2023-03-281-0/+3
* initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis2023-03-281-28/+28
* amcheck: Generalize one of the recently-added update chain checks.Robert Haas2023-03-271-6/+5
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-241-2/+2
* meson: add install-{quiet, world} targetsAndres Freund2023-03-2318-18/+18
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-231-1/+1
* Minor comment improvements for compress_lz4Tomas Vondra2023-03-231-5/+20
* Unify buffer sizes in pg_dump compression APITomas Vondra2023-03-235-25/+21
* Improve type handling in pg_dump's compress file APITomas Vondra2023-03-237-115/+148
* Fix new test case to work on (some?) big-endian architectures.Tom Lane2023-03-221-2/+2
* Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane2023-03-221-6/+7
* Reduce memory leakage in initdb.Tom Lane2023-03-221-53/+34
* Add "-c name=value" switch to initdb.Tom Lane2023-03-222-117/+368
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-221-11/+239
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-213-3/+40