summaryrefslogtreecommitdiff
path: root/src/bin/scripts/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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