]> granicus.if.org Git - postgresql/history - src/backend/nodes
Fix bug introduced by microvacuum for GiST
[postgresql] / src / backend / nodes /
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-06-19 Tom LaneFix bogus range_table_mutator() logic for RangeTblEntry...
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-12 Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-15 Tom LaneImprove representation of PlanRowMark.
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 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-02-26 Stephen FrostAdd hasRowSecurity to copyfuncs/outfuncs
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-16 Tom LaneImprove new caching logic in tbm_add_tuples().
2015-01-16 Andres FreundMake tbm_add_tuples more efficient by caching the last...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-24 Fujii MasaoRemove unused fields from ReindexStmt.
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-13 Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
2014-12-11 Heikki LinnakangasUse correct macro for reltablespace.
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-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-10-18 Tom LaneAvoid core dump in _outPathInfo() for Path without...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-22 Robert HaasFix mishandling of CreateEventTrigStmt's eventname...
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Heikki LinnakangasImplement IF NOT EXISTS for CREATE SEQUENCE.
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-19 Tom LanePartial fix for dropped columns in functions returning...
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
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-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-16 Heikki LinnakangasSuppress Coverity complaints in readfuncs.c.
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 LaneFix incorrect loop counts in tidbitmap.c.
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-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-09-30 Heikki LinnakangasIn bms_add_member(), use repalloc() if the bms needs...
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-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-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-27 Tom LaneIncidental cleanup of matviews code.
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
next