| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -1/+2 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -24/+7 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -1/+18 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -28/+19 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+1 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -22/+15 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 1 | -1/+18 |
| * | Alter string format used for integer and OID lists in stored rules. | Tom Lane | 2004-05-08 | 1 | -55/+5 |
| * | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane | 2004-05-06 | 1 | -4/+4 |
| * | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 1 | -1/+17 |
| * | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 1 | -4/+3 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -27/+32 |
| * | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 | 1 | -10/+11 |
| * | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 | 1 | -1/+17 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -1/+29 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -3/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+3 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 1 | -1/+2 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -3/+3 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -1/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -5/+21 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -5/+20 |
| * | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 | 1 | -1/+46 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -4/+4 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -17/+16 |
| * | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 | 1 | -3/+3 |
| * | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane | 2003-01-09 | 1 | -2/+3 |
| * | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 | 1 | -2/+2 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -8/+3 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -14/+1 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -212/+246 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -2/+1 |
| * | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane | 2002-11-25 | 1 | -1931/+497 |
| * | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 1 | -8/+1 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -1/+49 |
| * | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 | 1 | -14/+42 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -4/+7 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -4/+8 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -1/+9 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -17/+18 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -1/+35 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -1/+5 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -6/+10 |
| * | > create view pg_locks as select l.relation, l.database, l.backendpid, | Bruce Momjian | 2002-08-10 | 1 | -1/+79 |