Age | Commit message (Expand) | Author |
2017-03-28 | Remove direct uses of ItemPointer.{ip_blkid,ip_posid} | Alvaro Herrera |
2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
2017-01-21 | Move some things from builtins.h to new header files | Peter Eisentraut |
2017-01-18 | Make messages mentioning type names more uniform | Alvaro Herrera |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-07-25 | Change currtid functions to use an MVCC snapshot, not SnapshotNow. | Robert Haas |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-10-11 | Rearrange the implementation of index-only scans. | Tom Lane |
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-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-08-27 | Make currtid() functions require SELECT privileges on the target table. | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-07-21 | Add the full set of comparison functions for type TID, including a btree | Tom Lane |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-27 | Add mention that tid perhaps someday should be output as a record. | Bruce Momjian |
2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
2002-08-15 | Tom Lane wrote: | Bruce Momjian |
2002-07-16 | Fix tid to in/out as unsigned. | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-22 | Allow | Hiroshi Inoue |
2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |