| Commit message (Expand) | Author | Age |
* | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Fallout from changing index locking rules: we can reduce the strength | Tom Lane | 2004-10-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Just about there on de-FastList-ification. | Tom Lane | 2004-06-01 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 |
* | Revert previous change --- turns out the underlying problem affects | Tom Lane | 2003-05-11 |
* | Disable the recently-added use_physical_tlist optimization in cases | Tom Lane | 2003-05-11 |
* | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane | 2003-02-03 |
* | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | Make planner safe for recursive calls --- needed for cases where | Tom Lane | 2000-07-27 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 |
* | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane | 2000-06-09 |
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |