Age | Commit message (Expand) | Author |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-06 | Make command-line tools smarter about finding a DB to connect to. | Robert Haas |
2011-09-23 | Add --{no-,}replication flags to createuser. | Robert Haas |
2011-09-10 | Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY | Bruce Momjian |
2011-09-05 | Adjust translator comment format to xgettext expectations | Alvaro Herrera |
2011-08-30 | Add --if-exists option to dropdb and dropuser. | Robert Haas |
2011-08-26 | Add markers. | Bruce Momjian |
2011-08-17 | Translation updates | Peter Eisentraut |
2011-06-29 | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut |
2011-06-26 | Make _ be automatically included in GETTEXT_TRIGGERS | Peter Eisentraut |
2011-06-26 | Replace := by = in nls.mk files | Peter Eisentraut |
2011-06-09 | Translation updates for 9.1beta2 | Peter Eisentraut |
2011-06-09 | Pgindent run before 9.1 beta2. | Bruce Momjian |
2011-05-10 | For create/dropdb, only connect once to the server since we now have a | Bruce Momjian |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-05 | Convert createlang/droplang to use CREATE/DROP EXTENSION. | Tom Lane |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-11-12 | Improved parallel make support | Peter Eisentraut |
2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
2010-06-11 | Add missing 'Z' letter to getopt_long call --- the newly added | Tom Lane |
2010-05-13 | Translation update | Peter Eisentraut |
2010-05-12 | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian |
2010-02-26 | In vacuumdb --help, call analyze "statistics", not "hints". | Bruce Momjian |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-19 | Translation updates for 9.0alpha4 | Peter Eisentraut |
2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
2010-02-08 | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane |
2010-02-05 | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway |
2010-01-07 | Use -Z for vacuumdb --analyze-only, rather than -o. | Bruce Momjian |
2010-01-07 | Rename new vacuumdb option to --analyze-only from --only-analyze. | Bruce Momjian |
2010-01-06 | Corrected CVS entry: | Bruce Momjian |
2010-01-06 | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro |
2010-01-06 | pg_dump --only-analyze | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-20 | Translations update for 8.5alpha2 | Peter Eisentraut |
2009-10-16 | FREEZE and VERBOSE options were in wrong order in the VACUUM command that | Heikki Linnakangas |
2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
2009-06-26 | Translation updates for 8.4 release. | Peter Eisentraut |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-10 | Translation updates | Peter Eisentraut |
2009-05-14 | Translation updates | Alvaro Herrera |
2009-04-28 | In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs | Bruce Momjian |
2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
2009-04-06 | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas |
2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane |
2009-03-07 | Avoid MSVC breakage caused by my previous commit by not using a variable in | Alvaro Herrera |
2009-03-07 | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera |