index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteDefine.c
Commit message (
Expand
)
Author
Age
*
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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Remove pg_class.relhaspkey
Peter Eisentraut
2018-03-14
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Prevent table partitions from being turned into views.
Dean Rasheed
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-12
*
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-02-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add some errdetail to checkRuleResultList().
Tom Lane
2014-07-02
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-04
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Revert unnecessary change in MV call to checkRuleResultList().
Kevin Grittner
2013-03-14
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Get rid of any toast table when converting a table to a view.
Tom Lane
2013-03-03
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-24
[next]