| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -7/+2 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -7/+7 |
| * | Show schema name for REINDEX. | Bruce Momjian | 2010-06-01 | 1 | -2/+3 |
| * | Make CREATE INDEX run expression preprocessing on a proposed index expression | Tom Lane | 2010-05-27 | 1 | -3/+31 |
| * | Shorten suffix of automatically created indexes to "_excl" when using | Simon Riggs | 2010-03-22 | 1 | -2/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -21/+21 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -33/+17 |
| * | Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, | Tom Lane | 2010-02-07 | 1 | -2/+2 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -17/+9 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 1 | -49/+171 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -7/+131 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -3/+9 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -3/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -14/+14 |
| * | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 | 1 | -11/+56 |
| * | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -3/+4 |
| * | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 | 1 | -2/+3 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 | 1 | -2/+2 |
| * | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 | 1 | -29/+1 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -6/+18 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane | 2008-02-07 | 1 | -2/+2 |
| * | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane | 2008-01-09 | 1 | -5/+14 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -13/+3 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -38/+36 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -13/+120 |
| * | Make CLUSTER and REINDEX silently skip remote temp tables in their | Alvaro Herrera | 2007-09-10 | 1 | -1/+5 |
| * | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane | 2007-09-07 | 1 | -4/+6 |
| * | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -19/+38 |
| * | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane | 2007-08-25 | 1 | -4/+5 |
| * | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 | 1 | -3/+14 |
| * | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -2/+2 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 1 | -3/+3 |
| * | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane | 2007-05-02 | 1 | -2/+14 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -22/+2 |
| * | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 | 1 | -8/+2 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 | 1 | -2/+8 |
| * | Simplify pg_am representation of ordering-capable access methods: | Tom Lane | 2007-01-20 | 1 | -3/+2 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -5/+61 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |