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