summaryrefslogtreecommitdiff
path: root/src/fe_utils
AgeCommit message (Expand)Author
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
2021-04-08Allow psql's \df and \do commands to specify argument types.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-03-29psql: call clearerr() just before printingAlvaro Herrera
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
2021-02-05Generalize parallel slot result handling.Robert Haas
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-02-03Factor pattern-construction logic out of processSQLNamePattern.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-09Remove incorrect %s in stringMagnus Hagander
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-09-24Standardize the printf format for st_sizePeter Eisentraut
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch