]> granicus.if.org Git - postgresql/history - src/fe_utils
Update copyright for 2019
[postgresql] / src / fe_utils /
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-26 Tom LaneFix translation of special characters in psql's LaTeX...
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-13 Tom LaneFix realfailN lexer rules to not make assumptions about...
2018-11-13 Tom LaneAlign ECPG lexer more closely with the core and psql...
2018-08-23 Andrew GierthFix lexing of standard multi-character operators in...
2018-08-23 Andrew GierthReduce an unnecessary O(N^3) loop in lexer.
2018-08-17 Tom LaneEnsure schema qualification in pg_restore DISABLE/ENABL...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-03-22 Teodor SigaevAdd \if support to pgbench
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-16 Peter EisentrautExclude flex-generated code from coverage testing
2017-09-21 Andrew DunstanProvide a test for variable existence in psql
2017-09-05 Tom LaneIn psql, use PSQL_PAGER in preference to PAGER, if...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-02 Tom LaneAllow psql variable substitution to occur in backtick...
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-13 Tom LaneAdd a "void *" passthrough pointer for psqlscan.l's...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-19 Tom LaneSuppress "unused variable" warnings with older versions...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Tom LaneRestore psql's SIGPIPE setting if popen() fails.
2016-12-07 Tom LaneHandle empty or all-blank PAGER setting more sanely...
2016-09-06 Tom LaneTeach appendShellString() to not quote strings containi...
2016-08-20 Tom LaneMake initdb's suggested "pg_ctl start" command line...
2016-08-16 Tom LaneFix assorted places in psql to print version numbers...
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-08 Noah MischPromote pg_dumpall shell/connstr quoting functions...
2016-05-15 Tom LaneFix comment.
2016-05-06 Dean RasheedMove and rename fmtReloptionsArray().
2016-04-08 Alvaro HerreraSupport \crosstabview in psql
2016-03-25 Tom LaneMove psql's psqlscan.l into src/fe_utils.
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...