Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
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-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian | |
2009-01-01 | Update copyright for 2009. | Bruce Momjian | |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | |
unnecessary #include lines in it. Also, move some tuple routine prototypes and macros to htup.h, which allows removal of heapam.h inclusion from some .c files. For this to work, a new header file access/sysattr.h needed to be created, initially containing attribute numbers of system columns, for pg_dump usage. While at it, make contrib ltree, intarray and hstore header files more consistent with our header style. | |||
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | |
avoid this problem in the future.) | |||
2007-11-15 | pgindent run for 8.3. | Bruce Momjian | |
2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | |
when multiple backends are scanning the same relation concurrently, each page is (ideally) read only once. Jeff Davis, with review by Heikki and Tom. |