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
*
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
*
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-15
*
Preserve relfilenodes:
Bruce Momjian
2010-01-06
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Add a hook to let loadable modules get control at ProcessUtility execution,
Tom Lane
2009-12-15
*
Add large object access control.
Itagaki Takahiro
2009-12-11
*
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Revert due to Tom's concerns:
Bruce Momjian
2009-12-01
*
ProcessUtility_hook:
Bruce Momjian
2009-12-01
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
*
Provide a parenthesized-options syntax for VACUUM, analogous to that recently
Tom Lane
2009-11-16
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-05
[next]