]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
Create a "sort support" interface API for faster sorting.
[postgresql] / src / include / catalog / pg_proc.h
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
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-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
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-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
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-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-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08 Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-08 Tom LaneFix the built-in GIN support procedure declarations...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
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-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-21 Robert HaasAdd new SQL function, format(text).
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-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-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-29 Tom LaneClean up some inconsistencies in the volatility marking...
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-05-27 Tom LaneFix the volatility marking of textanycat() and anytextc...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-28 Magnus HaganderAdd functions to reset the statistics counter for a...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-19 Magnus HaganderAdd pg_stat_reset_shared('bgwriter') to reset the clust...
2010-01-19 Tom LaneAdd pg_table_size() and pg_indexes_size() to provide...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-07 Tom LaneFix 3-parameter form of bit substring() to throw error...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-06 Tom LaneDon't use a duplicate OID for aclexplode().
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-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-07 Tom LaneFix typo in comment.
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Tom LaneMark internal_in as not strict, so that the construct...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
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-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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....
next