| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 | 2 | -34/+192 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 1 | -3/+3 |
| * | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane | 2006-01-14 | 1 | -4/+2 |
| * | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane | 2006-01-12 | 1 | -5/+27 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -4/+4 |
| * | Add comment explaining why RelationOpenSmgr() call is not needed. | Tom Lane | 2006-01-07 | 1 | -1/+2 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 2 | -80/+194 |
| * | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 | 1 | -2/+2 |
| * | Fix a couple of lingering references to POSTQUEL query syntax, per Simon. | Tom Lane | 2005-12-07 | 2 | -6/+6 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 3 | -7/+42 |
| * | Adjust scan plan nodes to avoid getting an extra AccessShareLock on a | Tom Lane | 2005-12-02 | 7 | -90/+121 |
| * | Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the | Tom Lane | 2005-12-02 | 1 | -6/+10 |
| * | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 | 1 | -4/+39 |
| * | Recent changes to allow hash join to exit early given empty input from | Tom Lane | 2005-11-28 | 1 | -30/+20 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 1 | -60/+163 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 1 | -86/+161 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 2 | -185/+385 |
| * | Improve ExecStoreTuple to be smarter about replacing the contents of | Tom Lane | 2005-11-25 | 5 | -55/+33 |
| * | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane | 2005-11-23 | 7 | -29/+13 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 18 | -138/+138 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 2 | -4/+2 |
| * | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 | 1 | -21/+1 |
| * | Stopgap solution for problem reported by Alexey Beschiokov: after | Tom Lane | 2005-11-19 | 1 | -7/+27 |
| * | Update obsolete comment describing ExecDelete(), per Simon Riggs. | Neil Conway | 2005-11-18 | 1 | -3/+3 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -108/+136 |
| * | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane | 2005-11-14 | 2 | -9/+33 |
| * | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera | 2005-11-03 | 2 | -9/+9 |
| * | Better solution to the problem of labeling whole-row Datums that are | Tom Lane | 2005-10-19 | 1 | -6/+86 |
| * | Ensure that the Datum generated from a whole-row Var contains valid | Tom Lane | 2005-10-19 | 1 | -2/+2 |
| * | A few trivial code cleanups motivated by reading warnings generated | Tom Lane | 2005-10-18 | 1 | -3/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 35 | -1673/+1578 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 1 | -1/+12 |
| * | _SPI_execute_plan failed to return result tuple table to caller in | Tom Lane | 2005-10-01 | 1 | -32/+39 |
| * | The original patch to avoid building a hash join's hashtable when the | Tom Lane | 2005-09-25 | 2 | -161/+91 |
| * | Remove some dead code. | Tom Lane | 2005-09-22 | 1 | -8/+1 |
| * | Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's | Tom Lane | 2005-08-28 | 1 | -1/+11 |
| * | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 | 1 | -1/+2 |
| * | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane | 2005-08-20 | 1 | -38/+107 |
| * | Update some obsolete comments --- code is using t_self now, not t_ctid. | Tom Lane | 2005-08-18 | 1 | -20/+11 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 2 | -12/+15 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 2 | -4/+4 |
| * | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 | 1 | -1/+91 |
| * | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 | 2 | -4/+41 |
| * | Change the implementation of hash join to attempt to avoid unnecessary | Neil Conway | 2005-06-15 | 2 | -61/+167 |
| * | Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; | Tom Lane | 2005-06-09 | 1 | -4/+6 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -7/+3 |
| * | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 | 5 | -70/+70 |
| * | Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot | Tom Lane | 2005-05-15 | 3 | -9/+30 |
| * | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane | 2005-05-14 | 1 | -213/+156 |
| * | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | 2005-05-13 | 1 | -479/+624 |