1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00
Commit Graph

6764 Commits

Author SHA1 Message Date
3c71ed7e72 *** empty log message *** 2000-03-03 14:39:26 +00:00
1c7fad57d6 *** empty log message *** 2000-03-03 13:24:06 +00:00
3a81a1a462 *** empty log message *** 2000-03-03 09:56:03 +00:00
85b2875a3a *** empty log message *** 2000-03-02 19:33:59 +00:00
9309eac111 *** empty log message *** 2000-03-02 12:13:32 +00:00
0eb5ab8250 Apply a MATERIAL node to the result of an uncorrelated subplan, if it
looks like it will save computation to do so.
2000-03-02 04:08:16 +00:00
9f198423df Hmm, it seems nodeMaterial has been broken for a good long while;
closing a relcache entry more times than you open it is not cool.
2000-03-02 04:06:39 +00:00
bd2d0983d4 Patch for Irix from Mark Dalphin. 2000-03-02 02:01:01 +00:00
c75adac757 More fixes for psql ^C handling, especially during copy. Still doesn't
cope so well with copy to but that will have to wait for the next release.

Also added -X option to prevent reading .psqlrc startup file.
2000-03-01 21:10:05 +00:00
19c29f9236 New plperl Makefile. 2000-03-01 19:13:08 +00:00
8daa31a21e Add QNX fixes from Kardos, Dr. Andreas 2000-03-01 19:11:12 +00:00
1bd6f76ed6 equalAttr() had its strcmp test backwards :-( 2000-03-01 18:47:43 +00:00
73dd716285 Small performance improvement in comparetup_heap. 2000-03-01 17:14:09 +00:00
8cb8da38b8 *** empty log message *** 2000-03-01 12:49:43 +00:00
a50aaa7289 Change reindex command to work properly with gist/hash/rtree 2000-03-01 05:39:24 +00:00
ab3dc66426 Simplify parsing of column constraints by treating constraint attributes
as independent clauses in the grammar.  analyze.c takes care of putting
the data where it belongs and complaining about invalid combinations.
Also, make TEMP (and TEMPORARY) non-reserved words.
2000-03-01 05:18:20 +00:00
ea8cadbf94 Remove using puts() to print messages. Instead use TPRINTF. 2000-03-01 02:39:46 +00:00
b1e4b56144 Changed execution time of ON <event> RESTRICT referential
integrity triggers to after statement allways. Ignores
deferred state now, closer to SQL3 semantics.

Jan
2000-02-29 12:28:25 +00:00
f55624a96c autoconf 2000-02-28 23:32:43 +00:00
da8b899d6c Update ecpg to use snprintf 2000-02-28 23:28:41 +00:00
9418e701b3 Update HISTORY file. 2000-02-28 18:43:07 +00:00
2a18b1507f Update TODO list. 2000-02-28 09:24:47 +00:00
cf1d2165b3 Fix comment spacing. 2000-02-28 08:51:43 +00:00
81704b9070 update to 6.40.0009 and provide WIN32 defines for auto-configured items
such as BLCKSZ and MAXPGPATHLEN?
2000-02-28 03:31:36 +00:00
dcba387636 remove extra include. 2000-02-28 02:21:17 +00:00
a7b1a008cd missing state transition 2000-02-28 00:23:18 +00:00
18baa9790e Looks like I broke SET variable = DEFAULT awhile ago. Ooops. 2000-02-27 21:10:41 +00:00
80b7955d60 Correct bogus syntax in SET example. 2000-02-27 21:07:03 +00:00
84ccfdf087 Avoid a little bit of unnecessary computation in canonicalize_qual. 2000-02-27 19:45:44 +00:00
8b33278450 Update TODO list. 2000-02-27 19:04:06 +00:00
52a8d71203 Add lztext to TypeCategory so that lztext OP text cases will work
correctly (the lztext value will be promoted to text automatically).
2000-02-27 18:54:43 +00:00
8d0f1dd179 Jan forgot to increment catversion when adding lztext. Naughty naughty. 2000-02-27 18:06:28 +00:00
1210bd4526 Update history 2000-02-27 14:57:16 +00:00
75133d9a46 Reactivated LZTEXT data type and changed rule plan- and qual-strings
into lztext.

Jan
2000-02-27 12:02:34 +00:00
97e38d32b8 Update expected files due to the psql format change 2000-02-27 10:21:16 +00:00
570bb30d73 Suppress unneccesary message from createdb 2000-02-27 10:20:13 +00:00
c9ceab967c Add SQL_ASCII test case 2000-02-27 10:15:17 +00:00
544cafb4d5 Fix multibyte regress results for EUC_CN, EUC_KR and EUC_TW 2000-02-27 10:14:33 +00:00
f30d5f9e6c Add LinuxPPC mappings 2000-02-27 10:13:22 +00:00
a065827554 Clean up badly-formatted error messages from pg_connect. 2000-02-27 07:44:22 +00:00
750549db34 Add Assert() to check for trying to heap_close a relation when the
relcache entry's reference count is zero.
2000-02-27 07:31:00 +00:00
1e091ad601 Add 'volatile' declarations to silence gcc warnings about longjmp.
Shouldn't create any portability problems, since we have a configure
test to #define away volatile if the compiler doesn't support it.
2000-02-27 07:18:29 +00:00
f884130241 Minor improvements in regprocout() and oidvectortypes(). 2000-02-27 03:30:27 +00:00
66fe0fc87e Fix poorly worded error messages for unary operator type resolution
failures.  Fix some outright bugs too, including a reference to
uninitialized memory that would cause failures like this one:
select -('1234567890.1234567'::text);
ERROR:  Unable to locate type oid 2139062143 in catalog
2000-02-27 02:48:15 +00:00
ed0e292354 Clean up dependencies for version.o.
This avoids the useless rebuild of pg_version that used to happen on
each build or install pass.
2000-02-27 01:33:43 +00:00
22cab26131 Clean up dependencies for version.o. 2000-02-27 01:26:12 +00:00
22a9537ff3 Clean up dependencies for version.o. 2000-02-27 01:18:46 +00:00
01eea27c4c Fix a couple of inconsistent usages of include <...> vs. include "...". 2000-02-27 01:10:31 +00:00
a4a9976d2e Add 7.0 changes to HISTORY file. This has to go into SGML eventually,
but we should get it out to beta testers.
2000-02-26 23:22:41 +00:00
aff830a760 Add date and time datatype handling to convert_to_scalar. (I was waiting
for Thomas to do the datetime consolidation before touching this, but
it's done now...)
2000-02-26 23:03:12 +00:00