summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
AgeCommit message (Expand)Author
2020-11-09Ignore attempts to \gset into specially treated variables.Noah Misch
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-07Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane
2020-03-20psql: Catch and report errors while printing result tablePeter Eisentraut
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-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-02Handle corner cases correctly in psql's reconnection logic.Tom Lane
2019-05-22Initial 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-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-01-26Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-10-19Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-12Add psql variables to track success/failure of SQL queries.Tom Lane
2017-09-05Add \gdesc psql command.Tom Lane
2017-08-24psql: Fix \gx when FETCH_COUNT is usedStephen Frost
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-01Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-03-07psql: Add \gx commandStephen Frost
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-03Improve readability of the output of psql's \timing command.Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-05-21psql: Message style improvementsPeter Eisentraut
2016-04-14Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-18Decouple psqlscan.l from surrounding program.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund