| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement multivariate n-distinct coefficients | Alvaro Herrera | 2017-03-24 | 1 | -0/+4 |
| * | Add support for EUI-64 MAC addresses as macaddr8 | Stephen Frost | 2017-03-15 | 1 | -0/+6 |
| * | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 | 1 | -1/+1 |
| * | Fix copy-pasto in comment. | Heikki Linnakangas | 2016-10-12 | 1 | -1/+1 |
| * | Update copyright for 2016 | Bruce Momjian | 2016-01-02 | 1 | -1/+1 |
| * | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 | 1 | -1/+1 |
| * | Add new OID alias type regnamespace | Andrew Dunstan | 2015-05-09 | 1 | -0/+7 |
| * | Add new OID alias type regrole | Andrew Dunstan | 2015-05-09 | 1 | -0/+7 |
| * | Add geometry/range functions to support BRIN inclusion | Alvaro Herrera | 2015-05-05 | 1 | -0/+1 |
| * | Reduce json <=> jsonb casts from explicit-only to assignment level. | Tom Lane | 2015-03-03 | 1 | -2/+2 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | Introduce jsonb, a structured format for storing json. | Andrew Dunstan | 2014-03-23 | 1 | -0/+4 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Add casts from int4 and int8 to numeric. | Robert Haas | 2011-04-05 | 1 | -0/+2 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1 | Tom Lane | 2010-09-03 | 1 | -1/+4 |
| * | Add support for dividing money by money (yielding a float8 result) and for | Tom Lane | 2010-07-16 | 1 | -1/+3 |
| * | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 | 1 | -2/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 1 | -193/+207 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -1/+8 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 1 | -4/+4 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -8/+8 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+15 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -123/+27 |
| * | Allow leading and trailing whitespace in the input to the boolean | Neil Conway | 2007-06-01 | 1 | -1/+5 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -1/+7 |
| * | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 1 | -4/+4 |
| * | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway | 2007-01-31 | 1 | -1/+3 |
| * | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway | 2007-01-28 | 1 | -1/+5 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -1/+6 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 1 | -2/+2 |
| * | Add an implicit cast from varchar to regclass, so that existing code | Tom Lane | 2005-10-21 | 1 | -4/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -10/+8 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+5 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+4 |
| * | Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. | Tom Lane | 2005-04-13 | 1 | -257/+257 |
| * | Adjust pg_cast.h so that the OIDs assigned to built-in casts come from | Tom Lane | 2005-04-12 | 1 | -256/+259 |
| * | Add explicit casts between int4 and boolean. Patch from Sean Chittenden, | Neil Conway | 2005-02-27 | 1 | -1/+5 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 | 1 | -1/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |