- 10 Jan, 2004 2 commits
-
-
Bruce Momjian authored
TRANSACTION.
-
Tom Lane authored
'simple' references another view that is not simple. Must recheck conditions after performing recursive pullup. Per example from Laurent Perez, 9-Jan-04.
-
- 09 Jan, 2004 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
-
Bruce Momjian authored
Zach Irmen
-
Bruce Momjian authored
select(). Add Win32 Sleep() for delay.
-
Dennis Bjorklund authored
-
Bruce Momjian authored
Claudio Natoli
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
ignore SIGPIPE from send() in libpq, but terminate on any other SIGPIPE, unless the user installs their own signal handler. This is a minor fix because the only time you get SIGPIPE from libpq's send() is when the backend dies.
-
Bruce Momjian authored
Ian Barwick
-
Tom Lane authored
Report and fix from Martin Pitt.
-
- 08 Jan, 2004 9 commits
-
-
Tom Lane authored
datatype; the generic array comparators added in 7.4 supersede this. Per report and patch from Korea PostgreSQL Users' Group.
-
Neil Conway authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Viktor Vislobokov
-
Bruce Momjian authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Tom Lane authored
Give a more reasonable error message when lock file exists but has zero length; prior code confused this with could-not-read-file case.
-
Bruce Momjian authored
-
- 07 Jan, 2004 10 commits
-
-
Tom Lane authored
-
Tom Lane authored
predicate tester. It can now deal with commuted clauses (for instance, 4 < x implies x > 3), subclauses more complicated than a simple Var (for example, upper(x) = 't' implies upper(x) > 'a'), and <> operators (for example, x < 3 implies x <> 4). Still only understands operators associated with btree opclasses, though. Inspired by example from Martin Hampl.
-
Dennis Bjorklund authored
-
Tom Lane authored
-
Neil Conway authored
pointer type when it is not necessary to do so. For future reference, casting NULL to a pointer type is only necessary when (a) invoking a function AND either (b) the function has no prototype OR (c) the function is a varargs function.
-
Neil Conway authored
it in the same file as the 'List' node.
-
Bruce Momjian authored
> o Allow parameters to be specified by name and type during definition
-
Tom Lane authored
Dennis Bjorklund's original patch for function parameter names, but there's still plenty left to do (documentation for instance...)
-
Bruce Momjian authored
> o -Allow parameters to be specified by name and type during definition
-
Tom Lane authored
-
- 06 Jan, 2004 5 commits
-
-
Tom Lane authored
parameters to be declared with names. pg_proc has a column to store names, and CREATE FUNCTION can insert data into it, but that's all as yet. I need to do more work on the pg_dump and plpgsql portions of the patch before committing those, but I thought I'd get the bulky changes in before the tree drifts under me. initdb forced due to pg_proc change.
-
Bruce Momjian authored
BackendFork/SSDataBase/pgstat) startup, to allow fork/exec calls to closely mimic (the soon to be provided) Win32 CreateProcess equivalent calls. Claudio Natoli
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Have psql \dn show only visible temp schemas using current_schemas()
-