aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro2021-07-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-02
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Allow psql variable substitution to occur in backtick command strings.Tom Lane2017-04-01
* Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane2017-03-13
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-18
* Clean up some misplaced #includes.Tom Lane2016-03-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* pgindent run for 9.5Bruce Momjian2015-05-23
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-04
* Update copyright for 2014Bruce Momjian2014-01-07
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-04
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Provide Assert() for frontend code.Andrew Dunstan2012-12-14
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander2007-04-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-18
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-16
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-01
* Escape processing patch:Bruce Momjian2006-05-31
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06