| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -2/+14 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -241/+230 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 1 | -1/+11 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -179/+179 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -14/+14 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -2/+21 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -11/+1 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -33/+19 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -5/+17 |
| * | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 | 1 | -1/+12 |
| * | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 | 1 | -1/+11 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -173/+168 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -3/+3 |
| * | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 | 1 | -11/+1 |
| * | Added another single byte oriented decompressor, useful for | Jan Wieck | 1999-11-25 | 1 | -1/+11 |
| * | Added nbtree operator class for NUMERIC | Jan Wieck | 1999-09-29 | 1 | -1/+11 |
| * | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane | 1999-04-03 | 1 | -19/+19 |
| * | Clean up various minor irregularities detected by type_sanity | Tom Lane | 1999-03-28 | 1 | -2/+2 |
| * | Remove a bunch of dead entries exposed by findoidjoins crosschecks. | Tom Lane | 1999-03-26 | 1 | -2/+2 |
| * | Enclosed below I have a patch to allow a btree index on the int8 type. | Bruce Momjian | 1999-03-14 | 1 | -1/+13 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -6/+6 |
| * | Fix indexing for INET / CIDR. | Bruce Momjian | 1998-10-22 | 1 | -2/+18 |
| * | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | 1998-10-03 | 1 | -1/+21 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -5/+5 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -31/+13 |
| * | Remove NOBTREE defines, and make findoidlinks handle regproc. | Bruce Momjian | 1998-08-11 | 1 | -138/+1 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -89/+1 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -1/+89 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -89/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -12/+12 |
| * | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart | 1997-11-30 | 1 | -31/+31 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -7/+7 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -107/+108 |
| * | Add comparision routines and catalog entries to support indices on | Thomas G. Lockhart | 1997-09-04 | 1 | -52/+76 |
| * | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 | 1 | -4/+4 |
| * | Okay...this pretty much cleans out the include files. | Marc G. Fournier | 1996-11-06 | 1 | -2/+1 |
| * | remove: | Marc G. Fournier | 1996-10-31 | 1 | -2/+1 |
| * | More cleanups of the include files | Marc G. Fournier | 1996-08-28 | 1 | -0/+556 |