| Commit message (Expand) | Author | Age |
* | Convert *GetDatum() and DatumGet*() macros to inline functions | Peter Eisentraut | 2022-09-27 |
* | Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" | Peter Eisentraut | 2022-09-12 |
* | Convert *GetDatum() and DatumGet*() macros to inline functions | Peter Eisentraut | 2022-09-12 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Generate fmgr prototypes automatically | Peter Eisentraut | 2017-01-17 |
* | Add casts from int4 and int8 to numeric. | Robert Haas | 2011-04-05 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Add support for dividing money by money (yielding a float8 result) and for | Tom Lane | 2010-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 |
* | Widen the money type to 64 bits. | D'Arcy J.M. Cain | 2007-01-03 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart | 2001-11-06 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 |
* | Rename cash_words_out to cash_words. | Bruce Momjian | 2000-07-07 |
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Add integer/money arithmetic from Darren King. | Thomas G. Lockhart | 1997-09-20 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian | 1997-08-22 |
* | 1. Declaration | Vadim B. Mikheev | 1997-04-18 |
* | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-15 |
* | Add in D'Arcy's cash code | Marc G. Fournier | 1997-04-09 |