PostgreSQL Daemon
5e05d2bcdb
forgot to autoconf after tag'ng configure.in with rc3
2004-12-31 22:22: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
Tom Lane
7cd25199a9
Clean up win32ver.o on Windows, per Magnus.
2004-12-31 19:09:37 +00:00
Tom Lane
0686fe331f
make clean must remove zic$(X) for Windows, per Magnus.
2004-12-31 19:01:54 +00:00
Tom Lane
883ac5ca7a
More minor updates and copy-editing.
2004-12-30 21:45:37 +00:00
Michael Meskes
1fbdb6bc9f
Fixed segfault in connect when specifying no database name.
2004-12-30 09:36:37 +00:00
Tom Lane
c3d583ddce
More updates and copy-editing. Rearrange order of sections a little bit
...
to put more widely useful info before less widely useful info.
2004-12-30 03:13:56 +00:00
Tom Lane
1ade4b33f6
Triggers should return TRIGGER not OPAQUE. Looks like this script got
...
overlooked in 7.3 updates. Not a critical fix but avoids a notice when
the resulting SQL script is executed.
2004-12-30 00:30:40 +00:00
Tom Lane
96ecf9d5aa
Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net
2004-12-29 23:47:40 +00:00
Tom Lane
ec0e307596
Convert external-projects to an appendix.
2004-12-29 23:36:47 +00:00
Tom Lane
eee5abce46
Refactor EXEC_BACKEND code so that postmaster child processes reattach
...
to shared memory as soon as possible, ie, right after read_backend_variables.
The effective difference from the original code is that this happens
before instead of after read_nondefault_variables(), which loads GUC
information and is apparently capable of expanding the backend's memory
allocation more than you'd think it should. This should fix the
failure-to-attach-to-shared-memory reports we've been seeing on Windows.
Also clean up a few bits of unnecessarily grotty EXEC_BACKEND code.
2004-12-29 21:36:09 +00:00
Peter Eisentraut
e14018dc5e
Translation updates
2004-12-29 02:30:16 +00:00
Tom Lane
d9236a69fc
Make libpq default to localhost connections on machines without Unix-domain
...
sockets, rather than failing as it formerly did. Revert the
thereby-obsoleted patch to make psql supply the localhost default.
2004-12-28 23:17:54 +00:00
Tom Lane
797c2b2501
More minor updates and copy-editing.
2004-12-28 22:47:15 +00:00
Tom Lane
7737d01ece
More minor updates and copy-editing.
2004-12-28 19:08:58 +00:00
Tom Lane
31cc047d94
BDST should be "British double SUMMER time", not Standard time.
...
Per John Smith.
2004-12-28 15:25:55 +00:00
Bruce Momjian
af71fbafd0
Add:
...
> * Improve the background writer
>
> Allow the background writer to more efficiently write dirty buffers
> from the end of the LRU cache and use a clock sweep algorithm to
> write other dirty buffers to reduced checkpoint I/O
2004-12-27 22:44:44 +00:00
Tom Lane
008e9e452f
More minor updates and copy-editing.
2004-12-27 22:30:10 +00:00
Tom Lane
361f354109
Make sure --with-pgport option propagates into postgresql.conf.
...
Per gripe from Josh Berkus.
2004-12-27 20:39:21 +00:00
Tom Lane
39475990e0
Move info about psql console code page issues out of install-win32.sgml,
...
where it doesn't belong, and put it in the psql reference page.
2004-12-27 20:13:48 +00:00
Tom Lane
370f90970d
Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,
...
that is, files are sought in the same directory as the referencing file.
Also allow absolute paths in @file constructs. Improve documentation
to actually say what is allowed in an included file.
2004-12-27 19:19:24 +00:00
Peter Eisentraut
6dac6b89a0
Translation update
2004-12-27 14:24:22 +00:00
Tom Lane
42f167f8b1
Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.
2004-12-26 23:20:12 +00:00
Tom Lane
cdd402f8b3
More minor updates and copy-editing.
2004-12-26 23:06:56 +00:00
Tom Lane
5cfdd68f84
Rearrange include file contents into a saner order, add inclusion of
...
<signal.h>. Per Andrew Dunstan.
2004-12-26 19:20:33 +00:00
Bruce Momjian
e40ae565c2
Improve Win32 install instructions.
2004-12-24 19:20:18 +00:00
Tom Lane
7cc37511a2
Minor updates and copy-editing.
2004-12-24 19:12:37 +00:00
Bruce Momjian
c62465cba3
Back out Win32 changes until Tom is done.
2004-12-24 18:37:26 +00:00
Bruce Momjian
91e081d515
Adjust documention for Win32 installation options.
2004-12-24 18:32:50 +00:00
Bruce Momjian
e4ff7c5e94
Update docs for Win32 installation, per Tom.
2004-12-24 18:11:16 +00:00
Bruce Momjian
860d507b89
Updates from Ian Barwick.
...
Update FAQ with new URL's for site.
2004-12-24 17:19:23 +00:00
Bruce Momjian
8a10119bf3
Update FAQ.
2004-12-24 17:13:51 +00:00
Tom Lane
f0c08ae7c9
Remove 'optimization' to skip resolve_symlinks() when the found
...
executable file isn't itself a symlink. We still need to run the
algorithm so that any directory symlinks in the path to the
executable are replaced by a true path. Noticed this on seeing
pg_config give me a completely wrong answer for --pkglibdir when
I called it through a symlink to the installation bindir.
2004-12-24 16:55:43 +00:00
Bruce Momjian
bad4897d9f
Update FAQ with new URL's for site.
2004-12-24 16:02:36 +00:00
Tom Lane
9405e14e00
Switch order of WHERE clauses in tab completion queries, as suggested
...
by Rod Taylor. The foo_is_visible() functions are relatively slow and
so it pays to check them after checking the name pattern match.
2004-12-24 15:42:05 +00:00
Tom Lane
0add759825
More minor updates and copy-editing.
2004-12-23 23:07:38 +00:00
Tom Lane
08457504f0
Avoid memory leakage during VACUUM FULL when an index expression or
...
index predicate uses temporary memory for evaluation. Per example
from Jean-Gerard Pailloncy.
2004-12-23 22:42:15 +00:00
Bruce Momjian
f9a134b6e4
Add missing ecpg prototype for newly added functions.
2004-12-23 13:19:17 +00:00
Michael Meskes
f0299325e4
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
...
Fixed parsing of defines to make sure they used more than once.
2004-12-23 10:46:10 +00:00
Tom Lane
f8ffb60492
A small pass of docs review and copy-editing.
2004-12-23 05:37:40 +00:00
Tom Lane
3621657a61
Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.
2004-12-23 03:49:40 +00:00
Tom Lane
63a90720b4
Remove extra parenthesis.
2004-12-23 00:03:24 +00:00
Tom Lane
bfa5f30481
Awhile back I added some code to StartupCLOG() to forcibly zero out
...
the remainder of the current clog page during system startup. While
this was a good idea, it turns out the code fails if nextXid is
exactly at a page boundary, because we won't have created the "current"
clog page yet in that case. Since the page will be correctly zeroed
when we execute the first transaction on it, the solution is just to
do nothing when exactly at a page boundary. Per trouble report from
Dave Hartwig.
2004-12-22 18:45:49 +00:00
Bruce Momjian
766b0bbb4d
Add mention that pg_ctl will return an accurate exit code when waiting
...
for startup or shutdown. We have always done this but it wasn't documented.
2004-12-22 02:17:15 +00:00
Tom Lane
71d21577de
Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic
...
macros, which aren't used anywhere and haven't been for some time.
2004-12-21 18:47:42 +00:00
Tom Lane
96b42de9a8
exec_eval_simple_expr() needs to do CommandCounterIncrement() not just
...
GetTransactionSnapshot() to ensure ActiveSnapshot advances properly.
Sigh. Extend regression test so it reveals this error too.
2004-12-21 18:33:36 +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
ca4736ab92
Translation update
2004-12-21 11:14:18 +00:00
PostgreSQL Daemon
2ddcd4cad5
tag files for rc2
2004-12-21 02:53:33 +00:00