- 17 Dec, 2004 5 commits
-
-
Tom Lane authored
rather than in $(top_builddir)/src/backend/postgres. Sean Chittenden
-
Neil Conway authored
several reports of users being confused when they attempt to use ELSEIF and run into trouble due to PL/PgSQL's lax parser. The parser will be improved for 8.1, but we can fix most of the problem by allowing ELSEIF for now.
-
Tom Lane authored
Adjust documentation to match current reality.
-
Tom Lane authored
usefully be larger than 255. Per gripe from Simon Riggs.
-
Bruce Momjian authored
> o Disallow encodings like UTF8 which which PostgreSQL supports > but the operating system does not (already disallowed by > pginstaller)
-
- 16 Dec, 2004 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
gripe from John Gray. Also fix thinko in pltcl Makefile: if a special Tcl include directory is specified, that ought to be searched first.
-
Bruce Momjian authored
PTHREAD_LIBS to all libpq-usage builds.
-
Bruce Momjian authored
binary compiles, and adjust configure tests for AIX.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Dec, 2004 7 commits
-
-
Tom Lane authored
from goranpop@nspoint.net. I think this escaped notice because in simple cases the list is NIL on entry.
-
Tom Lane authored
silently ignored, allowing one to write bizarre things like DECLARE x setof int; in plpgsql. This has misled at least one novice into thinking that plpgsql variables could be sets ...
-
Tom Lane authored
redundant cross-datatype comparisons. Per example from Merlin Moncure.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 14 Dec, 2004 9 commits
-
-
Tom Lane authored
checks, to ensure the previous test backend has time to quit out of the regression database. Also, allow all the checks to be run even if one of them fails. Per suggestions from Andrew Dunstan to improve the usefulness of buildfarm testing.
-
Tom Lane authored
thought there couldn't be any, but the folly of this was exposed by an example from andrew@supernews.com 5-Dec-2004. The patch applies the identical logic already used for table constraints and defaults to ON SELECT rules, so I have reasonable confidence in it even though it might look like complicated logic.
-
Tom Lane authored
be emitted too soon. The previous code got this right in the case where the CHECK was emitted as a separate ALTER TABLE command, but not in the case where the CHECK is emitted right in CREATE TABLE. Per report from Slawomir Sudnik. Note: this code is pretty ugly; it'd perhaps be better to treat comments as independently sortable dump objects. That'd be much too invasive a change for RC time though.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Neil Conway authored
root-owned files will be written to the data directory, leaving it in an unusable state.
-
Peter Eisentraut authored
-
- 13 Dec, 2004 10 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
< o Allow the shared memory address to be configured via GUC
-
Peter Eisentraut authored
-
Bruce Momjian authored
< o Remove per-backend parameter file and move into shared memory Add for Win32: > o Allow the shared memory address to be configured via GUC
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
> > * Allow the size of the buffer cache used by temporary objects to be > specified as a GUC variable > > Larger local buffer cache sizes requires more efficient handling of > local cache lookups.
-
Bruce Momjian authored
Euler Taveira de Oliveira
-