- 10 Sep, 2004 18 commits
-
-
Tom Lane authored
as per bug #1249; and remove the last vestiges of using \connect to change authorization.
-
Tom Lane authored
rather than when returning to the idle loop. This makes no particular difference for interactively-issued queries, but it makes a big difference for queries issued within functions: trigger execution now occurs before the calling function is allowed to proceed. This responds to numerous complaints about nonintuitive behavior of foreign key checking, such as http://archives.postgresql.org/pgsql-bugs/2004-09/msg00020.php, and appears to be required by the SQL99 spec. Also take the opportunity to simplify the data structures used for the pending-trigger list, rename them for more clarity, and squeeze out a bit of space.
-
Bruce Momjian authored
> * Make row-wise comparisons work per SQL spec >
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Remove Win32 rename/unlink looping if unnecessary
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Neil Conway authored
-
Neil Conway authored
-It fixes up some bugs with handling setval calls -Adds upgrade instructions from prior versions -Improved the sample config file -Fixed some things in the clean_pending script
-
Neil Conway authored
name first, make sure \di+ shows description last, and make \dl SQL look a little more standard.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 09 Sep, 2004 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
pgtest.
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Dennis Bjorklund authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 Sep, 2004 4 commits
-
-
Tom Lane authored
status. In particular, I see no reason for deferredTriggerCheckState to make an explicit entry to note that a particular trigger has its default state --- that just clutters a list that should normally be empty or very short. I have plans to revise this module much more heavily, but this is a simple separable improvement.
-
Tom Lane authored
missing the ability to schema-qualify constraint names.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 Sep, 2004 2 commits
- 06 Sep, 2004 7 commits
-
-
Tom Lane authored
This prevented statement_timeout from working. Magnus Hagander
-
Tom Lane authored
Asserts would lead to a server core dump if an error occurred while trying to abort a failed subtransaction (thereby leading to re-execution of whatever parts of AbortSubTransaction had already run). This of course does not prevent such an error from creating an infinite loop, but at least we don't make the situation worse. Responds to an open item on the subtransactions to-do list.
-
Tom Lane authored
never worked, but it particularly doesn't work now.
-
Tom Lane authored
during transaction abort. Add a regression test case to catch related mistakes in future. Alvaro Herrera and Tom Lane.
-
Tom Lane authored
FATAL when it detects a nonzero reference count. Reduce to ERROR.
-
Michael Meskes authored
-
Tom Lane authored
subtrans segments. Per Greg Mullane and Chris K-L.
-
- 05 Sep, 2004 1 commit
-
-
Tom Lane authored
earned ...
-