- 07 Sep, 2006 7 commits
-
-
Bruce Momjian authored
-
Michael Meskes authored
Float/Long aliasing doesn't work on all architecures.
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Andrew Dunstan
-
Bruce Momjian authored
-
- 06 Sep, 2006 5 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
that has parameters is always planned afresh for each Bind command, treating the parameter values as constants in the planner. This removes the performance penalty formerly often paid for using out-of-line parameters --- with this definition, the planner can do constant folding, LIKE optimization, etc. After a suggestion by Andrew@supernews.
-
Tom Lane authored
Per buildfarm results.
-
Teodor Sigaev authored
pointers are int64, but warnings are emitted for position info in error messages in parser, so, just cast it to int32
-
Bruce Momjian authored
Michael Glaesemann
-
- 05 Sep, 2006 16 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Marko Kreen
-
Tom Lane authored
can create or modify rules for the table. Do setRuleCheckAsUser() while loading rules into the relcache, rather than when defining a rule. This ensures that permission checks for tables referenced in a rule are done with respect to the current owner of the rule's table, whereas formerly ALTER TABLE OWNER would fail to update the permission checking for associated rules. Removal of separate RULE privilege is needed to prevent various scenarios in which a grantee of RULE privilege could effectively have any privilege of the table owner. For backwards compatibility, GRANT/REVOKE RULE is still accepted, but it doesn't do anything. Per discussion here: http://archives.postgresql.org/pgsql-hackers/2006-04/msg01138.php
-
Tom Lane authored
fix suggestion from Peter.
-
Teodor Sigaev authored
-
Teodor Sigaev authored
'GIN FailedAssertions on Itanium2 with Intel compiler' in pgsql-hackers, http://archives.postgresql.org/pgsql-hackers/2006-08/msg01914.php
-
Teodor Sigaev authored
Per discussion http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
-
Tom Lane authored
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips.
-
Michael Meskes authored
-
Michael Meskes authored
Added some interval checks to regression suite.
-
Michael Meskes authored
Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite.
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
Bruce, Michael Glaesemann
-
Bruce Momjian authored
Jun Kuwamura
-
- 04 Sep, 2006 12 commits
-
-
Tom Lane authored
position_in_unique_constraint (column newly added per SQL2003). Greg Mullane
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Albe Laurenz
-
Bruce Momjian authored
second scan of table). Gregory Stark
-
Bruce Momjian authored
Magnus Hagander
-
Tom Lane authored
the target relation(s). There might be some cases where we could discard the pending event instead, but for the moment a conservative approach seems sufficient. Per report from Markus Schiltknecht and subsequent discussion.
-
Bruce Momjian authored
of 'S', and the views were not checking for table visibility with regards to temporary tables and sequences. Greg Sabino Mullane
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
Simon Riggs
-
Bruce Momjian authored
some platforms.
-
Tom Lane authored
working in a multibyte encoding. This fixes the problems exhibited in bug #1931 and other reports of ILIKE misbehavior in UTF8 encoding. It's a pretty grotty solution though --- should rethink how to do it after we install better locale support, someday.
-