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