- 29 Apr, 2001 1 commit
-
-
Tatsuo Ishii authored
Patches contributed by Victor Wagner.
-
- 28 Apr, 2001 1 commit
-
-
Bruce Momjian authored
being ratified as yet. This is certainly no longer true, it wasn't even true in Q2/1998 when I did a little research for Date's book. SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you might want to update that section. Frank Wegmann
-
- 27 Apr, 2001 4 commits
-
-
Bruce Momjian authored
Jimmy Olgeni
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Apr, 2001 1 commit
-
-
Tom Lane authored
it's bogus, try building a btree index on the regress tests' abstime_tbl.)
-
- 25 Apr, 2001 3 commits
-
-
Tom Lane authored
Without this, it was making some pretty silly decisions about whether an expensive sub-SELECT should be the inner or outer side of a join...
-
Bruce Momjian authored
-
Philip Warner authored
- pgsql v7.0 compatbility
-
- 24 Apr, 2001 2 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
counted off by lines ...
-
- 23 Apr, 2001 6 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
defines z_streamp.
-
Tom Lane authored
complaints about 'Cache reference leak'. Per report from Don Baccus.
-
Hiroshi Inoue authored
resolved the stack over flow errors reported by Johann Zuschlag. 2) Support {oj syntax for 71. servers.
-
Hiroshi Inoue authored
1) [ODBC] Psqlodbc and Centura: here it is a patch posted by Matteo Cavalleli 2) [ODBC] pgsqODBC binding parameters II posted by Ludek Finstrle 3) Invalid Page Fault in PSQLODBC.DLL personal mail from Johann Zuschlag Hiroki Kataoka kataoka@interwiz.koganei.tokyo.jp
-
- 22 Apr, 2001 1 commit
-
-
Tom Lane authored
(Not sure such an index is actually useful, but just because it's useless doesn't mean pg_dump should coredump.)
-
- 21 Apr, 2001 2 commits
-
-
Tom Lane authored
userids are the same. Per today's pghackers discussion.
-
Peter Eisentraut authored
-o option) are properly dequoted. Also, always pass an explicit -D option to postmaster, don't rely on it being set in postmaster.opts.
-
- 20 Apr, 2001 2 commits
-
-
Thomas G. Lockhart authored
adjustments. Note that many tables are being abused with *really* long description columns. Should probably shrink those columns to be more concise, and move some of the info to follow-on reference notes.
-
Thomas G. Lockhart authored
\keep (keep current paragraph together). This fixes most troubles with reference pages marked up with <refentry> tags. Use on reference.rtf, generated by "make reference.rtf".
-
- 19 Apr, 2001 7 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
'su -l'. Reported by <VASQUEZ_JASON@LILLY.COM>.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
function arguments in join queries: copy the tuples into TransactionCommandContext so they don't get recycled too soon. This is horrid, but not any worse than 7.0 or before, which also leaked such tuples until end of query. A proper fix will require allowing tuple datums to be physically stored inside larger tuple datums, which opens up a bunch of issues that can't realistically be solved for 7.1.1.
-
Tatsuo Ishii authored
given.
-
- 18 Apr, 2001 5 commits
-
-
Tom Lane authored
functions of join or subselect aliases. It'd be awfully nice if this code knew for sure whether it was dealing with 'x.f' or 'f(x)' syntax; maybe we can fix that in a future cycle.
-
Peter Eisentraut authored
spaces (e.g., '\!ls -l'). Also correct a comment.
-
Tom Lane authored
already worked fine for whole rows of tables, but not so well for views...
-
Bruce Momjian authored
-
Tom Lane authored
-
- 17 Apr, 2001 3 commits
-
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Tom Lane authored
or view that's been dropped and then recreated with the same name (but, perhaps, different columns). Eventually we'd like to support this but for now all we can do is fail cleanly, rather than possibly coredumping if we proceed using the obsolete rule.
-
- 16 Apr, 2001 2 commits
-
-
Tom Lane authored
to specific base or join RelOptInfo nodes during planning. This preserves the more-intuitive behavior of 7.0.* --- if you write an expensive clause (such as a sub-select) last, it should get evaluated last. Someday we ought to try to have some intelligence about the order of evaluation of WHERE clauses, but for now we should not override what the user wrote.
-
Tatsuo Ishii authored
Patches contributed by Eiji Tokuya (e-tokuya@sankyo-unyu.co.jp)
-