| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce SP-GiST operator class over box. | Teodor Sigaev | 2016-03-30 | 1 | -2/+2 |
* | Remove some more dead Alpha-specific code. | Tom Lane | 2015-11-02 | 1 | -7/+0 |
* | Support "expanded" objects, particularly arrays, for better performance. | Tom Lane | 2015-05-14 | 1 | -4/+5 |
* | Integrate pg_upgrade_support module into backend | Peter Eisentraut | 2015-04-14 | 1 | -1/+2 |
* | Move pg_lzcompress.c to src/common. | Fujii Masao | 2015-02-09 | 1 | -2/+2 |
* | Temporarily revert "Move pg_lzcompress.c to src/common." | Tom Lane | 2014-12-25 | 1 | -2/+2 |
* | Move pg_lzcompress.c to src/common. | Fujii Masao | 2014-12-25 | 1 | -2/+2 |
* | Move the guts of our Levenshtein implementation into core. | Robert Haas | 2014-11-13 | 1 | -0/+2 |
* | Add an in-core GiST index opclass for inet/cidr types. | Tom Lane | 2014-04-08 | 1 | -1/+2 |
* | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 2014-03-23 | 1 | -5/+5 |
* | Add a pg_lsn data type, to represent an LSN. | Robert Haas | 2014-02-19 | 1 | -1/+1 |
* | Alphabeticize list in OBJS definition in utils/adt Makefile. | Andrew Dunstan | 2014-02-06 | 1 | -14/+15 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 | 1 | -1/+2 |
* | Add new JSON processing functions and parser API. | Andrew Dunstan | 2013-03-29 | 1 | -2/+2 |
* | Collect and use histograms of lower and upper bounds for range types. | Heikki Linnakangas | 2012-08-27 | 1 | -1/+2 |
* | Add SP-GiST support for range types. | Heikki Linnakangas | 2012-08-16 | 1 | -1/+1 |
* | Collect and use element-frequency statistics for arrays. | Tom Lane | 2012-03-03 | 1 | -1/+2 |
* | Built-in JSON data type. | Robert Haas | 2012-01-31 | 1 | -1/+1 |
* | Support range data types. | Heikki Linnakangas | 2011-11-03 | 1 | -2/+2 |
* | When reporting the server as not responding, if the hostname was | Bruce Momjian | 2010-11-24 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -2/+2 |
* | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 | 1 | -2/+2 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
* | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 | 1 | -3/+3 |
* | Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with | Teodor Sigaev | 2007-09-07 | 1 | -2/+2 |
* | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 | 1 | -2/+2 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -3/+6 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -2/+2 |
* | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 | 1 | -2/+3 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -2/+2 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -2/+3 |
* | Add files to do read I/O on the cluster directory: | Bruce Momjian | 2005-08-12 | 1 | -2/+2 |
* | Move dbsize functions into the backend. New functions: | Bruce Momjian | 2005-07-29 | 1 | -2/+2 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -3/+3 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -2/+2 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -3/+3 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -2/+2 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 | 1 | -2/+2 |
* | Add dependency for like.c | Tatsuo Ishii | 2001-10-04 | 1 | -1/+3 |
* | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian | 2001-07-11 | 1 | -2/+2 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -2/+2 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -2/+2 |
* | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut | 2000-09-29 | 1 | -3/+3 |
* | Added functions | Jan Wieck | 2000-09-05 | 1 | -2/+2 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -5/+2 |
* | > I had to back out the patch. It only compiles with multi-byte enabled. | Bruce Momjian | 2000-08-05 | 1 | -2/+3 |
* | Back out to_ascii patch from Karel. | Bruce Momjian | 2000-08-04 | 1 | -3/+2 |