index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-04-06
1
-0
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
1
-1
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add PSQL_WATCH_PAGER for psql's \watch command.
Thomas Munro
2021-07-13
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-12-02
1
-4
/
+1
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-2
/
+0
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Allow psql variable substitution to occur in backtick command strings.
Tom Lane
2017-04-01
1
-1
/
+2
*
Add a "void *" passthrough pointer for psqlscan.l's callback functions.
Tom Lane
2017-03-13
1
-1
/
+2
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
1
-2
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
1
-5
/
+1
*
Decouple psqlscan.l from surrounding program.
Tom Lane
2016-03-18
1
-0
/
+2
*
Clean up some misplaced #includes.
Tom Lane
2016-03-18
1
-2
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
1
-0
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
1
-0
/
+2
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
1
-4
/
+1
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
1
-1
/
+1
*
Allow \watch to display query execution time if \timing is enabled.
Fujii Masao
2014-09-04
1
-0
/
+3
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
psql: fix startup crash caused by PSQLRC containing a tilde
Bruce Momjian
2013-04-04
1
-1
/
+1
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-9
/
+0
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Provide Assert() for frontend code.
Andrew Dunstan
2012-12-14
1
-7
/
+0
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
1
-2
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Move the "instr_time" typedef and associated macros into a new header
Tom Lane
2008-05-14
1
-33
/
+1
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Allow \timing in psql to have a better resolution than ~15ms on Windows.
Magnus Hagander
2007-04-13
1
-12
/
+17
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
fix thinko in placement of TimeValStruct typedef in Windows case, as reported...
Andrew Dunstan
2006-12-18
1
-3
/
+3
*
enable \timing oputput for \copy commands
Andrew Dunstan
2006-12-16
1
-1
/
+28
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-1
/
+2
*
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-06-14
1
-10
/
+10
[next]