| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane | 2003-09-25 | 2 | -41/+62 |
| * | tlist_matches_tupdesc() needs to defend itself against dropped columns. | Tom Lane | 2003-09-25 | 1 | -4/+4 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 6 | -25/+69 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 7 | -37/+37 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 2 | -12/+3 |
| * | _SPI_cursor_operation forgot to check for failure return from | Tom Lane | 2003-09-23 | 1 | -4/+9 |
| * | Since SPI_modifytuple's natts argument is the number of attributes to be | Tom Lane | 2003-09-16 | 1 | -2/+2 |
| * | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 | 1 | -3/+5 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 2 | -8/+8 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 2 | -8/+8 |
| * | Tweak processing of multiple-index-scan plans to reduce overhead when | Tom Lane | 2003-08-22 | 1 | -30/+148 |
| * | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 | 3 | -84/+138 |
| * | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 1 | -9/+24 |
| * | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 | 1 | -8/+4 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 15 | -114/+115 |
| * | Fix nasty little order-of-operations bug in _SPI_cursor_operation. | Tom Lane | 2003-08-08 | 1 | -6/+17 |
| * | Suppress unused-variable warnings when building without Asserts. | Tom Lane | 2003-08-08 | 1 | -1/+3 |
| * | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 | 3 | -10/+10 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 31 | -62/+62 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 25 | -659/+696 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 3 | -8/+12 |
| * | Cause ARRAY[] construct to return a NULL array, rather than raising an | Tom Lane | 2003-07-30 | 1 | -7/+13 |
| * | Add error stack traceback support for SQL-language functions. | Tom Lane | 2003-07-28 | 1 | -6/+80 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 3 | -10/+10 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 19 | -233/+330 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -24/+53 |
| * | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 1 | -14/+54 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -2/+162 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 2 | -125/+5 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 3 | -487/+242 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 3 | -242/+487 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 5 | -100/+116 |
| * | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 | 1 | -2/+5 |
| * | Fix SQL function executor for case where last command of a function is | Tom Lane | 2003-06-12 | 1 | -8/+10 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 2 | -3/+8 |
| * | Small performance improvement for hash joins and hash aggregation: | Tom Lane | 2003-05-30 | 2 | -40/+76 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 1 | -15/+19 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -7/+6 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -6/+2 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 5 | -23/+17 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 5 | -88/+125 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 6 | -88/+37 |
| * | Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), | Tom Lane | 2003-05-05 | 7 | -204/+20 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 3 | -163/+86 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -3/+3 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 2 | -5/+15 |
| * | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 | 1 | -6/+2 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -2/+2 |