| Commit message (Expand) | Author | Age |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane | 2007-03-19 |
* | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 |
* | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Fix for COPY-after-truncate feature. | Bruce Momjian | 2007-03-03 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane | 2007-01-30 |
* | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian | 2007-01-25 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Refactor some lsyscache routines to eliminate duplicate code and save | Tom Lane | 2007-01-21 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | 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 |
* | Found the problem with my operator-family changes: by fetching from | Tom Lane | 2006-12-31 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane | 2006-08-15 |
* | 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 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 |
* | Further minor simplification of relcache startup: don't need a static | Tom Lane | 2006-05-06 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 |
* | Add some test scaffolding to allow cache-flush stress testing (and I do | Tom Lane | 2006-01-19 |
* | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane | 2006-01-19 |
* | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane | 2006-01-19 |
* | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane | 2006-01-08 |
* | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane | 2006-01-07 |
* | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |