summaryrefslogtreecommitdiff
path: root/src/fe_utils
AgeCommit message (Expand)Author
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
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-02-12Fix bug in pg_basebackup -F plain -R.Fujii Masao
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-17Fix parallel restore of FKs to partitioned tablesAlvaro Herrera
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane