| Commit message (Expand) | Author | Age |
* | Remove triggerable Assert in hashname(). | Tom Lane | 2016-12-26 |
* | Improve ResourceOwners' behavior for large numbers of owned objects. | Tom Lane | 2016-01-26 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | 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 |
* | Consistently use unsigned arithmetic for alignment calculations. | Noah Misch | 2013-10-20 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | 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 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Improve hash_any() to use word-wide fetches when hashing suitably aligned | Tom Lane | 2008-04-06 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix regex, LIKE, and some other second-rank text-manipulation functions | Tom Lane | 2007-09-21 |
* | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Code review for improved-hashing patch. Fix some portability issues | Tom Lane | 2002-03-09 |
* | I've attached a patch which implements Bob Jenkin's hash function for | Bruce Momjian | 2002-03-06 |
* | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 |
* | 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 |
* | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |