]> granicus.if.org Git - postgresql/history - src/backend/tcop/utility.c
Change representation of statement lists, and add statement location info.
[postgresql] / src / backend / tcop / utility.c
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Stephen FrostUse TSConfigRelationId in AlterTSConfiguration()
2016-12-07 Robert HaasImplement table partitioning.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-09-05 Tom LaneRelax transactional restrictions on ALTER TYPE ......
2016-04-05 Alvaro HerreraSupport ALTER THING .. DEPENDS ON EXTENSION
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-14 Heikki LinnakangasAdd ALTER OPERATOR command, for changing selectivity...
2015-06-26 Alvaro HerreraFix DDL command collection for TRANSFORM
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-25 Alvaro HerreraAdd OID output argument to DefineTSConfiguration
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-08 Tom LaneCode cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
2015-03-08 Tom LaneFix erroneous error message for REINDEX SYSTEM.
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-23 Alvaro HerreraFix stupid merge errors in previous commit
2015-02-23 Alvaro HerreraSupport more commands in event triggers
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-23 Stephen FrostLog ALTER SYSTEM statements as DDL
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-09 Stephen FrostMove ALTER ... ALL IN to ProcessUtilitySlow
2014-09-04 Fujii MasaoFix segmentation fault that an empty prepared statement...
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-28 Tom LaneFix unsafe event-trigger coding in ProcessUtility().
2013-03-28 Tom LaneAvoid "variable might be clobbered by longjmp" warning.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-01 Tom LaneAllow adding values to an enum type created in the...
2012-10-19 Tom LaneFix UtilityContainsQuery() to handle CREATE TABLE AS...
2012-10-08 Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-09-04 Magnus HaganderRemove some useless trailing whitespace
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-06-28 Tom LaneMake UtilityContainsQuery recurse until it finds a...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-07 Robert HaasImprove behavior of concurrent ALTER TABLE, and do...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
next