aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
Commit message (Expand)AuthorAge
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Cleanup covering infrastructureTeodor Sigaev2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Add procedure support to pg_get_functiondefPeter Eisentraut2018-02-13
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* Support domains over composite types.Tom Lane2017-10-26
* Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut2017-09-15
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Improve the error message when creating an empty range partition.Robert Haas2017-08-10
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-20
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* 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