summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-04Fix translatability markings in psql, and add defenses against future bugs.Tom Lane
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-11Add a new option, -g, to createuser, to add membership in a role.Robert Haas
2013-12-02Translation updatesPeter Eisentraut
2013-11-21Fix pg_isready to handle -d option properly.Fujii Masao
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-10-07Translation updatesPeter Eisentraut
2013-09-02Translation updatesPeter Eisentraut
2013-08-19Translation updatesPeter Eisentraut
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-14pg_isready: Message improvementPeter Eisentraut
2013-07-07pg_isready: Make --help output more consistent with other utilitiesPeter Eisentraut
2013-06-24Translation updatesPeter Eisentraut
2013-06-10Fix pg_isready to handle conninfo properly.Fujii Masao
2013-06-01Add new source files to nls.mkPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-07Add fe_memutils.c to nls.mk where usedPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-08scripts: Add build prerequisite on libpgportPeter Eisentraut
2013-01-25Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas
2013-01-23pg_isreadyRobert Haas
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-09-06Fix "too many arguments" messages not to index off the end of argv[].Robert Haas
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-03-21Improve connectMaintenanceDatabase() error reporting.Robert Haas
2012-02-07createuser: Disable prompting by defaultPeter Eisentraut
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