index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
proclang.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
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
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
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
*
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-23
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-22
*
Move some declarations in the raw-parser header files to create a clearer
Tom Lane
2009-07-12
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,
Tom Lane
2008-12-31
*
Code review for function default parameters patch. Fix numerous problems as
Tom Lane
2008-12-18
*
Default values for function arguments
Peter Eisentraut
2008-12-04
[next]