Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
| | | | | Backpatch certain files through 9.1 | ||
* | Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. | Tom Lane | 2015-02-21 |
| | | | | | | | This requires changing quite a few places that were depending on sizeof(HeapTupleHeaderData), but it seems for the best. Michael Paquier, some adjustments by me | ||
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
| | | | | Backpatch certain files through 9.0 | ||
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
| | | | | | Update all files in head, and files COPYRIGHT and legal.sgml in all back branches. | ||
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
| | | | | | Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | ||
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
| | | | | | | | | | | | | This reduces unnecessary exposure of other headers through htup.h, which is very widely included by many files. I have chosen to move the function prototypes to the new file as well, because that means htup.h no longer needs to include tupdesc.h. In itself this doesn't have much effect in indirect inclusion of tupdesc.h throughout the tree, because it's also required by execnodes.h; but it's something to explore in the future, and it seemed best to do the htup.h change now while I'm busy with it. | ||
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
| | |||
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
| | |||
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
| | | | | | This lets us stop including rel.h into execnodes.h, which is a widely used header. | ||
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
| | |||
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | 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 |
| | | | | provided by Andrew. | ||
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
| | |||
* | This maneuver really requires a comment ... | Tom Lane | 2008-11-05 |
| | |||
* | change fix for suppress_redundant_updates_trigger() where relation has Oids, ↵ | Andrew Dunstan | 2008-11-05 |
| | | | | to only apply if present Oid is invalid, per second thought from TGL | ||
* | fix suppress_redundant_updates_trigger() where relation has Oids, per gripe ↵ | Andrew Dunstan | 2008-11-05 |
| | | | | from KaiGai Kohei | ||
* | Fix compiler warnings (including a seriously bogus elog call); minor | Tom Lane | 2008-11-04 |
| | | | | code beautification. | ||
* | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 |