aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
Commit message (Expand)AuthorAge
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-04
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11
* Reconcile nodes/*funcs.c.Noah Misch2020-05-25
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Implement operator class parametersAlexander Korotkov2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Generated columnsPeter Eisentraut2019-03-30
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* Transaction chainingPeter Eisentraut2019-03-24
* Fix copyfuncs/equalfuncs support for VacuumStmt.Robert Haas2019-03-18
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Fix equalfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some useless codeAlvaro Herrera2018-12-31
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* Improve parse representation for MERGESimon Riggs2018-04-06
* WITH support in MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Support parameters in CALLPeter Eisentraut2018-02-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19