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