summaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
AgeCommit message (Expand)Author
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-10-05Do not write out WCOs in QueryStephen Frost
2015-09-15RLS refactoringStephen Frost
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-06Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-12Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-02-22Add parse location fields to NullTest and BooleanTest structs.Tom Lane
2015-02-22Get rid of multiple applications of transformExpr() to the same tree.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-24Remove unused fields from ReindexStmt.Fujii Masao
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-22Fix mishandling of CreateEventTrigStmt's eventname field.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-08-26Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-08Add the notion of REPLICA IDENTITY for a table.Robert Haas
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-18Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane
2013-08-14Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane