Commits

DateSubjectAuthorReleases
2014-03-10 Fix tracking of psql script line numbers during \copy from another place. Tom Lane 9.2.8
2014-03-10 Fix tracking of psql script line numbers during \copy from another place. Tom Lane 9.3.4
2014-02-15 Centralize getopt-related declarations in a new header file pg_getopt.h. Tom Lane 9.4.0
2013-10-22 Replace pg_asprintf() with psprintf(). Tom Lane 9.4.0
2012-10-02 Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane 9.3.0
2009-04-05 Remove a boatload of useless definitions of 'int optreset'. If we Tom Lane 8.4.0
2007-12-12 Improve the method of localizing column names and other fixed strings in Tom Lane 8.3.0
2007-12-11 Remove the long-deprecated -u option from psql, since it does nothing very Tom Lane 8.3.0
2007-12-09 Fix bogus prompt for password in -u case. Per gripe from Robert Treat. Tom Lane 8.3.0
2007-12-09 Fix up the PQconnectionUsedPassword mess: create a separate Tom Lane 8.3.0
2007-07-08 Get rid of client-code dependencies on the exact text of the no-password Tom Lane 8.3.0
2006-08-29 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like Tom Lane 8.2.0
2006-08-29 Invent an assign-hook mechanism for psql variables similar to the one Tom Lane 8.2.0
2006-06-21 Move setup_cancel_handler() up near start of psql main(), where the Tom Lane 8.2.0
2006-06-14 Clean up psql's control-C handling to avoid longjmp'ing out of random Tom Lane 8.2.0
2005-09-05 Clean up version comparison/display code, per gripe from Michael Fuhr. Tom Lane 8.1.0
2005-06-21 Cause initdb to create a third standard database "postgres", which Tom Lane 8.1.0
2005-01-15 Adjust warning message about Windows console code page to point to Tom Lane 8.0.0
2005-01-06 Adjust lookup of client-side profile files (.pgpass and so on) as per Tom Lane 8.0.0
2004-12-28 Make libpq default to localhost connections on machines without Unix-domain Tom Lane 8.0.0
2004-11-27 Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. Tom Lane 8.0.0
2004-03-21 Revise syntax-error reporting behavior to give pleasant results for Tom Lane 8.0.0
2004-02-19 Re-implement psql's input scanning to use a flex-generated lexer, as per Tom Lane 8.0.0
2003-08-07 Don't assume that struct option is available just because we can find a Tom Lane 7.4.1
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1