]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Make pg_stat_file() use OUT parameters so that the user doesn't have to
[postgresql] / src / include / catalog / catversion.h
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...
2004-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
2004-06-06 Tom LaneMinor catalog cleanups for composite-type stuff. Adjus...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-05-26 Bruce MomjianRenumber to prevent duplicate oids. Update catalog...
2004-05-26 Bruce MomjianThe added aggregates are:
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-05-08 Tom LaneAlter string format used for integer and OID lists...
2004-05-02 Bruce MomjianUpdate catalog version for acl removal changes.
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2004-04-23 Neil ConwayAdd ceiling() as an alias for ceil(), and power() as...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-15 Tom LaneRemove grotty special-case code in coerce_to_target_typ...
2004-02-14 Tom LaneCreate crosstype comparison operators for date vs....
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-03 Joe Conwaycatversion change needed by previous read-onlu GUC...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-10-21 Tom LaneFix built-in SQL-language functions to ensure that...
2003-10-20 Peter EisentrautUpdate catalog version after information schema changes.
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-30 Tom LaneAdd pretty-printing variants of pg_get_viewdef and...
2003-07-29 Tom LaneCoerce unknown-literal-constant default values to the...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianUpdate catversion for ipv6 addition.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
next