]> granicus.if.org Git - postgresql/history - src/backend/catalog
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / backend / catalog /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautCorrect/improve the datetime_precision field in the...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-31 Tom LaneUpdate obsolete comment in index_drop(). When the...
2009-05-18 Peter EisentrautUpdate SQL conformance entries for window functions...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-27 Tom LaneTeach reindex_index() to clear pg_index.indcheckxmin...
2009-03-26 Peter EisentrautGettext plural support
2009-03-25 Peter EisentrautComplete list of valid fork names, and use double quotes.
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-14 Tom LaneA couple of marginal performance hacks for the informat...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-07 Peter EisentrautSet column privileges to supported
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-20 Peter EisentrautRevise the permission checking on user mapping DDL...
2009-01-14 Peter EisentrautMake the columns is_insertable_into and is_updatable...
2009-01-04 Heikki LinnakangasFix embarrassing bug in recent smgr refactoring patch...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-29 Tom LaneMake sure we give an appropriate user-facing error...
2008-11-27 Heikki LinnakangasFix obsolete comment regarding FSM truncation.
2008-11-27 Peter EisentrautDrop CLI related features from the list, since we don...
2008-11-27 Peter EisentrautMark features related to WITH/SELECT as supported.
2008-11-26 Peter EisentrautFeature F442 "Mixed column references in set functions...
2008-11-20 Peter EisentrautTABLE command
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-14 Tom LaneIn CREATE AGGREGATE, allow the transition datatype...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-10 Alvaro HerreraFix a case of string building.
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-29 Peter EisentrautUpdate on array features support
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-28 Peter EisentrautAdd WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-27 Peter EisentrautFeature list update
2008-10-23 Peter EisentrautFeature T173 "Extended LIKE clause in table definition...
2008-10-23 Peter EisentrautFeature T401 is not listed in the SQL standard. Must...
2008-10-22 Peter EisentrautSQL:2008 alternative syntax for LIMIT/OFFSET:
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-20 Peter EisentrautFeature T411 is not found in SQL:2003 or 2008 anymore...
2008-10-20 Peter EisentrautFeature T152 "DISTINCT predicate with negation" is...
2008-10-20 Peter EisentrautFeature F402 "Named column joins for LOBs, arrays,...
2008-10-20 Peter EisentrautAS is no longer required in SELECT list
2008-10-18 Tom LaneFix broken SQL features data, per buildfarm results.
2008-10-18 Peter EisentrautUpdate feature list for SQL:2008.
2008-10-14 Tom LaneMake the system-attributes loop in AddNewAttributeTuple...
2008-10-14 Tom LaneAdd a defense to prevent storing pseudo-type data into...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-21 Tom LaneSimplify the definitions of a couple of system views...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-03 Tom LaneTighten up the sanity checks in TypeCreate(): pass...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-19 Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
next