]> granicus.if.org Git - postgresql/history - src/backend/commands
Update copyright for the year 2010.
[postgresql] / src / backend / commands /
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneDept of second thoughts: recursive case in ANALYZE...
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneRemove code that attempted to rename index columns...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-16 Robert HaasSeveral fixes for EXPLAIN (FORMAT YAML), plus one for...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-12 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-11-10 Tom LaneRevert the temporary patch to work around Snow Leopard...
2009-11-10 Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-11-06 Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-11-04 Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-10-27 Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-12 Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-01 Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-22 Tom LaneInclude resjunk columns in EXPLAIN VERBOSE output lists...
2009-08-12 Tom LaneImprove error message for the case where a requested...
2009-08-12 Tom LaneFix old bug in log_autovacuum_min_duration code: it...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Tom LaneCode review for FORCE QUOTE * patch: fix error checking...
2009-07-25 Andrew DunstanSmall stylistic improvement in recent FORCE QUOTE ...
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-24 Tom LaneAssorted minor refactoring in EXPLAIN.
2009-07-21 Peter EisentrautChange pg_listener attribute number constants to match...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-06-03 Tom LaneImprove comment about 'if (1)' hack in copy.c macros.
2009-06-03 Bruce MomjianAdd comment about why "((void) 0)" is used in copy...
2009-05-29 Michael MeskesChange macros to make gcc quiet when parsing.
2009-05-20 Heikki LinnakangasSilence a gcc compiler warning about non-literal format...
2009-05-19 Heikki LinnakangasUpdate relpages and reltuples estimates in stand-alone...
2009-05-12 Tom LaneFix LOCK TABLE to eliminate the race condition that...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-05-06 Tom LaneModify CREATE DATABASE to enforce that the source datab...
2009-05-05 Tom LaneTweak a comment to agree a bit better with the new...
2009-05-05 Tom LaneAvoid integer overflow in the loop that extracts histog...
2009-04-23 Tom LaneDon't use the result of strcmp as if it were a boolean.
2009-04-19 Tom LaneFix de-escaping checks so that we will reject \000...
2009-04-15 Alvaro HerreraAdd missing periods.
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
next