| Commit message (Expand) | Author | Age |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Tweak btree insertion to avoid O(N^2) slowdown with large numbers of | Tom Lane | 2000-08-25 |
* | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 |
* | Add commentary about varying usage of scankeys in btree code. | Tom Lane | 2000-07-25 |
* | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 |
* | Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded | Tom Lane | 2000-07-21 |
* | Fix sloppiness about alignment requirements in findsplitloc() space | Tom Lane | 2000-07-21 |
* | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane | 2000-07-21 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 |
* | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 |
* | Patch from Hiroshi for overflow btree comparison. | Bruce Momjian | 2000-01-28 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | 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 |
* | Need defense against oversize index entries in btree CREATE INDEX, | Tom Lane | 2000-01-08 |
* | It turns out that the item size limit for btree indexes is about BLCKSZ/3, | Tom Lane | 1999-12-26 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Mention index name when reporting corruption. | Bruce Momjian | 1999-12-01 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | 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-14 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 |
* | Currently,only the first column of multi-column indices | Bruce Momjian | 1999-09-27 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Re-use free space on index pages with duplicates. | Vadim B. Mikheev | 1999-08-09 |
* | Fix nbtree's failure to clear BTScans list during xact abort. | Tom Lane | 1999-08-08 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |