]> granicus.if.org Git - postgresql/history - src/backend/catalog
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
[postgresql] / src / backend / catalog /
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-20 Alvaro HerreraFix DROP OWNED BY to correctly consider the implicitly...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-08 Alvaro HerreraFix typo in comment.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-05-30 Bruce MomjianMove conversion dependency patch to the proper branch...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-01 Tom LaneProvide a namespace.c function for lookup of an operato...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
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-24 Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-04-02 Peter EisentrautUpdate information schema for SQL:2003 and new PostgreS...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-24 Tom LaneComments in IndexBuildHeapScan describe the indexing...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Neil ConwayFix a typo.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-01 Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-29 Peter EisentrautMessage corrections
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-30 Tom LaneFix misleading comment.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-17 Tom LaneFix declaration of dumpacl, per Alvaro.
2005-08-15 Bruce MomjianRename pg_stat_file columns to be more consistent....
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-08-12 Bruce Momjian> Gavin Sherry <swm@linuxworld.com.au> writes:
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
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-28 Neil ConwayMark a static array "const" to move a few bytes from...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-20 Neil ConwayTrivial code clarity improvement to UpdateStats();...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Bruce MomjianMention we now support BETWEEN SYMMETRIC.
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-05-31 Tom LaneFix information_schema for OUT and INOUT parameters.
2005-05-29 Tom LaneAvoid unnecessary fetch from pg_shadow in the normal...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
next