- 08 Aug, 2004 27 commits
-
-
Tom Lane authored
on other recent changes in runtime parameter list.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
CurrentMemoryContext is DLLIMPORT on Win32. Work around that by creating stubs in the backend for palloc/pstrdup. Also fix pg_dumpall to do proper quoting on Win32.
-
Joe Conway authored
the release notes.
-
Joe Conway authored
-
Joe Conway authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Joe Conway authored
was previously allowed in odd places with odd results now causes an ERROR. Also changed behavior with respect to whitespace -- trailing whitespace is now ignored as well as leading whitespace (which has always been ignored). Documentation updated to reflect change in whitespace handling. Also some refactoring to what I believe is a more sensible order of several paragraphs.
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
#ifdef calls.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
quoting in this case is just needless obscurantism.
-
Bruce Momjian authored
is attempting to comply. David Fetter
-
Bruce Momjian authored
David Fetter
-
Bruce Momjian authored
David Fetter
-
Bruce Momjian authored
Giving examples in the SQL command reference is hard because we don't have conditionals at the SQL level. Gavin Sherry
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
function parameters and dollar quoting in examples; do some polishing of the existing dollar-quoting docs). The 'how to port from Oracle' section is looking pretty respectable these days ...
-
- 07 Aug, 2004 13 commits
-
-
Bruce Momjian authored
uses that for win32 tablespaces. Andreas Pflug
-
Tom Lane authored
-
Tom Lane authored
don't generate constraint names like "$1" anymore.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
Clean up README file a bit.
-
Tom Lane authored
There won't be any, and in fact there won't even be an RTE for NEW, which was leading to a core dump in CVS tip. 7.4 and earlier manage not to crash when applying ResolveNew in this scenario, but I think it was just good fortune that they didn't. Per report from Bernd Helmle.
-
Bruce Momjian authored
-
Bruce Momjian authored
Greg Sabino Mullane
-
Bruce Momjian authored
PITR recovery.
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
> * Create dump tool for write-ahead logs for use in determining > transaction id for point-in-time recovery
-