| Age | Commit message (Expand) | Author |
| 2000-03-07 | I've recently written to pgsql-ports about a problem with PG7.0 on NT | Bruce Momjian |
| 2000-03-01 | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-18 | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane |
| 2000-02-15 | Fix up error and log messages. | Thomas G. Lockhart |
| 2000-02-10 | Add btree indexing of boolean values | Bruce Momjian |
| 2000-02-09 | Enable backward sequential scan even after reaching EOF. | Hiroshi Inoue |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-29 | A few minor psql enhancements | Peter Eisentraut |
| 2000-01-28 | Patch from Hiroshi for overflow btree comparison. | Bruce Momjian |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-20 | Added new pg_id to fix initdb problems | Peter Eisentraut |
| 2000-01-19 | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-17 | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-11 | More cleanups. Still doesn't work. | Bruce Momjian |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
| 2000-01-10 | Improve cache invalidation handling. Eespecially | Hiroshi Inoue |
| 2000-01-08 | Need defense against oversize index entries in btree CREATE INDEX, | Tom Lane |
| 2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
| 1999-12-30 | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane |
| 1999-12-26 | It turns out that the item size limit for btree indexes is about BLCKSZ/3, | Tom Lane |
| 1999-12-21 | Added empty TOASTER files and corrected some minor glitches | Jan Wieck |
| 1999-12-20 | Required catalog changes for extended LONG attribute storage. | Jan Wieck |
| 1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-10 | Rename several destroy* functions/tags to drop*. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-12-01 | Mention index name when reporting corruption. | Bruce Momjian |
| 1999-11-29 | Try to detect oversize tuple before corrupting relation, instead of | Tom Lane |
| 1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
| 1999-11-23 | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian |
| 1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
| 1999-11-19 | New parallel regression test shell and related things. | Jan Wieck |
| 1999-11-15 | Tree dividing is not appropriate in Rtree. | Tatsuo Ishii |
| 1999-11-14 | Fix typo so it actually compiles... | Tom Lane |
| 1999-11-14 | Add index recreation suggestion to end of world error message. | Bruce Momjian |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-10-30 | Rearrange heap_beginscan to eliminate extra call on | Tom Lane |
| 1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
| 1999-10-24 | Add a notion of a 'catalog version number' that can indicate | Tom Lane |
| 1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
| 1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
| 1999-10-16 | Check RELSEG_SIZE when postmaster starting up. | Tatsuo Ishii |
| 1999-10-12 | Add blcksz to struct ControlFileData to check BLCKSZ is same | Tatsuo Ishii |