Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Declare hashint8(). | Thomas G. Lockhart | 1999-04-15 |
| | |||
* | Fix code to check legal dates *before* calling localtime() to get the | Thomas G. Lockhart | 1999-04-15 |
| | | | | | | | | time zone. Previously, localtime() rotated a date with a day of month field which exceeded the actual range into the next months, masking the fact that a bad date had been specified. Regression tests pass. | ||
* | Fix boolean assignment of return values to use "FALSE" rather than the | Thomas G. Lockhart | 1999-04-15 |
| | | | | | mis-copied "NULL", which happens to have the same binary value. Previously, gcc gave non-fatal warnings. | ||
* | Code modified to reject out of range day of month. | Thomas G. Lockhart | 1999-04-15 |
| | | | | | | | Previously, dates falling within Unix system time range were run through a call to localtime() to get the time zone, if it was not specified. This had the effect that dates with DOMs which were larger than would be valid for that month were "rotated" into the following months. | ||
* | Fix error message to match that returned by new regression test reference | Thomas G. Lockhart | 1999-04-15 |
| | | | | machine (linux-2.0.36 RH5.2 with RH5.2 patches). | ||
* | Correct documentation of CREATE OPERATOR. | Tom Lane | 1999-04-15 |
| | |||
* | Correct psql's online help for CREATE OPERATOR, which did | Tom Lane | 1999-04-14 |
| | | | | not match what the backend actually accepts. | ||
* | pg_dump was trying to use an incorrect (or, perhaps, only obsolete?) | Tom Lane | 1999-04-14 |
| | | | | | | syntax for CREATE OPERATOR with SORT parameters. Fixed. It is now actually possible to dump and reload a database containing fully specified user-definable operators ... | ||
* | *** empty log message *** | Michael Meskes | 1999-04-14 |
| | |||
* | use new config.guess output for system specific expected files .. | Marc G. Fournier | 1999-04-14 |
| | |||
* | use config.guess instead of uname -s to figure out system, so that we can | Marc G. Fournier | 1999-04-14 |
| | | | | | | include platform spcific changes ... thanks to Mark Hollomon <mhh@nortelnetworks.com> for the awk script used | ||
* | Fix adding columns to a temp table. | Bruce Momjian | 1999-04-13 |
| | |||
* | Add ARM32 support by Andrew McMurry | Bruce Momjian | 1999-04-13 |
| | |||
* | array_in is defined in the system catalog as taking two arguments while it | Bruce Momjian | 1999-04-13 |
| | | | | | | actually takes three. Please apply the following patch. Massimo | ||
* | There are some bugs about backward scanning using | Bruce Momjian | 1999-04-13 |
| | | | | | | | | | | | | | | | indexes. 1. Index Scan using plural indexids never scan backward as to the order of indexids. 2. The cursor using Index scan is not usable after moving past the end. This patch solves above bugs. Moreover the change of _bt_first() would be useful to extend ORDER BY patch by Jan Wieck for all descending order cases. Hiroshi Inoue | ||
* | *** empty log message *** | Michael Meskes | 1999-04-13 |
| | |||
* | Add -E option | Tatsuo Ishii | 1999-04-13 |
| | |||
* | Document updation for 6.5 | Tatsuo Ishii | 1999-04-13 |
| | |||
* | Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). | Vadim B. Mikheev | 1999-04-12 |
| | |||
* | Some comments... | Vadim B. Mikheev | 1999-04-12 |
| | |||
* | Unique btree-s: | Vadim B. Mikheev | 1999-04-12 |
| | | | | | | | /* * Have to check is inserted heap tuple deleted one * (i.e. just moved to another place by vacuum)! */ | ||
* | add mipsel-unknown-linux-gnu support. config.guess seems slightly changed | Tatsuo Ishii | 1999-04-12 |
| | | | | since April 1? | ||
* | Implement UpdateCount | Peter Mount | 1999-04-11 |
| | |||
* | Repair problems seen when CREATE OPERATOR mentions a | Tom Lane | 1999-04-11 |
| | | | | | | | | not-yet-defined operator in commutator, negator, etc links. This is necessary in order to ensure that a pg_dump dump of user-defined operators can be reloaded. There may still be a bug lurking here, because it's provoking a 'Buffer Leak' notice message in one case. See my mail to pgsql-hackers. | ||
* | Fix another batch of bogosities in pg_operator table. | Tom Lane | 1999-04-10 |
| | | | | | These were bogus selectivity-estimator links, like a '>' operator pointing to intltsel when it should use intgtsel. | ||
* | Tweak create_operator regress test so it doesn't illustrate | Tom Lane | 1999-04-10 |
| | | | | incorrect usage of commutator link. | ||
* | vacuumlo deals with large objects not referenced by any tables and removes them. | Peter Mount | 1999-04-10 |
| | |||
* | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane | 1999-04-09 |
| | | | | making prosrc instead of proname be the link to the actual internal function. | ||
* | Add section from Tom Lane on hashjoin characteristics of operators. | Thomas G. Lockhart | 1999-04-08 |
| | | | | Add emacs editor hints to bottom of file. | ||
* | Add emacs editor hints to bottom of file. | Thomas G. Lockhart | 1999-04-08 |
| | |||
* | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane | 1999-04-07 |
| | | | | | | | hashjoin's hashFunc() so that it does the right thing with pass-by-value data types (the old code would always return 0 for int2 or char values, which would work but would slow things down a lot). Extend opr_sanity regress test to catch more kinds of errors. | ||
* | Prepare multi-byte support document for 6.5 | Tatsuo Ishii | 1999-04-07 |
| | |||
* | Unmark 'hashable' operators that can't really be used for | Tom Lane | 1999-04-07 |
| | | | | hashjoins. Extend opr_sanity regress test to help detect similar mistakes. | ||
* | Fix markup to include all closing tags. | Thomas G. Lockhart | 1999-04-06 |
| | | | | Required by newest versions of DocBook and style sheets. | ||
* | Start indenting markup. No text changes. | Thomas G. Lockhart | 1999-04-06 |
| | |||
* | Fix XREF markup and typo. | Thomas G. Lockhart | 1999-04-06 |
| | |||
* | Version string was truncating the last character. | Thomas G. Lockhart | 1999-04-06 |
| | | | | | Use memcpy() rather than StrNCpy() which had forced a string termination character at the end. | ||
* | On reflection, filesize limit ought to be an exact power | Tom Lane | 1999-04-06 |
| | | | | of 2 to save a few cycles in md.c. So, make it 2^30 not 10^9. | ||
* | Reduce default file size limit to 1Gb, and move the | Tom Lane | 1999-04-05 |
| | | | | configuration constant to config.h. | ||
* | Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty | Vadim B. Mikheev | 1999-04-05 |
| | | | | (may be used while vacuuming unique btree-s). | ||
* | Fix potential overflow problems when relation size exceeds | Tom Lane | 1999-04-05 |
| | | | | | 2gig. Fix failure to reliably put the smaller relation on the inside of a hashjoin. | ||
* | We use CFLAGS = -O2 on every other gcc platform, so why not | Tom Lane | 1999-04-04 |
| | | | | hpux_gcc too? | ||
* | Use MAXALIGN value found by configure instead of a | Tom Lane | 1999-04-04 |
| | | | | hardwired assumption. | ||
* | Give a better error message if an SQL-language function is | Tom Lane | 1999-04-03 |
| | | | | | | called through fmgr. Someday we should try to actually execute the function, but that looks like it might be a major feature addition. Not something to try during beta phase. | ||
* | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane | 1999-04-03 |
| | | | | polygon rtree, circle rtree indexes. | ||
* | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane | 1999-04-03 |
| | | | | would sometimes generate a plan that omitted a sort step before merge. | ||
* | Repair problems with omitted password and VALID UNTIL | Tom Lane | 1999-04-02 |
| | | | | parameters in CREATE USER. | ||
* | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane | 1999-04-02 |
| | | | | | | | it with configure-script tests to see whether const, inline, volatile, etc work or not. (Curiously, configure was already doing the work to see if const and inline were OK, but the results were not getting plugged into config.h :-(.) | ||
* | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane | 1999-04-02 |
| | | | | complaints (and some of my own). | ||
* | Update config.guess and config.sub to versions from | Tom Lane | 1999-04-02 |
| | | | | autoconf 2.13. |