]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Create a "sort support" interface API for faster sorting.
[postgresql] / src / include / catalog / catversion.h
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Tom LaneImprove implementation of range-contains-element tests.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-06 Heikki LinnakangasOops, forgot to fix the catversion when I committed...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-16 Tom LaneTeach btree to handle ScalarArrayOpExpr quals natively.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-07 Bruce MomjianFix bug introduced by pgrminclude where the tablespace...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-18 Robert HaasAdd pg_opfamily_is_visible.
2011-07-03 Magnus HaganderMark pg_stat_reset_shared as strict
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-05-23 Robert HaasImprove hash_array() logic for combining hash values.
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-06 Simon RiggsCatversion increment for pg_stat_replication changes...
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-22 Tom LaneAllow binary I/O of type "void".
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroAdd transaction-level advisory locks.
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-09 Peter EisentrautInformation schema views for collation support
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsContinue long tradition of bumping the catalog version...
2011-02-07 Heikki LinnakangasOops, forgot to bump catversion in the Serializable...
2011-02-01 Peter EisentrautAdd validator to PL/Python
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-07 Robert HaasDocument pg_stat_replication, bump catversion since...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
2011-01-03 Magnus HaganderBump catversion, forgot in previous commit.
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-27 Tom LaneRename the C functions bitand(), bitor() to bit_and...
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-21 Robert HaasBump catversion. Should have done this as part of...
2010-11-18 Alvaro HerreraAdd pg_describe_object function
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Robert HaasFix duplicate OIDs introduced by SECURITY LABEL patch.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
next