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