index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
/
utility.c
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
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-19
*
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-08
*
Remove some useless trailing whitespace
Magnus Hagander
2012-09-04
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
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
*
Make UtilityContainsQuery recurse until it finds a non-utility Query.
Tom Lane
2012-06-27
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
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
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Further consolidation of DROP statement handling.
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
*
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
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
*
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
*
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-09
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Fix command tag for ALTER LARGE OBJECT.
Itagaki Takahiro
2010-01-29
*
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-17
[next]