summaryrefslogtreecommitdiff
path: root/src/fe_utils
AgeCommit message (Expand)Author
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
2019-04-05Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-25pgbench: Remove \csetAlvaro Herrera
2019-02-13More unconstify usePeter Eisentraut
2019-01-10pgbench: add \cset and \gset commandsAlvaro Herrera
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-26Fix translation of special characters in psql's LaTeX output modes.Tom Lane
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-11-13Fix realfailN lexer rules to not make assumptions about input format.Tom Lane
2018-11-13Align ECPG lexer more closely with the core and psql lexers.Tom Lane
2018-08-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-03-22Add \if support to pgbenchTeodor Sigaev
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-21Provide a test for variable existence in psqlAndrew Dunstan
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian