| Commit message (Expand) | Author | Age |
* | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 |
* | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane | 2008-04-13 |
* | Add SPI-level support for executing SQL commands with one-time-use plans, | Tom Lane | 2008-04-01 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane | 2008-03-18 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane | 2007-08-15 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane | 2007-06-11 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Buy back some of the cycles spent in more-expensive hash functions by | Tom Lane | 2007-06-01 |
* | Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. | Tom Lane | 2007-04-16 |
* | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 |
* | Remove the prohibition on executing cursor commands through SPI_execute. | Tom Lane | 2007-03-25 |
* | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 |
* | Get rid of the separate EState for subplans, and just let them share the | Tom Lane | 2007-02-27 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 |
* | Repair oversight in 8.2 change that improved the handling of "pseudoconstant" | Tom Lane | 2007-02-15 |
* | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane | 2007-02-06 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Add support for cross-type hashing in hash index searches and hash joins. | Tom Lane | 2007-01-30 |
* | Improve hash join to discard input tuples immediately if they can't | Tom Lane | 2007-01-28 |
* | Change the planner-to-executor API so that the planner tells the executor | Tom Lane | 2007-01-10 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix failure due to accessing an already-freed tuple descriptor in a plan | Tom Lane | 2006-12-26 |
* | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane | 2006-12-04 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane | 2006-06-09 |
* | Code review for EXPLAIN patch. Fix some typos, make it behave sanely | Tom Lane | 2006-05-30 |