Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-18Simplify reindexdb codingÁlvaro Herrera
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-01-23Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-13Make sure to run pg_isready on correct portAndrew Dunstan
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
2024-04-04Fix test failures when language environment is not UTF-8.Jeff Davis
2024-03-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-11clusterdb: Allow specifying tables to process in all databases.Nathan Bossart
2024-03-11vacuumdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-09-25vacuumdb: Fix excluding multiple schemas with -NDaniel Gustafsson
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-25Fix typo in TAP tests of vacuumdbMichael Paquier
2023-05-24Document deprecated createuser option.Nathan Bossart
2023-05-22Rename some createuser options.Nathan Bossart
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-16Fix createdb tests for C localePeter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-07-31Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan