| Commit message (Expand) | Author | Age |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas | 2010-06-13 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas | 2009-09-04 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane | 2006-03-02 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Missed adding extra argument to array_recv in a couple of places | Tom Lane | 2005-07-10 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway | 2005-02-11 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 |
* | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | 2004-03-04 |
* | Improve the consistency of the error message emitted when rejecting | Neil Conway | 2004-02-18 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Let's try this again on accepting the correct range of Oid input values | Tom Lane | 2000-12-28 |
* | Repair not-too-well-thought-out code to do rangechecking of OIDs on | Tom Lane | 2000-12-22 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Add missing #include <errno.h>. | Tom Lane | 2000-11-21 |
* | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 |
* | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 |
* | TOAST | Jan Wieck | 2000-07-03 |