- 20 Mar, 2001 8 commits
-
-
Tom Lane authored
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page. Point out that SELECT INTO means something else in plpgsql and ecpg.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
-
Tom Lane authored
on HPUX.
-
Tom Lane authored
-
- 19 Mar, 2001 6 commits
-
-
Tom Lane authored
it's easier to tell whether a bug report is talking about progressive memory exhaustion or a wacko requested chunk size.
-
Tom Lane authored
per gripe from Josh Berkus.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Philip Warner authored
- Avoid forcing table name to lower case in FixupBlobXrefs - Removed fmtId calls for all ArchiveEntry name fields. This fixes quoting problems in trigger enable/disable code for mixed case table names, and avoids commands like 'pg_restore -t '"TblA"'
-
- 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 1 commit
-
-
Tom Lane authored
-