- 18 Mar, 2001 10 commits
-
-
Tom Lane authored
sloppiness (insufficient parenthesization, etc). It still fails regress test for me, however.
-
Tom Lane authored
-
Tom Lane authored
see if it's been updated. Skip the whole mess if we didn't see any old pidfile.
-
Tom Lane authored
NEXTXID isn't really necessary, per previous discussion in pghackers, but I mulishy insisted we should put it in anyway. Mea culpa.
-
Tom Lane authored
space in front of it. Improve comments a little.
-
Tom Lane authored
I'm betting the QNX4 port does not either ...
-
Tom Lane authored
work in BeOS port.
-
Philip Warner authored
which caused segfault in a data-only retore with BLOBs
-
Tom Lane authored
-
Tom Lane authored
slow backend, if we update unconditionally as the code did before).
-
- 17 Mar, 2001 6 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
the new log file with zeroes, only while renaming it into place. This should prevent problems with 'stuck spinlock' errors under heavy load.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Thomas G. Lockhart authored
-
- 16 Mar, 2001 9 commits
-
-
Peter Eisentraut authored
-
Marc G. Fournier authored
Generated Changelog since last Beta ...
-
Marc G. Fournier authored
upgrade version to beta6
-
Tom Lane authored
-
Michael Meskes authored
-
Hiroshi Inoue authored
Sorry Eiji.
-
Tom Lane authored
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.
-
Tom Lane authored
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.
-
Hiroshi Inoue authored
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
-
- 15 Mar, 2001 4 commits
-
-
Tom Lane authored
-
D'Arcy J.M. Cain authored
Fix a bug where cs.execute('select %d + %d', (1, 2)) would get interpreted as cs.executemany('select %d + %d', (1, 2))
-
D'Arcy J.M. Cain authored
-
Tom Lane authored
-
- 14 Mar, 2001 11 commits
-
-
Tom Lane authored
to a join or subselect alias ... cf. Oliver Elphick's complaint 13-Mar.
-
Peter Eisentraut authored
-
Tom Lane authored
is still a memory leak, but a little less bad than it was.
-
Tom Lane authored
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.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
does have -o.
-
Peter Eisentraut authored
bug reports. ;-)
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-