| Commit message (Expand) | Author | Age |
* | 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 |
* | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane | 2006-01-17 |
* | During CatCacheRemoveCList, we must now remove any members that are | Tom Lane | 2006-01-07 |
* | 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 |
* | Document that get_attstatsslot/free_attstatsslot only need to be passed | Tom Lane | 2005-10-11 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
* | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 |
* | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 |
* | Tweak catalog cache management algorithms to reduce cost of | Tom Lane | 2005-08-13 |
* | Pass the type OID as the typioparam for all non-array types, rather than | Tom Lane | 2005-08-12 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane | 2005-08-08 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 |
* | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane | 2005-03-25 |
* | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane | 2005-03-07 |
* | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 |
* | Separate the functions of relcache entry flush and smgr cache entry flush | Tom Lane | 2005-01-10 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 |
* | Avoid scanning the relcache during AtEOSubXact_RelationCache when there | Tom Lane | 2004-11-20 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 |
* | A few minor list-related cleanups: | Neil Conway | 2004-09-27 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Fix a number of places where brittle data structures or overly strong | Tom Lane | 2004-09-06 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane | 2004-06-19 |