aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* CleanupBruce Momjian2000-05-22
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-22
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Turn XLOG off (do not create log file).Vadim B. Mikheev2000-03-20
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-14
* I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian2000-03-07
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-01
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Implement reindex commandHiroshi Inoue2000-02-18
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Fix up error and log messages.Thomas G. Lockhart2000-02-15
* Add btree indexing of boolean valuesBruce Momjian2000-02-10
* Enable backward sequential scan even after reaching EOF.Hiroshi Inoue2000-02-09
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Patch from Hiroshi for overflow btree comparison.Bruce Momjian2000-01-28
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-20
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Need defense against oversize index entries in btree CREATE INDEX,Tom Lane2000-01-08
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* It turns out that the item size limit for btree indexes is about BLCKSZ/3,Tom Lane1999-12-26
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-29
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* Tree dividing is not appropriate in Rtree.Tatsuo Ishii1999-11-15
* Fix typo so it actually compiles...Tom Lane1999-11-14