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