| Commit message (Expand) | Author | Age |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Distinguish selectivity of < from <= and > from >=. | Tom Lane | 2017-09-13 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 2017-06-21 |
* | Recommend wrappers of PG_DETOAST_DATUM_PACKED(). | Noah Misch | 2017-03-12 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Remove no-longer-required function declarations. | Tom Lane | 2015-05-24 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Adjust blank lines around PG_MODULE_MAGIC defines, for consistency | Bruce Momjian | 2014-07-10 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Rename 'gmake' to 'make' in docs and recommended commands | Bruce Momjian | 2014-02-12 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add more use of psprintf() | Peter Eisentraut | 2014-01-06 |
* | Modernize string literal syntax in tutorial example. | Tom Lane | 2013-01-19 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Remove copyright mention of Andrew Yu, per author's permission. | Bruce Momjian | 2010-02-02 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 |
* | 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 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 |
* | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 |
* | Remove extremely old, incomplete, broken example code. | Tom Lane | 2006-06-05 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Change \; to ; in RULE, \; unnecessary. | Bruce Momjian | 2006-05-22 |
* | Use SQL standard '' rather than \' for tutorial/sample code. | Bruce Momjian | 2006-05-11 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 |