aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-11
* Add support for tab completion after ALTER EXTENSION ADD|DROP in psqlMichael Paquier2023-01-12
* Improve handling of inherited GENERATED expressions.Tom Lane2023-01-11
* Fix typos in code and commentsMichael Paquier2023-01-11
* Remove function declarations from headers for some undefined functionsMichael Paquier2023-01-11
* Invent random_normal() to provide normally-distributed random numbers.Tom Lane2023-01-09
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Doc: improve commentary about providing our own definitions of M_PI.Tom Lane2023-01-08
* psql: Add support for \dpS and \zS.Dean Rasheed2023-01-07
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed2023-01-06
* Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.Dean Rasheed2023-01-06
* During pg_dump startup, acquire table locks in batches.Tom Lane2023-01-03
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Reorder some object files in makefilesPeter Eisentraut2022-12-28
* Add custom filtering rules to the TAP tests of pg_upgradeMichael Paquier2022-12-27
* Fix incorrect copy-pasto in error message of pg_waldump.cMichael Paquier2022-12-27
* pg_waldump: Add --save-fullpage=PATH to save full page images from WAL recordsMichael Paquier2022-12-27
* Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sqlMichael Paquier2022-12-26
* Update upgrade_adapt.sql to handle tables using aclitem as data typeMichael Paquier2022-12-23
* Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier2022-12-23
* Make more consistent some translated strings related to compressionMichael Paquier2022-12-21
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Fix typo in commentPeter Eisentraut2022-12-19
* pg_upgrade: Make testing different transfer modes easierPeter Eisentraut2022-12-16
* pg_upgrade: Add --copy optionPeter Eisentraut2022-12-16
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Remove extra space from dumped ALTER DEFAULT PRIVILEGES.Jeff Davis2022-12-12
* Order getopt argumentsPeter Eisentraut2022-12-12
* Add support for GRANT SET in psql tab completionMichael Paquier2022-12-12
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-11
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Provide test coverage in pg_dump for default behaviors with compressionMichael Paquier2022-12-06
* initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut2022-12-05
* pg_dump: Remove "blob" terminologyPeter Eisentraut2022-12-05
* Add missing const qualifierDavid Rowley2022-12-03
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Report incompatible roles in pg_upgrade checkingDaniel Gustafsson2022-12-02
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-02
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* meson: Add some missing env settings for tests of pg_dump and pg_verifybackupMichael Paquier2022-11-29
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier2022-11-26
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-23
* Fix typos and bump catversion.Robert Haas2022-11-18
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* psql: Improve tab completion for GRANT/REVOKEMichael Paquier2022-11-18
* Export with_icu when running src/bin/scripts tests with mesonPeter Eisentraut2022-11-17
* Check return value of pclose() correctlyPeter Eisentraut2022-11-15