]> granicus.if.org Git - postgresql/history - src/backend/nodes/copyfuncs.c
Support GROUPING SETS, CUBE and ROLLUP.
[postgresql] / src / backend / nodes / copyfuncs.c
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-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 LaneImprove planner's cost estimation in the presence of...
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-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
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-13 Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
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-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-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
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-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
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-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
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-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-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-01 Bruce MomjianUpdate copyrights for 2013
2012-10-03 Tom LaneSupport CREATE SCHEMA IF NOT EXISTS.
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-02 Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-09-22 Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-31 Tom LaneFix WITH attached to a nested set operation (UNION...
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-04-18 Robert HaasFix copyfuncs/equalfuncs support for ReassignOwnedStmt.
2012-04-18 Robert HaasFix various infelicities in node functions.
2012-04-09 Tom LaneDon't bother copying empty support arrays in a zero...
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
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-22 Robert HaasAdd a security_barrier option for views.
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
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-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
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-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-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
next