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
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-05-07
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-06
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Enhanced cycle mark values
Peter Eisentraut
2021-02-27
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
*
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.
Tom Lane
2020-11-02
*
Rethink the generation rule for fmgroids.h macros.
Tom Lane
2020-11-02
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-23
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
[next]