- 14 Jan, 2004 1 commit
-
-
Tom Lane authored
incorrect permissions checking, but in fact disabled most all permissions checks for view updates. This corrects problems reported by Sergey Yatskevich among others, at the cost of re-introducing the problem previously reported by Tim Burgess. However, since we'd lived with that problem for quite awhile without knowing it, we can live with it awhile longer until a proper fix can be made in 7.5.
-
- 13 Jan, 2004 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
- 12 Jan, 2004 2 commits
- 11 Jan, 2004 8 commits
-
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Peter Eisentraut authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Neil Conway authored
-
Neil Conway authored
expressions supported by CREATE SCHEMA. Also added the beginning of some regression tests for CREATE SCHEMA; plenty more work is needed here.
-
Bruce Momjian authored
fork/exec portion of the port), and fixes a handful of whitespace issues Claudio Natoli
-
- 10 Jan, 2004 10 commits
-
-
Neil Conway authored
word16, and word32.
-
Neil Conway authored
intended to allow application authors to insulate themselves from changes to the default value of 'default_with_oids' in future releases of PostgreSQL. This patch also fixes a bug in the earlier implementation of the 'default_with_oids' GUC variable: code in gram.y should not examine the value of GUC variables directly due to synchronization issues.
-
Peter Eisentraut authored
-
Tom Lane authored
variables, not just simple variables. This was foreseen in the original coding of this routine, but not implemented until now. Responds to performance gripe from Laurent Perez.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Bruce Momjian authored
-
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 2 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
-