Age | Commit message (Expand) | Author |
2022-02-17 | Remove all traces of tuplestore_donestoring() in the C code | Michael Paquier |
2022-01-07 | Update copyright for 2022 | Bruce Momjian |
2021-11-28 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane |
2021-09-27 | Fix typos and grammar in code comments | Michael Paquier |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-12-15 | Improve hash_create()'s API for some added robustness. | Tom Lane |
2020-11-25 | tablefunc: Reject negative number of tuples passed to normal_rand() | Peter Eisentraut |
2020-09-06 | Remove unused parameter | Peter Eisentraut |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-12-24 | Avoid splitting C string literals with \-newline | Alvaro Herrera |
2019-12-23 | Disallow null category in crosstab_hash | Joe Conway |
2019-10-24 | Make the order of the header file includes consistent in contrib modules. | Amit Kapila |
2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
2019-03-27 | Switch some palloc/memset calls to palloc0 | Michael Paquier |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-01-02 | Update copyright for 2018 | Bruce Momjian |
2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-03-12 | Widen query numbers-of-tuples-processed counters to uint64. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-08-02 | Fix a number of places that produced XX000 errors in the regression tests. | Tom Lane |
2015-01-29 | Handle unexpected query results, especially NULLs, safely in connectby(). | Tom Lane |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-10-31 | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
2012-08-28 | Fix assorted compilation failures in contrib | Alvaro Herrera |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-11-20 | Expose quote_literal_cstr() from core. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-07 | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-01 | Refactor crosstab() to build and return a tuplestore instead of using | Tom Lane |
2008-11-30 | Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. | Tom Lane |
2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-12-07 | Clean up a couple of problems in crosstab_hash's use of a hash table. | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-11-10 | Have crosstab variants treat NULL rowid as a category in its own right, | Joe Conway |