]> granicus.if.org Git - postgresql/history - src/include/nodes
Centralize definition of integer limits.
[postgresql] / src / include / nodes /
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-16 Alvaro HerreraSupport opfamily members in get_object_address
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-15 Tom LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-03-12 Tom LaneImprove planner's cost estimation in the presence of...
2015-03-11 Alvaro HerreraSupport default ACLs in get_object_address
2015-03-11 Alvaro HerreraSupport user mappings in get_object_address
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-05 Tom LaneRemove comment claiming that PARAM_EXTERN Params always...
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
2015-03-01 Tom LaneMove memory context callback declarations into palloc.h.
2015-02-27 Tom LaneInvent a memory context reset/delete callback mechanism.
2015-02-23 Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-22 Tom LaneRepresent BETWEEN as a special node type in raw parse...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-24 Fujii MasaoRemove unused fields from ReindexStmt.
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraAdd SQL-callable pg_get_object_address
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-13 Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-28 Tom LaneAdd bms_get_singleton_member(), and use it where approp...
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-21 Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Heikki LinnakangasImplement IF NOT EXISTS for CREATE SEQUENCE.
2014-08-22 Alvaro HerreraImplement ALTER TABLE .. SET LOGGED / UNLOGGED
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-03-05 Tom LaneAdd comment that ec_relids excludes "child" Equivalence...
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-08-14 Tom LaneRemove ph_may_need from PlaceHolderInfo, with attendant...
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-01 Robert HaasAdd a convenience routine makeFuncCall to reduce duplic...
2013-06-28 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-24 Simon RiggsReverting previous commit, pending investigation
2013-06-24 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Tom LanePrevent failure when RowExpr or XmlExpr is parse-analyz...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-11-29 Robert HaasBasic binary heap implementation.
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
next