summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Collapse)Author
2005-01-17Translation updatesPeter Eisentraut
2005-01-13Translation updatesPeter Eisentraut
2005-01-09Translation updatesPeter Eisentraut
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
from our long-established standard.
2005-01-06Translation updatesDennis Bjorklund
2005-01-06Translation updatesPeter Eisentraut
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
should have been caught by the src/tools/copyright script ... why weren't they?
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
2004-12-15New translationsPeter Eisentraut
2004-12-15Translation updatesPeter Eisentraut
2004-12-14Fix typoPeter Eisentraut
2004-12-12Add missing newlines at end of error messages.Peter Eisentraut
2004-12-12Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-11-27Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane
2004-11-16Translation updatePeter Eisentraut
2004-11-09Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut
malloc() doesn't set errno, so most uses were buggy anyway.
2004-11-09Translation updatesPeter Eisentraut
2004-11-02Translation updatesPeter Eisentraut
2004-10-28Translation updatesPeter Eisentraut
2004-10-22Translation updatesPeter Eisentraut
2004-10-18New translationPeter Eisentraut
2004-10-16Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian
password. Make password error message a #define and use it consistently. Sean Chittenden
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
Magnus Hagander
2004-10-04Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian
defines.
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
library that uses palloc, ereport, etc. This simplifies the makefiles for client applications.
2004-10-03Translation updatesPeter Eisentraut
2004-09-20Translation updatePeter Eisentraut
2004-09-20Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-09-13Translation updatesPeter Eisentraut
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-13New translationsPeter Eisentraut
2004-08-13Translation updatesPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
and documentation to reference 8.0 instead of 7.5.
2004-08-01Translation updates (zh_TW converted to UTF-8)Peter Eisentraut
2004-07-25Translation updatesPeter Eisentraut
2004-06-25Translation updatesDennis Bjorklund
2004-06-18Replace createdb's obsolete --location switch with --tablespace.Tom Lane
I kept the same abbreviated letter -D, in hopes of maintaining some modicum of backwards compatibility (though it's doubtful whether anyone is really using scripts that invoke createdb -D ...)
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
environment variable processing to libpq. The patch also adds code to our client apps so we set the environment variable directly based on our binary location, unless it is already set. This will allow our applications to emit proper locale messages that are generated in libpq.
2004-06-01Remove init_nls() functions, call set_pglocale() directly.Bruce Momjian
Add locale to pg_ctl.c.
2004-05-29Translation updatesPeter Eisentraut
2004-05-26Recent commits added created files that weren't getting deleted byTom Lane
'make clean'.
2004-05-25Make the locale location relocatable.Bruce Momjian
Adjust get_*_path functions to be limited to MAXPGPATH.