]> granicus.if.org Git - postgresql/history - src/include/commands
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / commands /
2008-07-01 Heikki LinnakangasExtend VacAttrStats to allow typanalyze functions to...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-04-29 Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-05-18 Alvaro HerreraHave CLUSTER advance the table's relfrozenxid. The...
2007-05-17 Alvaro HerreraMove the tuple freezing point in CLUSTER to a point...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-04 Tom LaneDisallow TRUNCATE when there are any pending after...
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-15 Tom LaneSupport the syntax
2006-04-09 Tom LaneFix another const-decoration mismatch, per Magnus.
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Bruce Momjian> gettimeofday.c:35: warning: integer constant is too...
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-03 Tom LaneSeparate out the VacRUsage stuff as an independent...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-04 Tom LaneALTER TABLE OWNER must change the ownership of the...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-08 Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
next