| Commit message (Expand) | Author | Age |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 |
* | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 |
* | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 |
* | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | UPDATE ... SET <col> = DEFAULT | Bruce Momjian | 2003-06-25 |
* | Includes: | Bruce Momjian | 2003-06-25 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Todo items: | Bruce Momjian | 2003-03-20 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 |
* | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 |
* | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 |
* | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |