| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -8/+8 |
| * | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 | 1 | -78/+1 |
| * | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 | 1 | -1/+3 |
| * | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 | 1 | -6/+7 |
| * | Create a third option named "partition" for constraint_exclusion, and make it | Tom Lane | 2009-01-07 | 1 | -6/+10 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -18/+6 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -3/+3 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 | 1 | -4/+6 |
| * | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 1 | -2/+2 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -2/+2 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+3 |
| * | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 | 1 | -6/+9 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -3/+4 |
| * | 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 |
| * | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 | 1 | -4/+2 |
| * | Fix logical errors in constraint exclusion: we cannot assume that a CHECK | Tom Lane | 2008-01-12 | 1 | -5/+37 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -11/+12 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -1/+16 |
| * | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane | 2007-05-31 | 1 | -8/+11 |
| * | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 | 1 | -1/+12 |
| * | Some further performance tweaks for planning large inheritance trees that | Tom Lane | 2007-04-21 | 1 | -2/+5 |
| * | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane | 2007-04-06 | 1 | -1/+2 |
| * | Simplify pg_am representation of ordering-capable access methods: | Tom Lane | 2007-01-20 | 1 | -7/+9 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 1 | -17/+39 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -4/+4 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 1 | -2/+9 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -16/+16 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 1 | -6/+18 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -1/+13 |
| * | Extend relation_excluded_by_constraints() to check for mutually | Tom Lane | 2006-08-05 | 1 | -6/+43 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -4/+19 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -9/+18 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -3/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 | 1 | -2/+50 |
| * | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 | 1 | -19/+5 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -10/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -66/+66 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -1/+81 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -2/+3 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -5/+5 |
| * | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 | 1 | -2/+2 |
| * | Add support for FUNCTION RTEs to build_physical_tlist(), so that the | Tom Lane | 2005-05-30 | 1 | -3/+34 |