| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix vacuumdb --analyze-in-stages --all order | Peter Eisentraut | 2014-09-11 | 2 | -24/+72 |
| * | Translation updates | Peter Eisentraut | 2014-07-21 | 2 | -485/+453 |
| * | Add missing source files to nls.mk | Peter Eisentraut | 2014-07-15 | 1 | -1/+1 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 17 | -52/+126 |
| * | Clean up temp installations after client program tests. | Tom Lane | 2014-04-25 | 1 | -2/+1 |
| * | vacuumdb: Add option --analyze-in-stages | Peter Eisentraut | 2014-04-15 | 2 | -16/+70 |
| * | Add TAP tests for client programs | Peter Eisentraut | 2014-04-14 | 15 | -0/+216 |
| * | scripts: Remove newlines from end of generated SQL | Peter Eisentraut | 2014-02-10 | 9 | -19/+19 |
| * | Move username lookup functions from /port to /common | Bruce Momjian | 2014-01-10 | 1 | -0/+1 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 13 | -13/+13 |
| * | Fix translatability markings in psql, and add defenses against future bugs. | Tom Lane | 2014-01-04 | 2 | -0/+4 |
| * | Fix incorrect error message reported for non-existent users | Bruce Momjian | 2013-12-18 | 9 | -43/+8 |
| * | Add a new option, -g, to createuser, to add membership in a role. | Robert Haas | 2013-12-11 | 1 | -1/+20 |
| * | Translation updates | Peter Eisentraut | 2013-12-02 | 1 | -5/+5 |
| * | Fix pg_isready to handle -d option properly. | Fujii Masao | 2013-11-21 | 1 | -4/+16 |
| * | Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr | Heikki Linnakangas | 2013-11-18 | 5 | -32/+32 |
| * | Translation updates | Peter Eisentraut | 2013-10-07 | 2 | -185/+356 |
| * | Translation updates | Peter Eisentraut | 2013-09-02 | 9 | -5845/+318 |
| * | Translation updates | Peter Eisentraut | 2013-08-18 | 6 | -349/+673 |
| * | Fix PQconninfoParse error message handling | Peter Eisentraut | 2013-07-15 | 1 | -1/+1 |
| * | pg_isready: Message improvement | Peter Eisentraut | 2013-07-14 | 1 | -1/+1 |
| * | pg_isready: Make --help output more consistent with other utilities | Peter Eisentraut | 2013-07-07 | 1 | -1/+1 |
| * | Translation updates | Peter Eisentraut | 2013-06-24 | 3 | -43/+190 |
| * | Fix pg_isready to handle conninfo properly. | Fujii Masao | 2013-06-11 | 1 | -52/+64 |
| * | Add new source files to nls.mk | Peter Eisentraut | 2013-05-31 | 1 | -0/+1 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -18/+23 |
| * | Translation updates | Peter Eisentraut | 2013-05-05 | 11 | -4244/+6350 |
| * | Move pqsignal() to libpgport. | Tom Lane | 2013-03-17 | 1 | -1/+0 |
| * | Add fe_memutils.c to nls.mk where used | Peter Eisentraut | 2013-03-06 | 1 | -1/+2 |
| * | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 | 2 | -53/+0 |
| * | scripts: Add build prerequisite on libpgport | Peter Eisentraut | 2013-02-08 | 1 | -9/+9 |
| * | Make it easy to time out pg_isready, and make the default 3 seconds. | Robert Haas | 2013-01-25 | 1 | -30/+36 |
| * | pg_isready | Robert Haas | 2013-01-23 | 3 | -1/+206 |
| * | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 | 4 | -40/+83 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 12 | -12/+12 |
| * | In our source code, make a copy of getopt's 'optarg' string arguments, | Bruce Momjian | 2012-10-12 | 9 | -49/+49 |
| * | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 | 1 | -0/+3 |
| * | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 | 2 | -8/+28 |
| * | Fix "too many arguments" messages not to index off the end of argv[]. | Robert Haas | 2012-09-06 | 3 | -3/+3 |
| * | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 | 9 | -18/+18 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 8 | -26/+24 |
| * | Don't override arguments set via options with positional arguments. | Andrew Dunstan | 2012-04-17 | 5 | -36/+70 |
| * | Improve connectMaintenanceDatabase() error reporting. | Robert Haas | 2012-03-21 | 1 | -11/+1 |
| * | createuser: Disable prompting by default | Peter Eisentraut | 2012-02-07 | 2 | -12/+37 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 12 | -12/+12 |
| * | Make command-line tools smarter about finding a DB to connect to. | Robert Haas | 2011-12-06 | 11 | -36/+127 |
| * | Add --{no-,}replication flags to createuser. | Robert Haas | 2011-09-23 | 1 | -0/+15 |
| * | Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY | Bruce Momjian | 2011-09-10 | 4 | -3/+5 |
| * | Adjust translator comment format to xgettext expectations | Alvaro Herrera | 2011-09-05 | 1 | -4/+3 |
| * | Add --if-exists option to dropdb and dropuser. | Robert Haas | 2011-08-30 | 2 | -3/+18 |