]> granicus.if.org Git - postgresql/history - src/fe_utils
Fix compiler warning in rangetypes_spgist.c.
[postgresql] / src / fe_utils /
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...