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
...
*
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
*
Avoid fetching past the end of the indoption array.
Tom Lane
2019-04-07
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Use EXECUTE FUNCTION syntax for triggers more
Peter Eisentraut
2019-02-07
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Document security implications of qualified names.
Noah Misch
2018-07-28
*
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
*
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-13
*
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-12
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
[prev]
[next]