Bruce Momjian
e8a3e6b8a0
Rename xmalloc to pg_malloc for consistency with psql usage.
...
Add missing plperl include.
2005-07-10 16:13:13 +00:00
Tom Lane
6f7fc0bade
Cause initdb to create a third standard database "postgres", which
...
unlike template0 and template1 does not have any special status in
terms of backend functionality. However, all external utilities such
as createuser and createdb now connect to "postgres" instead of
template1, and the documentation is changed to encourage people to use
"postgres" instead of template1 as a play area. This should fix some
longstanding gotchas involving unexpected propagation of database
objects by createdb (when you used template1 without understanding
the implications), as well as ameliorating the problem that CREATE
DATABASE is unhappy if anyone else is connected to template1.
Patch by Dave Page, minor editing by Tom Lane. All per recent
pghackers discussions.
2005-06-21 04:02:34 +00:00
Tom Lane
13f75e378e
Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,
...
so that restart doesn't fail when old postmaster died unbetimes.
2005-05-04 22:35:15 +00:00
Tom Lane
2f8c7c866c
Make pg_ctl status do a kill() test to verify that the PID found in
...
postmaster.pid still represents a live postmaster.
2005-04-20 23:10:16 +00:00
Bruce Momjian
6b7ef076b5
Have libpgport link before libpq so that PG client applications are more
...
immunte to changes in libpq's usage of pgport between major versions.
2005-03-25 18:17:14 +00:00
Bruce Momjian
3bc6bdf322
Define snprintf() to call pg_snprintf() so our own snprintf-like
...
implementation doesn't export out via libpq and get used by a user
application.
2005-03-11 17:20:35 +00:00
Neil Conway
30c1aa06bc
Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$
2005-03-07 22:59:43 +00:00
Bruce Momjian
0542b1e2fe
Use _() macro consistently rather than gettext(). Add translation
...
macros around strings that were missing them.
2005-02-22 04:43:23 +00:00
Peter Eisentraut
f87e5b295c
Translation updates
2005-01-17 21:21:18 +00:00
Peter Eisentraut
bb60ef23ed
Translation updates
2005-01-17 14:55:34 +00:00
Peter Eisentraut
f099cb0ede
Translation updates
2005-01-17 10:00:06 +00:00
Peter Eisentraut
0d45116eb0
Translation updates
2005-01-17 03:09:08 +00:00
Peter Eisentraut
83ef003f2c
Translation updates
2005-01-17 02:41:50 +00:00
Peter Eisentraut
66d8165a8b
Translation updates
2005-01-13 21:24:40 +00:00
Peter Eisentraut
f680aaeafa
Translation updates
2005-01-13 19:06:37 +00:00
Peter Eisentraut
a58e738cd7
Translation updates
2005-01-09 17:32:05 +00:00
Peter Eisentraut
11ca6d580c
Translation updates
2005-01-09 17:07:27 +00:00
Dennis Bjorklund
90f1507275
Translation updates
2005-01-06 12:14:36 +00:00
Peter Eisentraut
381de28eb0
Translation updates
2005-01-06 09:07:17 +00:00
Peter Eisentraut
c43bd11683
Translation updates
2005-01-06 08:46:07 +00:00
Peter Eisentraut
a2a5526ecb
Translation updates
2005-01-03 22:39:24 +00:00
PostgreSQL Daemon
2ff501590b
Tag appropriate files for rc3
...
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-31 22:04:05 +00:00
Peter Eisentraut
e14018dc5e
Translation updates
2004-12-29 02:30:16 +00:00
Tom Lane
63a90720b4
Remove extra parenthesis.
2004-12-23 00:03:24 +00:00
Bruce Momjian
c21c658b36
Add error checking for starting a win32 service using pg_ctl.
2004-12-21 17:58:30 +00:00
Bruce Momjian
556e72124c
Return proper error exit code on pg_ctl -w start failure.
2004-12-21 17:38:01 +00:00
Peter Eisentraut
cd380b99cd
Translation updates
2004-12-16 11:31:55 +00:00
Peter Eisentraut
6ccb04f341
Translation updates
2004-12-13 21:49:10 +00:00
Peter Eisentraut
965dd791f4
Translation updates
2004-12-13 16:28:23 +00:00
Peter Eisentraut
373825c9cd
Translation updates
2004-12-12 18:09:18 +00:00
Peter Eisentraut
b89df8fe60
Translation updates
2004-12-11 20:19:24 +00:00
Peter Eisentraut
e82cd783a1
Translation updates
2004-12-11 19:56:07 +00:00
Peter Eisentraut
4de679c710
Translation updates
2004-12-11 19:45:34 +00:00
Peter Eisentraut
10e960fb39
Translation updates
2004-12-11 19:09:08 +00:00
Peter Eisentraut
022a00b5f3
Translation updates
2004-12-11 19:03:49 +00:00
Peter Eisentraut
8efc721d52
Translation updates
2004-12-06 22:10:42 +00:00
Neil Conway
b3f3092cad
Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.cz
2004-12-06 01:09:20 +00:00
Peter Eisentraut
99b735cc03
Work around lack of NLS support in libpgport by making those components
...
who use it scan the relevant source files for their own catalog. It
creates a bit of duplicate work for translators, but it gets the job done
for now.
2004-11-27 22:44:15 +00:00
Tom Lane
90c3ebe4d7
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
2004-11-27 18:51:08 +00:00
Peter Eisentraut
2663e0c2e9
New translations
2004-11-23 23:13:26 +00:00
Tom Lane
5d72ef83fd
Miscellaneous Cygwin build fixes from Reini Urban.
2004-11-17 17:46:24 +00:00
Tom Lane
18b58350db
Be sure length limit passed to snprintf matches what malloc was given.
...
Just paranoia ...
2004-11-17 16:34:42 +00:00
Peter Eisentraut
8a1821ab5b
Translation update
2004-11-16 22:58:44 +00:00
Peter Eisentraut
1813d94664
Translation updates
2004-11-09 14:46:37 +00:00
Peter Eisentraut
58b33f2e85
Translation updates
2004-11-07 23:28:20 +00:00
Bruce Momjian
54691d414d
Fix psql \e and \! for Win32.
2004-11-04 22:25:14 +00:00
Peter Eisentraut
bb2d1ce8f1
Translation updates
2004-11-02 09:28:41 +00:00
Peter Eisentraut
005b1b5fc8
Translation updates
2004-11-02 09:20:22 +00:00
Peter Eisentraut
94c502f1db
Translation updates
2004-10-28 09:01:06 +00:00
Peter Eisentraut
fc4cfc366d
Translation updates
2004-10-28 08:54:09 +00:00