31b5c05819
Restore include-file updates, and fix some of the more glaring macro
...
sloppiness (insufficient parenthesization, etc).
It still fails regress test for me, however.
2001-03-18 23:36:55 +00:00
8f82141b54
Restore Peter's makefile fixes.
2001-03-18 23:35:18 +00:00
7c9f29546c
Give postmaster enough time to update the pidfile before checking to
...
see if it's been updated. Skip the whole mess if we didn't see any
old pidfile.
2001-03-18 20:27:11 +00:00
af6e88a9cf
Remove NEXTXID xlog record type to avoid three-way deadlock risk.
...
NEXTXID isn't really necessary, per previous discussion in pghackers,
but I mulishy insisted we should put it in anyway. Mea culpa.
2001-03-18 20:18:59 +00:00
ddc5bc958a
When we add 'waiting' to the ps_status display, there should be a
...
space in front of it. Improve comments a little.
2001-03-18 20:13:13 +00:00
934126b518
Considering the BeOS port didn't compile without IPC_STAT and shm_nattch,
...
I'm betting the QNX4 port does not either ...
2001-03-18 18:32:02 +00:00
4bd983bf34
Patches from Cyril Velter to make shared-memory-conflict-detection code
...
work in BeOS port.
2001-03-18 18:22:08 +00:00
5c1b00450c
Fixed but in _enableTriggersIfNecessary introduced by previous patches by me
...
which caused segfault in a data-only retore with BLOBs
2001-03-18 03:45:12 +00:00
fd5bac6d27
Fix coredump due to writing one more byte than we'd allocated.
2001-03-18 02:25:32 +00:00
ae293d33cf
Make sure ControlFile logId/logSeg don't go backwards (barely possible given a
...
slow backend, if we update unconditionally as the code did before).
2001-03-18 00:30:27 +00:00
4bcb80a3e3
Update contrib intarray to Jan 25 version.
2001-03-17 21:59:42 +00:00
5a38af7fd8
Rearrange XLogFileInit so that control-file spinlock is not held while filling
...
the new log file with zeroes, only while renaming it into place. This should
prevent problems with 'stuck spinlock' errors under heavy load.
2001-03-17 20:54:13 +00:00
5dc0e67bd5
Reformat the "major changes" to 72 or so columns.
2001-03-17 18:15:36 +00:00
11fd91579a
Repair.
2001-03-17 18:08:14 +00:00
406183fbed
Tuning for docbook2man.
2001-03-17 16:27:31 +00:00
3d4fda8d19
New updates from Roberto Mello sent privately today due to email troubles.
2001-03-17 01:53:22 +00:00
937ec0064f
Make note that version 1.1.8 doesn't work.
2001-03-16 22:12:13 +00:00
dd612b4235
Generated Changelog since last Beta ...
2001-03-16 21:49:51 +00:00
afa7b190d2
upgrade version to beta6
2001-03-16 21:29:15 +00:00
10a4e0c2eb
Documentation update from Marko Kreen.
2001-03-16 17:42:56 +00:00
90c1e2cc43
Fixed bug in handling of pointers to structs.
2001-03-16 13:05:57 +00:00
935017457b
Oops I forgot to add new files for multibyte support.
...
Sorry Eiji.
2001-03-16 13:03:04 +00:00
9d645fd84c
Support syncing WAL log to disk using either fsync(), fdatasync(),
...
O_SYNC, or O_DSYNC (as available on a given platform). Add GUC parameter
to control sync method.
Also, add defense to XLogWrite to prevent it from going nuts if passed
a target write position that's past the end of the buffers so far filled
by XLogInsert.
2001-03-16 05:44:33 +00:00
4eb5e27a28
Resetting the XLOG can't include rewinding it to logical position zero,
...
because we need page LSNs stored in the main database to be less than
the current XLOG position. Hence, generate the new XLOG segment at last
old segment number plus one.
2001-03-16 05:08:39 +00:00
9242e6c038
Add multibyte support.
...
Provide an extenisible scheme of encoding conversion.
As the first step, SJIS and BIG5 are supported.
From now on multibyte people would be happy to use
this psqlodbc driver.
Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
2001-03-16 01:17:23 +00:00
25f03eb30c
Update sample error messages to agree with current code.
2001-03-15 20:01:32 +00:00
551e0aa991
Fix parameter handling.
...
Fix a bug where cs.execute('select %d + %d', (1, 2)) would get interpreted
as cs.executemany('select %d + %d', (1, 2))
2001-03-15 11:56:05 +00:00
37d67eb159
Add WIN32 support.
2001-03-15 11:26:22 +00:00
d584bf4867
Improve description of to_char templates.
2001-03-15 01:07:51 +00:00
7f02049137
Give a more reasonable error message for a bad attribute name applied
...
to a join or subselect alias ... cf. Oliver Elphick's complaint 13-Mar.
2001-03-14 23:55:33 +00:00
2736ad31dc
Fix markup.
2001-03-14 22:20:02 +00:00
7fdaf78ed0
Reduce amount of memory used per tuple for after-event triggers. This
...
is still a memory leak, but a little less bad than it was.
2001-03-14 21:50:32 +00:00
c9f26d7af6
COPY should handle after-insert triggers the same as execMain.c does.
...
I'm not sure that it's really necessary to save insert events when there
are only after update or delete triggers, but certainly it's wrong for
COPY to behave differently from an INSERT query.
2001-03-14 21:47:50 +00:00
609fee4717
A much better version of this is now in backend/port/aix.
2001-03-14 21:16:57 +00:00
8ec7986080
It's "gmake dist" now.
2001-03-14 21:11:53 +00:00
b651540720
For some ungodly reason my etags doesn't have an --output option, but it
...
does have -o.
2001-03-14 21:07:16 +00:00
e6a4413481
We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any
...
bug reports. ;-)
2001-03-14 21:03:38 +00:00
a298589e1c
We got automatic dependencies now.
2001-03-14 20:53:13 +00:00
fbc69e29af
We're way past 6.3 ...
2001-03-14 20:47:24 +00:00
c785e1e3b0
Update. Things are now build through 'make'.
2001-03-14 20:44:40 +00:00
cfab4f6541
Use SEP_CHAR consistently in forming XLOG pathnames.
2001-03-14 20:23:04 +00:00
7ebbf20763
Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN
...
(per recent discussion with Tatsuo). Hopefully the compilers with
that old bug are all long gone.
2001-03-14 20:12:10 +00:00
c6c1fea06d
Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.
2001-03-14 19:35:12 +00:00
3534e3b68f
Update TODO list.
2001-03-14 19:28:51 +00:00
9de4b77cee
'waiting' status display had extra space, removed.
...
Change the administrator to 'an' administrator.
2001-03-14 18:24:34 +00:00
707c0ffdab
Try to run empty test program before running any real AC_TRY_RUN's, to
...
prevent disguised failures.
2001-03-14 18:00:09 +00:00
5dd04603b9
Don't go belly-up if fork() fails for a routine checkpoint subprocess.
...
Just try again later.
2001-03-14 17:58:46 +00:00
286d1fc382
Fix numeric modulo operator for case of fractional right argument.
2001-03-14 16:50:37 +00:00
2e7835f7f8
New shutdown wording:
...
This connection has been terminated by the administrator
2001-03-14 15:14:35 +00:00
08bf4d68de
Fix some memory leaks.
2001-03-14 09:10:04 +00:00