| Commit message (Expand) | Author | Age |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Improve hash_create()'s API for some added robustness. | Tom Lane | 2020-12-15 |
* | tablefunc: Reject negative number of tuples passed to normal_rand() | Peter Eisentraut | 2020-11-25 |
* | Remove unused parameter | Peter Eisentraut | 2020-09-06 |
* | Remove support for upgrading extensions from "unpackaged" state. | Tom Lane | 2020-02-19 |
* | Mark some contrib modules as "trusted". | Tom Lane | 2020-02-13 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Avoid splitting C string literals with \-newline | Alvaro Herrera | 2019-12-24 |
* | Disallow null category in crosstab_hash | Joe Conway | 2019-12-23 |
* | Make the order of the header file includes consistent in contrib modules. | Amit Kapila | 2019-10-24 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Switch some palloc/memset calls to palloc0 | Michael Paquier | 2019-03-27 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 2017-08-20 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Remove unnecessary prototypes | Peter Eisentraut | 2016-09-30 |
* | Widen query numbers-of-tuples-processed counters to uint64. | Tom Lane | 2016-03-12 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Fix a number of places that produced XX000 errors in the regression tests. | Tom Lane | 2015-08-02 |
* | Handle unexpected query results, especially NULLs, safely in connectby(). | Tom Lane | 2015-01-29 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund | 2014-08-25 |
* | Add file version information to most installed Windows binaries. | Noah Misch | 2014-07-14 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas | 2013-10-31 |
* | 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 |
* | Fix assorted compilation failures in contrib | Alvaro Herrera | 2012-08-28 |
* | Reduce messages about implicit indexes and sequences to DEBUG1. | Robert Haas | 2012-07-04 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 |
* | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 |
* | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Expose quote_literal_cstr() from core. | Robert Haas | 2010-11-20 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | 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 |
* | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane | 2010-07-05 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |