| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 | 1 | -1/+1 |
* | Fix behavior of printTable() and friends with externally-invoked pager. | Tom Lane | 2015-12-02 | 1 | -1/+1 |
* | Tweak __attribute__-wrapping macros for better pgindent results. | Tom Lane | 2015-03-26 | 1 | -3/+1 |
* | Add macros wrapping all usage of gcc's __attribute__. | Andres Freund | 2015-03-11 | 1 | -1/+1 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
* | Remove the unused argument of PSQLexec(). | Fujii Masao | 2014-10-23 | 1 | -6/+6 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -1/+1 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
* | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane | 2013-10-22 | 1 | -4/+4 |
* | Add use of asprintf() | Peter Eisentraut | 2013-10-13 | 1 | -4/+4 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | Use psql_error() for most psql error calls, per request from Magnus. | Bruce Momjian | 2012-08-25 | 1 | -3/+3 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin... | Andrew Dunstan | 2011-04-28 | 1 | -1/+1 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -4/+4 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -2/+2 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -8/+23 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 | 1 | -2/+2 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 | 1 | -3/+5 |
* | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway | 2007-01-20 | 1 | -4/+38 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 1 | -5/+3 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -4/+1 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -3/+12 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 1 | -16/+3 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 1 | -2/+3 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -4/+4 |
* | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 1 | -4/+8 |
* | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 | 1 | -2/+2 |
* | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 | 1 | -2/+2 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -3/+3 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
* | psql consistency fixes from Greg Sabino Mullane: have \df show schema and | Neil Conway | 2004-09-10 | 1 | -4/+5 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Add tablespace location display for psql \d. | Bruce Momjian | 2004-07-12 | 1 | -4/+1 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -24/+4 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
* | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 | 1 | -175/+87 |
* | Missing calls to PQclear in large_obj.c and describe.c. | Tom Lane | 2003-06-27 | 1 | -1/+3 |
* | Fix breakage from recent variable-handling changes. | Tom Lane | 2003-04-18 | 1 | -15/+16 |
* | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian | 2003-03-20 | 1 | -18/+18 |
* | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 | 1 | -11/+11 |