- 07 Oct, 2007 1 commit
-
-
Alvaro Herrera authored
-
- 06 Oct, 2007 5 commits
-
-
Alvaro Herrera authored
-
Tom Lane authored
as we do (and upstream Tcl doesn't). The loop limit might be subject to negotiation if anyone ever tries to do regex debugging in Far Eastern languages, but for now 1000 seems plenty. CHR_MAX was right out :-(
-
Tom Lane authored
warnings on a 64-bit machine. Noted while chasing a recent regex bug report.
-
Tom Lane authored
are converted to Postgres Assert() macros, instead of using <assert.h> as formerly. No difference in production builds, but --enable-cassert debug builds will get better coverage for regex testing.
-
Alvaro Herrera authored
-
- 05 Oct, 2007 7 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
passing on errors from the language interpreter. (plpython seems fairly OK about this already.) Per gripe from Robert Kleemann.
-
Bruce Momjian authored
have back branch activity. This will be useful for creating release notes for major releases.
-
Tom Lane authored
generation ... we should figure this out later ...
-
Marc G. Fournier authored
tag it 8.3beta1 ... the beta cycle begins
-
Tom Lane authored
made and removed at the correct times.
-
Tom Lane authored
-
- 04 Oct, 2007 12 commits
-
-
Tom Lane authored
-
Tom Lane authored
which evidently it got as an unofficial export from pgtypeslib.
-
Tom Lane authored
eval_const_expressions simplifies this to just "WHERE false", but we have already done pull_up_IN_clauses so the IN join will be done, or at least planned, anyway. The trouble case comes when the sub-SELECT is itself a join and we decide to implement the IN by unique-ifying the sub-SELECT outputs: with no remaining reference to the output Vars in WHERE, we won't have propagated the Vars up to the upper join point, leading to "variable not found in subplan target lists" error. Fix by adding an extra scan of in_info_list and forcing all Vars mentioned therein to be propagated up to the IN join point. Per bug report from Miroslav Sulc.
-
Tom Lane authored
-
Tom Lane authored
Might as well have the latest when we wrap 8.3beta1.
-
Tom Lane authored
per the example of libpq/Makefile.
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
around the icc bug exhibited by buildfarm member dugong.
-
Michael Meskes authored
-
Neil Conway authored
a minor markup improvement.
-
Neil Conway authored
left to made, but this is a start.
-
- 03 Oct, 2007 15 commits
-
-
Tom Lane authored
where possible, add overview and incompatibilities lists, minor cleanups. The SGML-ification still leaves much to be desired.
-
Neil Conway authored
-
Tom Lane authored
names. ITAGAKI Takahiro
-
Tom Lane authored
documentation. Heikki and Tom
-
Tom Lane authored
-
Tom Lane authored
machines about casts between pointers and integers of different sizes. While they're harmless, we shouldn't expect users to have to go through and figure that out for themselves.
-
Michael Meskes authored
-
Tom Lane authored
variable warning on Windows, improve comment.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Magnus Hagander authored
trying BIO functions. Helps problem with older versions of OpenSSL that lacks error stack functions and would show an incorrect error message for file-not-found-or-not-openable. The problem may still exist for other errors, but file open error is by far the most common one.
-
Magnus Hagander authored
-
Michael Meskes authored
-
Michael Meskes authored
-