| Commit message (Expand) | Author | Age |
* | Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's | Tom Lane | 2005-08-28 |
* | Change the division of labor between grouping_planner and query_planner | Tom Lane | 2005-08-27 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Fix a bunch of bad interactions between partial indexes and the new | Tom Lane | 2005-07-28 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Teach planner about some cases where a restriction clause can be | Tom Lane | 2005-07-02 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 |
* | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Change the implementation of hash join to attempt to avoid unnecessary | Neil Conway | 2005-06-15 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |
* | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 |
* | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 |
* | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane | 2005-05-14 |
* | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane | 2005-05-13 |
* | Adjust nodeBitmapIndexscan to keep the target index opened from plan | Tom Lane | 2005-05-05 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | Adjust nodeBitmapIndexscan.c to not keep the index open across calls, | Tom Lane | 2005-04-24 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane | 2005-04-21 |
* | Minor performance improvement: avoid unnecessary creation/unioning of | Tom Lane | 2005-04-20 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 |
* | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane | 2005-04-17 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane | 2005-03-29 |
* | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 |
* | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway | 2005-03-14 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Revise hash join code so that we can increase the number of batches | Tom Lane | 2005-03-06 |
* | Trivial fix: change the reference to further documentation of pathkeys to | Neil Conway | 2005-02-21 |
* | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane | 2005-01-27 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |