| Commit message (Expand) | Author | Age |
* | Add bit_count SQL function | Peter Eisentraut | 2021-03-23 |
* | Fix integer-overflow corner cases in substring() functions. | Tom Lane | 2021-01-04 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Avoid using %c printf format for potentially non-ASCII characters. | Tom Lane | 2020-06-29 |
* | Run pgindent with new pg_bsd_indent version 2.1.1. | Tom Lane | 2020-05-16 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Fix bitshiftright()'s zero-padding some more. | Tom Lane | 2019-10-04 |
* | Fix failure to zero-pad the result of bitshiftright(). | Tom Lane | 2019-09-22 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Create the infrastructure for planner support functions. | Tom Lane | 2019-02-09 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Suppress -Wshift-negative-value warnings. | Tom Lane | 2018-06-17 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Use new overflow aware integer operations. | Andres Freund | 2017-12-12 |
* | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund | 2017-10-11 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Make more use of castNode() | Peter Eisentraut | 2017-02-21 |
* | Generate fmgr prototypes automatically | Peter Eisentraut | 2017-01-17 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Fix assorted integer-overflow hazards in varbit.c. | Tom Lane | 2016-10-14 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Predict integer overflow to avoid buffer overruns. | Noah Misch | 2014-02-17 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Code review for protransform patches. | Tom Lane | 2012-03-23 |
* | Add a transform function for varbit typmod coercisions. | Robert Haas | 2012-02-07 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Rename the C functions bitand(), bitor() to bit_and(), bit_or(). | Tom Lane | 2010-12-27 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add get_bit/set_bit functions for bit strings, paralleling those for bytea, | Tom Lane | 2010-01-25 |
* | Fix 3-parameter form of bit substring() to throw error for negative length, | Tom Lane | 2010-01-07 |
* | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane | 2010-01-07 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane | 2009-12-12 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane | 2007-08-21 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | 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 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |