]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Update catalog version for acl removal changes.
[postgresql] / src / include / catalog / catversion.h
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...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-23 Tom LaneImprove implementation of btrim/ltrim/rtrim: provide...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-13 Tom LaneMore binary I/O routines.
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2002-12-12 Bruce MomjianTODO marked as done:
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-23 Bruce MomjianUpdate regression for new patches. Bump up catversion.
2002-11-08 Bruce MomjianThe "Allow easy display of usernames in a group (pg_hba...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-02 Bruce MomjianUpdate catversion so we are sure everyone gets the...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-27 Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-13 Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-02 Bruce MomjianThis patch, which is built upon the "HeapTupleHeader...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
next