Age | Commit message (Expand) | Author |
2013-03-04 | psql: Let \l accept a pattern | Peter Eisentraut |
2013-03-03 | Add a materialized view relations. | Kevin Grittner |
2013-02-02 | Create a psql command \gset to store query results into psql variables. | Tom Lane |
2013-01-15 | Make \? help message more clear when not connected. | Heikki Linnakangas |
2013-01-15 | Don't pass NULL to fprintf, if not currently connected to a database. | Heikki Linnakangas |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-08-09 | Make psql -1 < file behave as expected. | Robert Haas |
2012-07-18 | Syntax support and documentation for event triggers. | Robert Haas |
2012-07-06 | Run updated copyright.pl on HEAD and 9.2 trees, updating the psql | Bruce Momjian |
2012-06-18 | Make documentation of --help and --version options more consistent | Peter Eisentraut |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-02-09 | psql: Support zero byte field and record separators | Peter Eisentraut |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-04 | Add a \setenv command to psql. | Andrew Dunstan |
2011-11-12 | Add psql expanded auto mode | Peter Eisentraut |
2011-08-11 | Change psql's \dd command to do something more useful. | Robert Haas |
2011-08-08 | Teach psql to display the comments on conversions and domains. | Robert Haas |
2011-08-04 | Teach psql to display comments on languages and casts. | Robert Haas |
2011-07-06 | Add \ir command to psql. | Robert Haas |
2011-02-12 | DDL support for collations | Peter Eisentraut |
2011-02-08 | Core support for "extensions", which are packages of SQL objects. | Tom Lane |
2011-01-27 | Update psql's \copyright to match the text we have in the COPYRIGHT file. | Heikki Linnakangas |
2011-01-25 | Document the "S" option for psql's \dn command in the psql help | Peter Eisentraut |
2011-01-20 | Add new psql command \dL to list languages. | Robert Haas |
2011-01-01 | Basic foreign table support. | Robert Haas |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-10-28 | Make \? output of \dg and \du the same | Peter Eisentraut |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-14 | Add a \sf (show function) command to psql, for those times when you need to | Tom Lane |
2010-08-13 | Clean up failure to use ClosePager() where appropriate in help.c. | Tom Lane |
2010-08-12 | Extend psql's \e and \ef commands so that a line number can be specified, | Tom Lane |
2010-07-20 | Add \conninfo command to psql, to show current connection info. | Robert Haas |
2010-05-26 | Fix psql help: \da+ is same as \da, but \daS is not. | Robert Haas |
2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
2010-03-07 | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander |
2010-03-06 | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-08 | Add the new psql command \drds to the psql docs, help and tab completion. | Alvaro Herrera |
2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
2009-09-18 | Easier to translate psql help | Peter Eisentraut |
2009-07-24 | Document \dg+ and \du+ | Peter Eisentraut |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-04-22 | Use brackets in psql \df \? help. | Bruce Momjian |
2009-04-21 | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian |
2009-04-21 | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian |
2009-04-11 | Message improvement | Peter Eisentraut |
2009-04-03 | Add missing help output for \ef option. Andrew Gierth | Tom Lane |
2009-03-25 | Update line count for \? output (obtained from wc -l) | Peter Eisentraut |
2009-03-25 | In the \? output, align the columns consistently. | Peter Eisentraut |
2009-03-24 | Fix my typo | Peter Eisentraut |