Age | Commit message (Expand) | Author |
2008-09-24 | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
2007-03-01 | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane |
2006-10-06 | Message style improvements | Peter Eisentraut |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-02 | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane |
2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
2005-07-28 | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane |
2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
2005-06-04 | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane |
2005-06-03 | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane |
2005-05-29 | Avoid unnecessary call of rangeTableEntry_used() for the result relation | Tom Lane |
2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
2005-03-26 | Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists. | Tom Lane |
2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-11-20 | Fix one more place where we were expecting lcons() to be nondestructive | Tom Lane |
2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-19 | Repair some issues with column aliases and RowExpr construction in the | Tom Lane |
2004-08-07 | Don't try to rewrite NEW references in a utility statement in a rule. | Tom Lane |
2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |
2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
2004-05-29 | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane |
2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
2004-01-14 | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-29 | Coerce unknown-literal-constant default values to the column type during | Tom Lane |
2003-07-25 | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane |
2003-07-16 | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane |
2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
2003-06-25 | UPDATE ... SET <col> = DEFAULT | Bruce Momjian |