Age | Commit message (Expand) | Author |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-15 | Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin. | Tom Lane |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-12-27 | Detect bad input for types xid, xid8, and cid. | Tom Lane |
2022-12-14 | Convert a few more datatype input functions to report errors softly. | Tom Lane |
2022-01-14 | Rename value node fields | Peter Eisentraut |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-09-09 | Remove Value node struct | Peter Eisentraut |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-07-22 | Fix inconsistencies and typos in the tree | Michael Paquier |
2019-01-26 | Change function call information to be variable length. | Andres Freund |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund |
2017-03-01 | Collect duplicate copies of oid_cmp() | Peter Eisentraut |
2017-01-18 | Make messages mentioning type names more uniform | Alvaro Herrera |
2017-01-17 | Remove unnecessary include | Peter Eisentraut |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-04-12 | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
2010-06-13 | Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. | Robert Haas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-09-04 | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-03-02 | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-10 | Missed adding extra argument to array_recv in a couple of places | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2005-02-11 | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |