aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* 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
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* RelOptInfo.pages should really be declared as BlockNumber, not long.Tom Lane2004-11-26
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Trivial fix: clarify a comment.Neil Conway2004-10-27
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-07
* A few minor list-related cleanups:Neil Conway2004-09-27
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-14
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-20
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-17
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-02
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-12
* The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian2004-07-12
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* FastList is history, yay.Tom Lane2004-06-01
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-26
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-06
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-25
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17