| Commit message (Expand) | Author | Age |
... | |
* | Fix several oversights in previous commit - attribute options patch. | Robert Haas | 2010-01-22 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | When loading critical system indexes into the relcache, ensure we lock the | Tom Lane | 2010-01-13 |
* | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane | 2010-01-13 |
* | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane | 2010-01-12 |
* | Please tablespace directories in their own subdirectory so pg_migrator | Bruce Momjian | 2010-01-12 |
* | During Hot Standby, set DatabasePath correctly during relcache init file | Simon Riggs | 2010-01-09 |
* | Document why we copy reloptions into CacheMemoryContext after-the-fact. | Robert Haas | 2010-01-07 |
* | Further fixes for per-tablespace options patch. | Robert Haas | 2010-01-07 |
* | Fix spccache.c to not suppose that a cache entry will live across database | Tom Lane | 2010-01-06 |
* | Access hash entry before freeing it, not after. | Tom Lane | 2010-01-06 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |
* | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 |
* | When estimating the selectivity of an inequality "column > constant" or | Tom Lane | 2010-01-04 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Remove a couple of unnecessary calls of CreateCacheMemoryContext. These | Tom Lane | 2009-12-27 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Revert my ill-considered change that made formrdesc not insert the correct | Tom Lane | 2009-09-26 |
* | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane | 2009-09-26 |
* | Remove some useless assignments of the result of fread(). Quiets warnings | Tom Lane | 2009-08-30 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Do a conditional SPI_push/SPI_pop when replanning a query in | Tom Lane | 2009-07-14 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 |
* | Revert updatable views | Peter Eisentraut | 2009-01-27 |
* | Allow extracting and parsing of reloptions from a bare pg_class tuple, and | Alvaro Herrera | 2009-01-26 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Automatic view update rules | Peter Eisentraut | 2009-01-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane | 2008-12-30 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 |
* | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |