summaryrefslogtreecommitdiff
path: root/src/bin/scripts/common.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-15/+15
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-051-2/+30
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-051-5/+1
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-4/+5
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-251-3/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera2008-05-121-2/+22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-091-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+2
* Small string tweaksPeter Eisentraut2007-09-251-2/+2
* Get rid of client-code dependencies on the exact text of the no-passwordTom Lane2007-07-081-8/+7
* Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdbMagnus Hagander2007-04-091-1/+169
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-4/+7
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-031-4/+12
* Surely this temp buffer needn't be static.Tom Lane2006-09-221-4/+6
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-221-11/+22
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Make createlang and droplang proof against weird search_path settingsTom Lane2005-08-151-8/+46
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+3
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add missing newlines at end of error messages.Peter Eisentraut2004-12-121-3/+3
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-091-3/+5
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-2/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian2004-06-011-11/+1
* Make the locale location relocatable.Bruce Momjian2004-05-251-7/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-3/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-1/+8
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Internationalize interactive yes/no responses.Peter Eisentraut2003-05-271-1/+22
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-14/+1
* Reimplement create and drop scripts in C, to reduce repetitivePeter Eisentraut2003-03-181-0/+168