]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
TODO marked as done:
[postgresql] / src / include / catalog / catversion.h
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...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianUpdate version for UNKNOWN regression fix.
2002-04-24 Bruce MomjianAdd missing columns for UNKNOWN patch. Increment catal...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Bruce MomjianCATALOG VERSION UPDATED:
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-01-12 Tom LaneBump catversion to ensure people apply recent timestamp...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneAdd int2-to-int8 and int8-to-int2 conversion routines...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-03 Tom LaneSome further kibitzing on cachability of datetime funct...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-13 Tom LaneAdd comparison operators and btree indexing support...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-16 Tom LaneIt turns out that the relcache thinks it can distinguis...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-15 Bruce MomjianRe-add pg_index.indhaskeytype.
2001-05-15 Bruce MomjianRe-add pg_index.indisclustered in a minimalist way...
2001-05-15 Tom LaneLet's stick to the documented number of digits in CATVE...
2001-05-14 Bruce MomjianUpdate catalog version for fix.
2001-05-14 Bruce MomjianRemove columns pg_index.haskeytype and pg_index.indiscl...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-10 Bruce MomjianUp version to force initdb to fix regression problems.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
next