]> granicus.if.org Git - postgresql/history - src/bin/psql/startup.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / psql / startup.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-08-25 Tom LaneAvoid platform-specific null pointer dereference in...
2019-07-06 Peter Eisentrautpsql: Fix logging output format
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-01-29 Tom LaneAvoid misleading psql password prompt when username...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-09-12 Tom LaneAdd psql variables to track success/failure of SQL...
2017-09-05 Tom LaneAdd psql variables showing server version and psql...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-30 Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-03 Tom LaneClean up psql's behavior for a few more control variables.
2017-02-01 Tom LaneImprove psql's behavior for \set and \unset of its...
2017-01-30 Tom LaneMake psql reject attempts to set special variables...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-08 Noah MischIntroduce a psql "\connect -reuse-previous=on|off"...
2016-04-03 Tom LaneAdd psql \errverbose command to see last server error...
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-18 Tom LaneDecouple psqlscan.l from surrounding program.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-13 Tom LaneCode and docs review for multiple -c and -f options...
2015-12-08 Tom LaneMake failure to open psql's --log-file fatal.
2015-12-08 Robert Haaspsql: Support multiple -c and -f options, and allow...
2015-12-03 Tom LaneClean up some psql issues around handling of the query...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-28 Andrew DunstanAdd a pager_min_lines setting to psql
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-31 Tom LaneImprove consistency of parsing of psql's magic variables.
2014-09-12 Stephen FrostAdd unicode_{column|header|border}_style to psql
2014-09-09 Andres FreundAdd new psql help topics, accessible to both --help...
2014-07-10 Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-03 Peter Eisentrautpsql: Set up cancel handler later
2013-07-01 Bruce MomjianRemove undocumented -h (help) option
2013-06-18 Peter Eisentrautpsql: Re-allow -1 together with -c or -l
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-04 Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-09 Robert HaasMake psql -1 < file behave as expected.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-27 Peter Eisentrautpsql: Remove notice about readline from --version output
2012-05-01 Robert HaasTweak psql to print row counts when \x auto chooses...
2012-03-03 Andrew DunstanProvide environment overrides for psql file locations.
2012-03-01 Peter Eisentrautpsql: Improve error display for psql -f -
2012-02-09 Peter Eisentrautpsql: Support zero byte field and record separators
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-15 Bruce MomjianAllow a major PG version psql .psqlrc file to be used...
2011-07-06 Robert HaasAdd \ir command to psql.
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-16 Peter EisentrautAlso process psqlrc when running psql -l
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-07 Magnus HaganderRevert patch for --psqlrc=FILENAME in psql.
2010-03-06 Magnus HaganderAdd --psqlrc=FILENAME parameter to psql, to process...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Bruce MomjianPrevent psql version banner from being printed by the...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-28 Joe ConwayIntroduce two new libpq connection functions, PQconnect...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-01 Bruce Momjianpsql -f -
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-07-20 Bruce MomjianRevert patch so .psqlrc can suppress startup banner:
2008-07-18 Bruce MomjianIn psql, run .psqlrc _after_ printing warnings and...
2008-07-01 Bruce MomjianIssue psql connection warnings on connection start...
2008-05-16 Bruce MomjianUpdate psql startup banner to be shorter, suggest ...
2008-05-08 Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-12-09 Tom LaneFix bogus prompt for password in -u case. Per gripe...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneCreate a FETCH_COUNT parameter that causes psql to...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
next