]> granicus.if.org Git - postgresql/history - src/backend/catalog
Update copyright for the year 2010.
[postgresql] / src / backend / catalog /
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Peter EisentrautUpdate SQL features supported list
2009-12-31 Peter EisentrautUpdate SQL features list for aggregate ORDER BY support
2009-12-31 Peter EisentrautAdd information_schema.triggered_update_columns
2009-12-30 Peter EisentrautFill in information schema column for trigger WHEN...
2009-12-30 Peter EisentrautUpdate SQL conformance: search conditions on triggers...
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianRename EnumValuesCreate() single-letter variable names...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-05 Peter EisentrautSpeed up information schema privilege views
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-09-26 Tom LaneHmm, seems a lot of the buildfarm is running versions...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-22 Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-16 Tom LaneFix incorrect encoding-aware name truncation in makeArr...
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-13 Peter EisentrautUpdate information schema to SQL:2008
2009-07-07 Tom LaneQuery in SQL function still not schema-safe; add a...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
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...
next