aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils
Commit message (Expand)AuthorAge
* Centralize logic for restoring errno in signal handlers.Nathan Bossart2024-02-14
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unneeded assignments in for loop headerAlvaro Herrera2023-11-21
* Avoid overflow in fe_utils' printTable()Alvaro Herrera2023-11-21
* Remove distprepPeter Eisentraut2023-11-06
* Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch2023-10-14
* Allow using syncfs() in frontend utilities.Nathan Bossart2023-09-06
* Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart2023-07-28
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* Common function for percent placeholder replacementPeter Eisentraut2023-01-11
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Non-decimal integer literalsPeter Eisentraut2022-12-14
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-06
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-27
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Fix mismatched file identificationsJohn Naylor2022-08-09
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-25
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-22
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Improve frontend error logging style.Tom Lane2022-04-08
* psql: add \dconfig command to show server's configuration parameters.Tom Lane2022-04-07
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-23
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-16
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-06
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-01
* Improve some comments in scanner filesPeter Eisentraut2021-12-01
* Replace unicode characters in comments with asciiDaniel Gustafsson2021-11-01
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-27
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-24
* Fix incautious handling of possibly-miscoded strings in client code.Tom Lane2021-06-07
* psql: Fix line continuation prompts for unbalanced parenthesesPeter Eisentraut2021-04-29