summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2000-04-03Hi,Bruce Momjian
here is an updated version of the bit type with a bugfix and all the necessa ry SQL functions defined. This should replace what is currently in contrib. I'd appreciate any comments on what is there. Kind regards, Adriaan
2000-04-03*** empty log message ***Michael Meskes
2000-04-03Looks like Peter forgot to commit configure with configure.in.Tom Lane
2000-04-02*** empty log message ***Michael Meskes
2000-03-31Adjusted for new (again!) config.guess output under QNXPeter Eisentraut
2000-03-31Fix low-probability bug in relcache startup: write_irels wrote theTom Lane
pg_internal.init file in-place, which meant that if another backend started at about the same time, it might read the incomplete file. init_irels tries to guard against that, but I have now seen a crash due to reading bad data from a partly-written file. (This may indicate a kernel bug on my platform? Not sure.) Anyway, clearly the safest course is to write the new pg_internal.init file under a unique temporary filename, and rename it into place only after it's all written.
2000-03-31I have tested the beta3 on WinNT and here are the results:Bruce Momjian
- I was unable to compile ecpg due to the ":=" instead of "=" in defining LIBPQDIR and some other variables in Makefile.global.in - pg_id (and also pg_encoding) executable was not removed during "make clean" - there was no $(X) appended to the executable name for rm - I have added result for int2, int4, float8 and geometry regression tests - int2, int2 - yet another message for too large numbers ;-) - float8 - it is problably a bug in the newlib C library - it has no error message for numbers with exponent -400 - geometry - differences in precision of float numbers - I have added appropriate lines into resultmap file - I have modified the script regress.sh to use "case" statement when testing the hostname. For cygwin the script is called with "i686-pc-cygwin" (on my machine) as a parameter and this was not catched with the "if" statement. The check was done for PORTNAME (win) and not HOSTNAME (i.86-pc-cygwin*). The patch for described modifications is included. All this modifications can be applied to "current" tree too. The compilation was done on CygwinB20.1 with gcc 2.95, cygipc library 1.05. The binaries were able to run also on the newest development snapshot (2000-03-25). Dan
2000-03-31Fix pgaccess __wish__ thing.Bruce Momjian
2000-03-31Regenerate configure (for configure.in version 1.305)Tatsuo Ishii
2000-03-31Fix configure.in. Remove SJIS, BIG5, WIN1250 from the selection list ofTatsuo Ishii
multibyte encodings. These cannot be used as a backend/database encoding (OK to use as a client encoding).
2000-03-31Add new pgaccess languages.Bruce Momjian
2000-03-31Update pgaccess to 0.98.5Bruce Momjian
2000-03-31Update from Andreas Kardos.Tom Lane
2000-03-31Add expected output for netbsd, per report from Patrick Welche.Tom Lane
2000-03-31Add resultmap entries for datetime-related tests on alpha-dec-osf.Tom Lane
2000-03-31Update horology-solaris-1947.out per results from SL Baur. These areTom Lane
actually from an alpha-dec-osf machine, but as far as can be told the two platforms have the same ideas about past DST rules.
2000-03-31Update alpha templates as suggested by SL Baur and Adriaan Joubert.Tom Lane
Make similar changes to hpux templates. Might want to do the same for other foo_cc and foo_gcc pairs, but will desist until I hear from someone who uses those platforms.
2000-03-31Use the CXXFLAGS exported by configure (amazingly, we weren't before!)Tom Lane
and do not arbitrarily pull in CFLAGS instead. This caters to platforms where the C++ compiler does not like all the same switches the C compiler wants.
2000-03-31Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane
In the event of an elog() while the mode was set to immediate write, there was no way for it to be set back to the normal delayed write. The mechanism was a waste of space and cycles anyway, since the only user was varsup.c, which could perfectly well call FlushBuffer directly. Now it does just that, and the notion of a write mode is gone.
2000-03-31New coding for SET provoked a 'var might be used uninitialized' warningTom Lane
from gcc. Which wasn't actually a code bug, but I don't like warnings.
2000-03-31Update make_mkid for mkid version 4.0.Bruce Momjian
2000-03-30*** empty log message ***Michael Meskes
2000-03-30alpha-dec-osf host pattern must become alpha.*-dec-osf to matchTom Lane
newer Alpha platforms.
2000-03-30Update alternate float8 output files to match current float8.sql.Tom Lane
2000-03-30Update numeric_big regress test for 7.0. This has apparently beenTom Lane
broken almost since the word go ... I guess no one ever ran it ...
2000-03-30Enable more flexible syntax for the SET command. Now allows single floats,Thomas G. Lockhart
single integers, and lists of names, without surrounding them with quotes. Remove all tokens which are defined as operators from ColID and ColLabel to avoid precedence confusion. Thanks to Tom Lane for catching this.
2000-03-30Makefile should not pre-empt user's decision about whetherTom Lane
to use -g ... especially not when this can cause real problems on some platforms ...
2000-03-30Unixware fix for new config.guess output,Tom Lane
from Bill.Allie@mug.org.
2000-03-30Make use of configure symbols for unportable constructs. MakeTom Lane
inclusions of system headers more consistent.
2000-03-30Autoconf.Tom Lane
2000-03-30Add configure checks to see if 'using namespace std' andTom Lane
'#include <string>' work in the local C++ compiler.
2000-03-30Remove extraneous semicolon.Tom Lane
2000-03-30Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane
to next integer. Previously, if selectivity was small, we could compute very tiny scan cost on the basis of estimating that only 0.001 tuple would be fetched, which is silly. This naturally led to some rather silly plans...
2000-03-29Added latest config.guess and config.subPeter Eisentraut
2000-03-29Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart
years. Rejects dates like '0.085', which were accepted previously.
2000-03-28Fix some bogosity in the tutorial examples.Tom Lane
2000-03-27Allow compile to finish even if plperl fails, which it does now.Bruce Momjian
2000-03-27Fixed bug with repeated \e in psql (failed to clear buffers correctly)Peter Eisentraut
2000-03-27Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart
Move CREATE FUNCTION/WITH clause to end of statement to get around shift/reduce conflicts with type names containing "WITH". Add lots of tokens as allowed ColId's and/or ColLabel's, so this should be a complete set for the v7.0 release.
2000-03-27Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart
2000-03-27Change form of query which used "DISTINCT ON" to help support primary keys.Thomas G. Lockhart
We still have an internal limit in the ODBC code of 8 columns per key, but this should lay the groundwork for resolving that. Includes reformulated query from Tom Lane.
2000-03-27Enhance pg_ctl so that it prints error messages from postmasterTatsuo Ishii
if it fails to start up it (this is only vaild if -w is given).
2000-03-26nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane
and only one transition state, but the CREATE AGGREGATE code rejected this combination.
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
Fixed bug in createdb/alternative location
2000-03-26Change resultmap:Tatsuo Ishii
powerpc-unknown-linux-gnu --> powerpc-unknown-linux-gnulibc1 this is because for new config.guess.
2000-03-26New platform specific geometry regression expected file forTatsuo Ishii
powerpc-linux-gnulibc1.
2000-03-26Remove some results from int4-not-representable.outTatsuo Ishii
This is due to the changes made to int4.sql. < SELECT dsqrt(float8 '64') AS eight; < eight < ------- < 8 < (1 row) < < SELECT |/float8 '64' AS eight; < eight < ------- < 8 < (1 row) < < SELECT ||/float8 '27' AS three; < three < ------- < 3 < (1 row) <
2000-03-26Make configure --help produce slightly more useful and consistently-Tom Lane
formatted descriptions of --with options.
2000-03-26Attached is the regression diff for geometry, RedHat 6.1 on a PentiumBruce Momjian
200 MMX. I was going through my e-mail, cleaning out my 1000+ message inbox, and found this one. Sorry. -- Lamar Owen
2000-03-25Remove bogus complexity from build/install of plperl. This stuff wasTom Lane
apparently copied from the makefile for the perl5 interface module, which needs it for reasons explained in src/interfaces/Makefile. But none of those reasons apply to plperl.