summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-04-16Fix kill() call in elog() so that it gets its own pid by calling getpid().Tatsuo Ishii
1999-04-16Overhaul Wisconsin Benchmark test suitTatsuo Ishii
1999-04-16Improve error messages when a connection is rejected.Tom Lane
1999-04-15Fix max(int8) result by making sure int8larger() copies its resultThomas G. Lockhart
1999-04-15Initialize reltuples = 1000, relpages = 10 in a newly createdTom Lane
1999-04-15Add ORDER BY clauses to some select-from-view operationsTom Lane
1999-04-15psql did the wrong thing with COPY FROM STDIN inside a fileTom Lane
1999-04-15Move some useful date/time test macros to here to allowThomas G. Lockhart
1999-04-15Declare hashint8().Thomas G. Lockhart
1999-04-15Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart
1999-04-15Fix boolean assignment of return values to use "FALSE" rather than theThomas G. Lockhart
1999-04-15Code modified to reject out of range day of month.Thomas G. Lockhart
1999-04-15Fix error message to match that returned by new regression test referenceThomas G. Lockhart
1999-04-15Correct documentation of CREATE OPERATOR.Tom Lane
1999-04-14Correct psql's online help for CREATE OPERATOR, which didTom Lane
1999-04-14pg_dump was trying to use an incorrect (or, perhaps, only obsolete?)Tom Lane
1999-04-14*** empty log message ***Michael Meskes
1999-04-14use new config.guess output for system specific expected files ..Marc G. Fournier
1999-04-14use config.guess instead of uname -s to figure out system, so that we canMarc G. Fournier
1999-04-13Fix adding columns to a temp table.Bruce Momjian
1999-04-13Add ARM32 support by Andrew McMurryBruce Momjian
1999-04-13array_in is defined in the system catalog as taking two arguments while itBruce Momjian
1999-04-13There are some bugs about backward scanning usingBruce Momjian
1999-04-13*** empty log message ***Michael Meskes
1999-04-12Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().Vadim B. Mikheev
1999-04-12Some comments...Vadim B. Mikheev
1999-04-12Unique btree-s:Vadim B. Mikheev
1999-04-12add mipsel-unknown-linux-gnu support. config.guess seems slightly changedTatsuo Ishii
1999-04-11Implement UpdateCountPeter Mount
1999-04-11Repair problems seen when CREATE OPERATOR mentions aTom Lane
1999-04-10Fix another batch of bogosities in pg_operator table.Tom Lane
1999-04-10Tweak create_operator regress test so it doesn't illustrateTom Lane
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-04-07Fix some more hashjoin-related bugs in pg_operator. FixTom Lane
1999-04-07Unmark 'hashable' operators that can't really be used forTom Lane
1999-04-06Version string was truncating the last character.Thomas G. Lockhart
1999-04-06On reflection, filesize limit ought to be an exact powerTom Lane
1999-04-05Reduce default file size limit to 1Gb, and move theTom Lane
1999-04-05Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirtyVadim B. Mikheev
1999-04-05Fix potential overflow problems when relation size exceedsTom Lane
1999-04-04We use CFLAGS = -O2 on every other gcc platform, so why notTom Lane
1999-04-04Use MAXALIGN value found by configure instead of aTom Lane
1999-04-03Give a better error message if an SQL-language function isTom Lane
1999-04-03Fix bogus pg_amop entries for int8 hash, cidr btree,Tom Lane
1999-04-03Fix nasty bug in optimization of multiway joins: optimizerTom Lane
1999-04-02Repair problems with omitted password and VALID UNTILTom Lane
1999-04-02Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane
1999-04-02Clean up compile errors and warnings, cf Billy Allie'sTom Lane
1999-04-02Update config.guess and config.sub to versions fromTom Lane
1999-03-30Add -E optionTatsuo Ishii