]> 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
2010-01-28 Peter EisentrautType table feature
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-22 Robert HaasFix several oversights in previous commit - attribute...
2010-01-22 Peter EisentrautPL/Python DO handler
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-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-07 Tom LaneFix 3-parameter form of bit substring() to throw error...
2010-01-06 Bruce Momjianbinary upgrade:
2010-01-06 Bruce MomjianUpdate catalog version for recent relfilenode patch...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-04 Heikki LinnakangasWrite an end-of-backup WAL record at pg_stop_backup...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
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-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-19 Tom LaneBump catversion to reflect the fact that HS patch chang...
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-11 Itagaki TakahiroAdd large object access control.
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-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
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-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-04 Tom LaneRename some encoding conversion modules to keep pathnam...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
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-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-01 Tom LaneBump catversion for flat-file-ectomy. Also remove...
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
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-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
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-04 Peter EisentrautDefault values for function arguments
2008-12-03 Heikki LinnakangasForgot to bump catalog version in the visibility map...
2008-11-21 Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-30 Heikki LinnakangasForgot to bump catalog version in the commit of FSM...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
next