Bruce Momjian
f2f5b05655
Update copyright for 2006. Update scripts.
2006-03-05 15:59:11 +00:00
Tom Lane
a25cd81007
Enable pg_ctl to give up admin privileges when starting the server under
...
Windows (if newer than NT4, else works same as before).
Magnus
2006-02-10 22:00:59 +00:00
Peter Eisentraut
4d464076ff
Make --version option print fixed program name.
2006-02-07 11:36:36 +00:00
Peter Eisentraut
7930e627d8
Fix pg_ctl crash on "unregister" when a data directory is not specified.
...
by Magnus Hagander
2006-01-14 15:41:28 +00:00
Bruce Momjian
44f9021223
Remove BEOS port.
2006-01-05 03:01:38 +00:00
Neil Conway
0898033b1e
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
...
are inconsistent with the rest of the .po files, and apparently cause
problems for Sun's cc. Per report on IRC from "bitvector2".
2006-01-01 10:13:56 +00:00
Peter Eisentraut
a29c04a541
Allow installation into directories containing spaces in the name.
2005-12-09 21:19:36 +00:00
Bruce Momjian
436a2956d8
Re-run pgindent, fixing a problem where comment lines after a blank
...
comment line where output as too long, and update typedefs for /lib
directory. Also fix case where identifiers were used as variable names
in the backend, but as typedefs in ecpg (favor the backend for
indenting).
Backpatch to 8.1.X.
2005-11-22 18:17:34 +00:00
Alvaro Herrera
645adf5de8
Translation updates forward-port to HEAD.
2005-11-07 02:40:38 +00:00
Peter Eisentraut
8959e9b9d3
Translation updates
2005-11-04 23:31:12 +00:00
Peter Eisentraut
9b0a164833
Translation updates
2005-10-29 00:41:37 +00:00
Bruce Momjian
1dc3498251
Standard pgindent run for 8.1.
2005-10-15 02:49:52 +00:00
Peter Eisentraut
b473d7adc4
Translation update
2005-10-10 19:36:36 +00:00
Tom Lane
4a2972d691
Awhile back we replaced all uses of strcasecmp and strncasecmp with
...
pg_strcasecmp and pg_strncasecmp ... but I see some of the former have
crept back in.
Eternal vigilance is the price of locale independence, apparently.
2005-07-25 04:52:32 +00:00
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