| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -13/+13 |
| * | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 | 1 | -38/+90 |
| * | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane | 2010-01-13 | 1 | -6/+49 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 | 1 | -10/+43 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -22/+7 |
| * | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 1 | -3/+3 |
| * | Do a conditional SPI_push/SPI_pop when replanning a query in | Tom Lane | 2009-07-14 | 1 | -1/+13 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -10/+10 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 | 1 | -3/+2 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -6/+20 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -3/+11 |
| * | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane | 2008-09-15 | 1 | -1/+39 |
| * | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 | 1 | -106/+154 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 1 | -4/+7 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -47/+10 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -12/+12 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -52/+52 |
| * | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 | 1 | -15/+6 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -1/+41 |
| * | The session_replication_role actually can be changed at will during | Jan Wieck | 2007-06-05 | 1 | -12/+1 |
| * | Prevent RevalidateCachedPlan from making any permanent change in | Tom Lane | 2007-05-14 | 1 | -7/+47 |
| * | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 | 1 | -6/+9 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -3/+6 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -1/+10 |
| * | Fix plancache's invalidation callback to do the right thing for a SI | Tom Lane | 2007-03-26 | 1 | -4/+7 |
| * | Fix plancache so that any required replanning is done with the same | Tom Lane | 2007-03-23 | 1 | -1/+27 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -1/+12 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 1 | -12/+12 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -0/+862 |