Tom Lane
ac2b9aee1c
Synced gram.y and preproc.y.
2001-05-01 02:33:55 +00:00
Thomas G. Lockhart
d63571a7f4
Allow a string argument to the EXTRACT() function.
...
This is an extension to the SQL9x standard, but is consistant with usage
of the underlying date_part() function used to implement it.
Example: EXTRACT('YEAR',...)
No impact on regression tests.
2001-05-01 01:36:10 +00:00
Hiroshi Inoue
892d46e7d0
1) fix bugs reported by Andrea Aime.
...
2) fix a bug reported by Jan Wieck.
psqlodbc is 7.01.0005 now.
2001-05-01 00:47:06 +00:00
Tom Lane
48bdf021b6
Update FAQ_HPUX now that we have reports of out-of-the-box build
...
on HPUX 11.
2001-04-30 23:55:26 +00:00
Tom Lane
c8b5598a11
Document pltcl's return_null command.
2001-04-30 22:22:34 +00:00
Tom Lane
955c8771f8
Repair freshly-broken markup.
2001-04-30 22:21:22 +00:00
Tom Lane
8bb3c8fe54
exec_move_row() should be more forgiving of tuples with a different
...
number of columns than it was expecting, for reasons that are now
documented in the code...
2001-04-30 20:05:40 +00:00
Tom Lane
e2004dfc69
Suppress pull-up of subqueries that are in the nullable side of an outer
...
join. This is needed to avoid improper evaluation of expressions that
should be nulled out, as in Victor Wagner's bug report of 4/27/01.
Pretty ugly solution, but no time to do anything better for 7.1.1.
2001-04-30 19:24:47 +00:00
Bruce Momjian
60ba30d13a
Break up PQexec() result functions into subsections to be clearer. Both
...
libpq and libpq++ reorganized.
2001-04-30 17:38:00 +00:00
Bruce Momjian
cfc4d6c510
Update TODO list.
2001-04-30 15:57:01 +00:00
Bruce Momjian
9a878b4ec7
Add mention of libpgtcl's options to manual, libpq++ markup fixes.
2001-04-30 04:26:01 +00:00
Bruce Momjian
189a752ef9
Update TODO list.
2001-04-30 02:35:40 +00:00
Tatsuo Ishii
c527366b60
Add missing Unicode support for Cyrillic encodings.
...
Patches contributed by Victor Wagner.
2001-04-29 07:27:38 +00:00
Bruce Momjian
82511e3375
In create_function there is a remark concerning SQL/PSM not
...
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
2001-04-28 13:59:07 +00:00
Bruce Momjian
651acdaa6e
A small patch for a small option (for rel. 7.1).
...
Jimmy Olgeni
2001-04-27 01:31:56 +00:00
Bruce Momjian
8926d8b28d
Update FAQ.
2001-04-27 00:55:49 +00:00
Bruce Momjian
1531ed897b
Update FAQ.
2001-04-27 00:22:59 +00:00
Bruce Momjian
ea0d2dab06
Update FAQ.
2001-04-27 00:21:44 +00:00
Tom Lane
2adff4b20e
Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't think
...
it's bogus, try building a btree index on the regress tests' abstime_tbl.)
2001-04-26 21:52:17 +00:00
Tom Lane
a43f20cb0a
Tweak nestloop costing to weight restart cost of inner path more heavily.
...
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...
2001-04-25 22:04:37 +00:00
Bruce Momjian
cbeda8401a
Update TODO list.
2001-04-25 17:49:29 +00:00
Philip Warner
8dc42a3aa2
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
...
- pgsql v7.0 compatbility
2001-04-25 07:03:20 +00:00
Peter Eisentraut
38b0f2fb3b
typological errors
2001-04-24 20:05:02 +00:00
Tom Lane
e89bf1258b
Undo pgindent brain damage, so that node type numbers can once again be
...
counted off by lines ...
2001-04-24 00:08:38 +00:00
Tom Lane
5c48b253af
Behave sanely when database name is omitted from command line.
2001-04-23 23:36:33 +00:00
Peter Eisentraut
fae92fba43
Send 'cd' output to /dev/null.
2001-04-23 20:27:55 +00:00
Tom Lane
19c97b8579
Defend against ancient versions of zlib by checking that zlib.h
...
defines z_streamp.
2001-04-23 15:14:58 +00:00
Tom Lane
a933bceacf
compatible_oper needs to do ReleaseSysCache in one path to avoid
...
complaints about 'Cache reference leak'. Per report from Don Baccus.
2001-04-23 04:32:30 +00:00
Hiroshi Inoue
e355992ff9
1) Decrease the size of needlessly large buffers. For example, it
...
resolved the stack over flow errors reported by Johann Zuschlag.
2) Support {oj syntax for 71. servers.
2001-04-23 01:41:06 +00:00
Hiroshi Inoue
cc6bdb3e48
A patch to fix the following bugs.
...
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
2001-04-23 01:00:49 +00:00
Tom Lane
0e29d760f4
Don't bomb out on indexes on system attributes other than 'oid'.
...
(Not sure such an index is actually useful, but just because it's
useless doesn't mean pg_dump should coredump.)
2001-04-22 21:34:13 +00:00
Tom Lane
8407bb3c72
Remove useless setuid() call, instead add a check that real and effective
...
userids are the same. Per today's pghackers discussion.
2001-04-21 18:29:29 +00:00
Peter Eisentraut
9ae6819038
Make sure that the postmaster options (from postmaster.opts[.default] or
...
-o option) are properly dequoted. Also, always pass an explicit -D option
to postmaster, don't rely on it being set in postmaster.opts.
2001-04-21 11:23:58 +00:00
Thomas G. Lockhart
e6767a3205
Final markup for 7.1 hardcopy release. Mostly typo and table-fitting
...
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.
2001-04-20 15:52:33 +00:00
Thomas G. Lockhart
072174f941
Add option --refentry to change \keepn (keep with next paragraph) to
...
\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".
2001-04-20 15:50:25 +00:00
Peter Eisentraut
90f4d0faf1
Remove libsfio check.
2001-04-19 20:27:47 +00:00
Peter Eisentraut
031e1afa23
Pass -D option to pg_ctl because export PGDATA won't be preserved across
...
'su -l'.
Reported by <VASQUEZ_JASON@LILLY.COM>.
2001-04-19 19:17:44 +00:00
Peter Eisentraut
47324d7689
Add extern int optreset declaration, per bug report from <info@decc.nl>.
2001-04-19 19:09:23 +00:00
Peter Eisentraut
7ff8d11065
Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.
2001-04-19 19:01:23 +00:00
Bruce Momjian
73470b27ce
Update TODO list.
2001-04-19 15:22:29 +00:00
Tom Lane
2dbdba86db
Kluge solution for Alex Pilosov's report of problems with whole-tuple
...
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.
2001-04-19 04:29:02 +00:00
Tatsuo Ishii
b9be04e63d
Add a crash gurard to pg_encoding_mblen in case of an invalid encoding
...
given.
2001-04-19 02:34:35 +00:00
Tom Lane
23436bd530
Further tweaking of error messages for cases involving attributes &
...
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.
2001-04-18 22:25:31 +00:00
Peter Eisentraut
645ebc0403
Repair misbehavior of \! with immediately following argument that contains
...
spaces (e.g., '\!ls -l'). Also correct a comment.
2001-04-18 20:53:08 +00:00
Tom Lane
d5096af2c4
Make the world safe for passing whole rows of views to functions. This
...
already worked fine for whole rows of tables, but not so well for views...
2001-04-18 20:42:56 +00:00
Bruce Momjian
e4c06b2125
Update TODO list.
2001-04-18 17:52:12 +00:00
Tom Lane
40136f4465
Make rule lister do the right thing with Vars representing whole tuples.
2001-04-18 17:04:24 +00:00
Bruce Momjian
4a5905184f
Update TODO list.
2001-04-17 14:17:47 +00:00
Hiroshi Inoue
9609a875bb
The renewal of README thanks to Dave Page.
2001-04-17 07:30:53 +00:00
Tom Lane
c273e8b13c
Add some defenses to guard against case where a rule refers to a table
...
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.
2001-04-17 00:32:58 +00:00