| Commit message (Expand) | Author | Age |
* | Fix bgwriter's failure to release buffer pins and open files after an | Tom Lane | 2005-12-08 |
* | Fix thinko in comment. | Tom Lane | 2005-12-08 |
* | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane | 2005-12-07 |
* | A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty | Tom Lane | 2005-12-07 |
* | Fix a couple of lingering references to POSTQUEL query syntax, per Simon. | Tom Lane | 2005-12-07 |
* | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane | 2005-12-06 |
* | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane | 2005-12-06 |
* | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane | 2005-12-06 |
* | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian | 2005-12-03 |
* | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 |
* | Adjust scan plan nodes to avoid getting an extra AccessShareLock on a | Tom Lane | 2005-12-02 |
* | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian | 2005-12-02 |
* | Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the | Tom Lane | 2005-12-02 |
* | Add comment to pg_atoi. | Bruce Momjian | 2005-12-01 |
* | Comment "errno = 0" in a more generic way. | Bruce Momjian | 2005-12-01 |
* | Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. | Tom Lane | 2005-12-01 |
* | Add comments about why errno is set to zero. | Bruce Momjian | 2005-12-01 |
* | Check for overflow in strtol() while parsing datetime inputs. | Tom Lane | 2005-12-01 |
* | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera | 2005-12-01 |
* | Rearrange code in pg_atoi() to avoid assuming that isspace() cannot | Tom Lane | 2005-11-30 |
* | Tweak choose_bitmap_and() heuristics in the light of example provided in bug | Tom Lane | 2005-11-30 |
* | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 |
* | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 |
* | Come to think of it, the backend doesn't use -lz either. | Tom Lane | 2005-11-28 |
* | Don't link readline and supporting libraries into the backend. | Tom Lane | 2005-11-28 |
* | Install a more future-proof fix for the snapshot-unset bug just found. | Alvaro Herrera | 2005-11-28 |
* | Recent changes to allow hash join to exit early given empty input from | Tom Lane | 2005-11-28 |
* | Set a snapshot before running analyze on a single table, to avoid a | Alvaro Herrera | 2005-11-28 |
* | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane | 2005-11-28 |
* | Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though | Tom Lane | 2005-11-27 |
* | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 |
* | Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save | Tom Lane | 2005-11-26 |
* | Some marginal additional hacking to shave a few more cycles off | Tom Lane | 2005-11-26 |
* | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 |
* | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 |
* | Improve ExecStoreTuple to be smarter about replacing the contents of | Tom Lane | 2005-11-25 |
* | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane | 2005-11-23 |
* | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2005-11-23 |
* | Fix up comment munged by pg_indent. (Not pg_indent's fault; should have | Tom Lane | 2005-11-22 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | Clean up after DROP IF EXISTS patch. | Tom Lane | 2005-11-20 |
* | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 |
* | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 |
* | Stopgap solution for problem reported by Alexey Beschiokov: after | Tom Lane | 2005-11-19 |
* | Change array comparison rules to consider dimensionality information, | Tom Lane | 2005-11-19 |
* | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 |
* | Change array_push and array_cat so that they retain the lower bound of | Tom Lane | 2005-11-19 |
* | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane | 2005-11-18 |