]> granicus.if.org Git - postgresql/history - src/backend/nodes
ALTER TABLE: skip FK validation when it's safe to do so
[postgresql] / src / backend / nodes /
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-23 Tom LaneDon't trust deferred-unique indexes for join removal.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-04 Tom LaneCan't print PlannerGlobal's subroots list in outfuncs.
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-06-16 Peter EisentrautAvoid compiler warnings due to possibly unused variables
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-17 Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-07 Tom LaneAdd a stack overflow check to copyObject().
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-23 Tom LaneMake _outPathInfo print the relid set of the path's...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-18 Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-28 Peter EisentrautType table feature
2010-01-18 Peter EisentrautCast slightly abused enum to int, so that GCC 4.5 won...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
next