]> granicus.if.org Git - postgresql/history - src/bin/psql/common.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / bin / psql / common.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-09-02 Tom LaneHandle corner cases correctly in psql's reconnection...
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-01 Peter EisentrautUnified logging system for command-line programs
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-01-26 Tom LaneFix psql's "\g target" meta-command to work with COPY...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-29 Peter EisentrautRemove redundant translation markers
2018-10-20 Tom LaneClient-side fixes for delayed NOTIFY receipt.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-12 Tom LaneAdd psql variables to track success/failure of SQL...
2017-09-05 Tom LaneAdd \gdesc psql command.
2017-08-24 Stephen Frostpsql: Fix \gx when FETCH_COUNT is used
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-02 Tom LaneAllow psql variable substitution to occur in backtick...
2017-03-30 Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-03-13 Tom LaneAdd a "void *" passthrough pointer for psqlscan.l's...
2017-03-07 Stephen Frostpsql: Add \gx command
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-30 Tom LaneMake psql reject attempts to set special variables...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-03 Tom LaneImprove readability of the output of psql's \timing...
2016-08-16 Tom LaneFix assorted places in psql to print version numbers...
2016-06-03 Tom LaneSuppress -Wunused-result warnings about write(), again.
2016-05-22 Peter Eisentrautpsql: Message style improvements
2016-04-15 Tom LaneRethink \crosstabview's argument parsing logic.
2016-04-08 Alvaro HerreraSupport \crosstabview in psql
2016-04-04 Tom LaneAdd a \gexec command to psql for evaluation of computed...
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-03 Tom LaneClean up some psql issues around handling of the query...
2015-12-02 Tom LaneFix behavior of printTable() and friends with externall...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-28 Andrew DunstanAdd a pager_min_lines setting to psql
2015-03-20 Bruce Momjianpsql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-23 Fujii MasaoRemove the unused argument of PSQLexec().
2014-09-04 Fujii MasaoAllow \watch to display query execution time if \timing...
2014-07-10 Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-07-02 Fujii MasaoPrevent psql from issuing BEGIN before ALTER SYSTEM...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-13 Tom LaneAllow psql to print COPY command status in more cases.
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
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-04-04 Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-26 Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-04 Tom LaneRemove useless PGRES_COPY_BOTH "support" in psql.
2012-03-07 Robert Haaspsql: Avoid some spurious output if the server croaks.
2012-01-25 Alvaro HerreraHave \copy go through SendQuery
2012-01-18 Magnus HaganderShow psql timing output for failed queries as well...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-28 Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28 Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28 Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-28 Peter EisentrautShow psql timing output even in quiet mode
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-04-11 Alvaro HerreraMake string more alike other similar messages.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-16 Tom LaneFix a couple of places where psql might fail to report...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-06-22 Neil ConwayIn psql, when running a SELECT query using a cursor...
2007-04-16 Magnus HaganderDon't write timing output in quiet mode.
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-16 Andrew Dunstanenable \timing oputput for \copy commands
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-08-29 Tom LaneDept. of second thoughts: if query fails part way throu...
next