| Commit message (Expand) | Author | Age |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 |
* | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 |
* | Add dependency for like.c | Tatsuo Ishii | 2001-10-04 |
* | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian | 2001-07-11 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 |
* | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut | 2000-09-29 |
* | Added functions | Jan Wieck | 2000-09-05 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 |
* | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 |
* | to_ascii( text ) | Bruce Momjian | 2000-08-04 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
* | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 |
* | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut | 2000-07-13 |
* | - format_type function, in use by psql | Peter Eisentraut | 2000-07-07 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 |
* | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 |
* | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 |
* | as attache of this mail is patch (to the main tree) with to_char's | Bruce Momjian | 2000-01-25 |
* | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut | 2000-01-19 |
* | Sorry, that I send this letter/patch again, but previous sending is | Bruce Momjian | 2000-01-07 |
* | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | The new LZ compression and an lztext data type based on it. | Jan Wieck | 1999-11-17 |
* | Added utils/adt/ri_triggers with empty shells for the | Jan Wieck | 1999-09-30 |
* | Alpha spinlock fix from Uncle George <gatgul@voicenet.com> | Bruce Momjian | 1999-07-22 |
* | Use -ieee alpha flag for gcc and egcs only. | Bruce Momjian | 1999-07-20 |
* | Re-add Makefile. | Bruce Momjian | 1999-07-20 |
* | Move -ieee to adt Makefile, and add CPU Makefile variable. | Bruce Momjian | 1999-07-20 |
* | Added NUMERIC data type with many builtin funcitons, operators | Jan Wieck | 1998-12-30 |
* | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 |
* | I agree. I think, though, that the best argument presented in the | Bruce Momjian | 1998-10-08 |
* | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | 1998-10-03 |
* | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |