| Commit message (Expand) | Author | Age |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | The CONSTROID syscache should show conrelid as a relation OID column. | Tom Lane | 2008-05-07 |
* | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 |
* | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 |
* | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane | 2008-04-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 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 |
* | In PrepareToInvalidateCacheTuple, don't force initialization of catalog | Tom Lane | 2008-03-05 |
* | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane | 2008-02-27 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force | Tom Lane | 2007-11-28 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane | 2007-10-13 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | The session_replication_role actually can be changed at will during | Jan Wieck | 2007-06-05 |
* | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 |
* | Prevent RevalidateCachedPlan from making any permanent change in | Tom Lane | 2007-05-14 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane | 2007-05-02 |
* | Improve the way in which CatalogCacheComputeHashValue combines multiple key | Tom Lane | 2007-04-21 |
* | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 |
* | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane | 2007-03-29 |
* | Fix plancache's invalidation callback to do the right thing for a SI | Tom Lane | 2007-03-26 |
* | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 |
* | 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 |