| Commit message (Expand) | Author | Age | Files | Lines |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -4/+3 |
| * | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane | 2007-09-06 | 1 | -5/+6 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 2 | -34/+8 |
| * | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane | 2007-08-31 | 3 | -3/+9 |
| * | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 | 3 | -3/+6 |
| * | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane | 2007-07-17 | 1 | -1/+5 |
| * | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -1/+15 |
| * | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane | 2007-06-11 | 4 | -4/+8 |
| * | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 4 | -4/+61 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 4 | -4/+73 |
| * | Fix several hash functions that were taking chintzy shortcuts instead of | Tom Lane | 2007-06-01 | 1 | -25/+13 |
| * | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane | 2007-05-22 | 3 | -3/+6 |
| * | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane | 2007-05-22 | 1 | -2/+3 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 4 | -13/+15 |
| * | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 | 1 | -2/+6 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 2 | -2/+26 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 2 | -2/+28 |
| * | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 | 4 | -4/+85 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 5 | -10/+20 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 4 | -9/+35 |
| * | Get rid of the separate EState for subplans, and just let them share the | Tom Lane | 2007-02-27 | 2 | -2/+5 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 4 | -180/+15 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 4 | -44/+115 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -1/+29 |
| * | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 | 2 | -2/+22 |
| * | Avoid infinite recursion when dumping new planner EquivalenceClass trees. | Tom Lane | 2007-02-12 | 1 | -4/+4 |
| * | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 | 1 | -5/+5 |
| * | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 4 | -4/+56 |
| * | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 | 2 | -2/+90 |
| * | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane | 2007-01-22 | 2 | -2/+9 |
| * | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 | 4 | -70/+115 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
| * | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 | 3 | -9/+64 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 4 | -6/+29 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 14 | -28/+28 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 4 | -16/+15 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 4 | -69/+73 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 4 | -8/+18 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 4 | -4/+69 |
| * | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane | 2006-12-10 | 4 | -4/+8 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 2 | -4/+4 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 2 | -4/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 4 | -13/+13 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -2/+2 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 1 | -1/+2 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 2 | -2/+4 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 3 | -3/+6 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 4 | -7/+18 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 4 | -6/+20 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 4 | -4/+8 |