]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Add FILLFACTOR to CREATE INDEX.
[postgresql] / src / include / catalog / catversion.h
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-17 Teodor SigaevChange catalog version due to WAL protocol changes...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Teodor SigaevAdd GIN opclases for another types
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianUpdate catalog version for ltree changes.
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Bruce MomjianUpdate catalog version for INET additions.
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
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-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
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-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
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-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
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 Tom LaneCode & docs review for server instrumentation patch...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Bruce MomjianUpdate catversion for dbsize changes.
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-20 Bruce MomjianUpdate catalog version for INTERVAL day addition.
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-07-08 Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Teodor Sigaev1. full functional WAL for GiST
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 MomjianUpdate catalog version for recent function additions.
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-05-30 Bruce MomjianAdd support for NUMERIC ^ NUMERIC based on power(numeri...
2005-05-30 Neil ConwayCreate separate ON INSERT and ON UPDATE triggers on...
2005-05-30 Tom LaneChange the UNKNOWN type to have an internal representat...
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-16 Bruce MomjianForce initdb cause of encoding additions.
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-25 Teodor SigaevIn accordance to
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-07-21 Bruce MomjianThe attached patch shows the new column "tablespace...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-12 Bruce MomjianAdd has_tablespace_privilege().
2004-07-02 Tom LaneAdd missing operators of the form interval-plus-datetim...
2004-07-02 Joe ConwayAndreas Pflug wrote:
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneAdd pg_get_serial_sequence() function, and cause pg_dum...
2004-06-21 Tom LaneRename the built-in tablespaces to pg_default and pg_gl...
2004-06-21 Bruce MomjianRename pg_tablespaces directory to pg_tblspc, so it...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
next