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