aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* Fix a couple of problems in pg_get_statisticsextdefAlvaro Herrera2017-03-27
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* Make more use of castNode()Peter Eisentraut2017-02-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Reindent table partitioning code.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.Tom Lane2016-08-07
* Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane2016-08-03
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-29
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-26
* Be more paranoid in ruleutils.c's get_variable().Tom Lane2016-07-01
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-11
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas2016-04-26
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Teach flatten_reloptions() to quote option values safely.Tom Lane2016-01-01
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-16
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-15
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-27
* Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane2015-05-28
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-19
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut2015-05-11
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08