aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Improve type handling in pg_dump's compress file APITomas Vondra2023-03-23
* Fix new test case to work on (some?) big-endian architectures.Tom Lane2023-03-22
* Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane2023-03-22
* Reduce memory leakage in initdb.Tom Lane2023-03-22
* Add "-c name=value" switch to initdb.Tom Lane2023-03-22
* Teach verify_heapam() to validate update chains within a page.Robert Haas2023-03-22
* Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.Tom Lane2023-03-21
* Avoid using atooid for numerical comparisons which arent OidsDaniel Gustafsson2023-03-21
* pg_waldump: Allow hexadecimal values for -t/--timeline optionPeter Eisentraut2023-03-21
* Simplify and speed up pg_dump's creation of parent-table links.Tom Lane2023-03-17
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-17
* Fix incorrect format placeholdersPeter Eisentraut2023-03-17
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-16
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-14