summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAgeFilesLines
* psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane2023-04-061-0/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-291-1/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro2021-07-131-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-021-4/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-2/+0
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Allow psql variable substitution to occur in backtick command strings.Tom Lane2017-04-011-1/+2
* Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane2017-03-131-1/+2
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-241-5/+1
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-181-0/+2
* Clean up some misplaced #includes.Tom Lane2016-03-181-2/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-031-0/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-021-0/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-4/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-231-1/+1
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-041-0/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-041-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-9/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Provide Assert() for frontend code.Andrew Dunstan2012-12-141-7/+0
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-2/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-141-33/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander2007-04-131-12/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-181-3/+3
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-161-1/+28
* pgindent run for 8.2.Bruce Momjian2006-10-041-1/+2
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-10/+10