aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t
Commit message (Expand)AuthorAge
* Run pgperltidyJoe Conway2025-06-29
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-18
* Simplify reindexdb codingÁlvaro Herrera2025-03-18
* Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor2025-03-07
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-07
* Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier2025-01-23
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Update copyright for 2025Bruce Momjian2025-01-01
* Make sure to run pg_isready on correct portAndrew Dunstan2024-07-13
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* createdb: compare strategy case-insensitiveTomas Vondra2024-04-21
* Fix test failures when language environment is not UTF-8.Jeff Davis2024-04-04
* reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov2024-03-25
* Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis2024-03-19
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* reindexdb: Allow specifying objects to process in all databases.Nathan Bossart2024-03-11
* clusterdb: Allow specifying tables to process in all databases.Nathan Bossart2024-03-11
* vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart2024-03-11
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* vacuumdb: Fix excluding multiple schemas with -NDaniel Gustafsson2023-09-25
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart2023-07-12
* initdb: change default --locale-provider back to libc.Jeff Davis2023-06-21
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis2023-06-16
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Fix typo in TAP tests of vacuumdbMichael Paquier2023-05-25
* Document deprecated createuser option.Nathan Bossart2023-05-23
* Rename some createuser options.Nathan Bossart2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typosDavid Rowley2023-04-18
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-10
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* Fix handling of default option values in createuserDaniel Gustafsson2023-03-06
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix bug in DROP OWNED BY.Robert Haas2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Message style improvementsPeter Eisentraut2022-09-24
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-21
* Fix createdb tests for C localePeter Eisentraut2022-09-16
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-16
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-22