| Age | Commit message (Expand) | Author |
| 2008-01-11 | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane |
| 2008-01-09 | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-08 | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
| 2007-11-22 | Actually ... it's pretty silly that parse_oper.c doesn't set up the | Tom Lane |
| 2007-11-15 | 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-08 | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane |
| 2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
| 2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
| 2007-10-11 | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-08-31 | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane |
| 2007-08-26 | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-08-07 | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
| 2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-05-31 | Change build_index_pathkeys() so that the expressions it builds to represent | Tom Lane |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-21 | Teach tuplestore.c to throw away data before the "mark" point when the caller | Tom Lane |
| 2007-05-17 | Fix parameter recalculation for Limit nodes: during a ReScan call we must | Tom Lane |
| 2007-05-04 | Teach tuplesort.c about "top N" sorting, in which only the first N tuples | Tom Lane |
| 2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-21 | Some further performance tweaks for planning large inheritance trees that | Tom Lane |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
| 2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
| 2007-04-06 | Make 'col IS NULL' clauses be indexable conditions. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-17 | Fix up the remaining places where the expression node structure would lose | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |