| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | > intarray and ltree both seem to be mapping their own declarations onto | Bruce Momjian | 2002-09-12 | 1 | -2/+5 |
| * | The attached small patch fixes the cause of the regression test failure | Bruce Momjian | 2002-09-12 | 1 | -0/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -710/+896 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -13/+12 |
| * | Update contrib regression tests for OPAQUE datatype changes. | Tom Lane | 2002-08-23 | 1 | -0/+2 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -32/+32 |
| * | August 6, 2002 | Bruce Momjian | 2002-08-10 | 5 | -1/+572 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -262/+35 |
| * | Please apply attached patch to contrib/intarray (7.2, 7.3). | Bruce Momjian | 2002-06-07 | 2 | -1/+31 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+6 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -155/+155 |
| * | Repair some problems in GIST-index contrib modules. Patch from | Tom Lane | 2002-02-07 | 1 | -0/+4 |
| * | Remove bogus pg_amop insertion commands, per discussion of 25-Oct. | Tom Lane | 2001-11-24 | 1 | -16/+0 |
| * | 1. Implemented binary search in array | Bruce Momjian | 2001-10-04 | 2 | -24/+20 |
| * | Changes: | Tom Lane | 2001-09-30 | 3 | -198/+155 |
| * | Update required due to recent changes in FigureColname. | Tom Lane | 2001-09-30 | 1 | -54/+54 |
| * | please apply attached patch to current CVS. | Bruce Momjian | 2001-09-23 | 5 | -91/+1256 |
| * | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut | 2001-09-06 | 1 | -48/+6 |
| * | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 1 | -3/+3 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 5 | -105/+157 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -20/+5 |
| * | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 | 1 | -8/+8 |
| * | Looks okay in a quick glance, except error message spelling is poor: | Bruce Momjian | 2001-08-04 | 1 | -1/+1 |
| * | 1. Fixed error with empty array ( '{}' ), | Bruce Momjian | 2001-08-04 | 2 | -21/+36 |
| * | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 | 1 | -1/+2 |
| * | contrib/intarray updates from Oleg Bartunov: | Tom Lane | 2001-06-11 | 1 | -138/+263 |
| * | Ooops, forgot to commit Makefile along with other changes. | Tom Lane | 2001-05-31 | 1 | -2/+2 |
| * | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 1 | -76/+52 |
| * | Run pgindent on _int.c, for Tom Lane. I had skipped this file because | Bruce Momjian | 2001-03-22 | 1 | -748/+939 |
| * | Repair intarray's problems with TOASTed input, avoid scribbling on | Tom Lane | 2001-03-20 | 4 | -186/+2210 |
| * | Restore include-file updates, and fix some of the more glaring macro | Tom Lane | 2001-03-18 | 1 | -16/+20 |
| * | Restore Peter's makefile fixes. | Tom Lane | 2001-03-18 | 1 | -24/+11 |
| * | Update contrib intarray to Jan 25 version. | Bruce Momjian | 2001-03-17 | 7 | -266/+816 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -2/+2 |
| * | Add // -> /* */ mapping to pgindent. | Bruce Momjian | 2001-02-12 | 1 | -4/+4 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Clean up garbage. | Peter Eisentraut | 2001-01-13 | 1 | -26/+10 |
| * | Surely one README file is enough. | Peter Eisentraut | 2001-01-13 | 1 | -76/+0 |
| * | Surely we don't need a 7.0.3 makefile in 7.1. | Peter Eisentraut | 2001-01-12 | 1 | -64/+0 |
| * | Add to DROP todo. | Bruce Momjian | 2001-01-12 | 1 | -0/+76 |
| * | commit Oleg and Teodor's RD-tree implementation ... this provides the | Marc G. Fournier | 2001-01-12 | 10 | -0/+6478 |