aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
...
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane2017-06-04
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* pg_get_partkeydef: return NULL for non-partitionsStephen Frost2017-04-26
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Identity columnsPeter Eisentraut2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* 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