index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Fix more weird compiler messages caused
Simon Riggs
2012-12-24
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-19
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Remove useless const qualifier
Peter Eisentraut
2012-02-26
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
*
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
*
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-25
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-08-22
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
[next]