index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Commit message (
Expand
)
Author
Age
...
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Replace over-optimistic Assert in partitioning code with a runtime test.
Tom Lane
2017-06-04
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-26
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-27
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-29
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
*
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
[prev]
[next]