]> granicus.if.org Git - postgresql/history - src/include/catalog
Define integer limits independently from the system definitions.
[postgresql] / src / include / catalog /
2015-04-01 Heikki LinnakangasMove inet/cidr GiST opclass functions to correct place...
2015-03-30 Alvaro HerreraChange array_offset to return subscripts, not offsets
2015-03-30 Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-03-28 Heikki LinnakangasAdd index-only scan support to inet GiST opclass.
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-25 Alvaro HerreraReturn ObjectAddress in many ALTER TABLE sub-routines
2015-03-22 Bruce MomjianAdd TOAST table to pg_shseclabel for long label use
2015-03-20 Andres FreundUse 128-bit math to accelerate some aggregation functions.
2015-03-18 Alvaro Herreraarray_offset() and array_offsets()
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-07 Peter EisentrautRemove rolcatupdate
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-03-03 Tom LaneReduce json <=> jsonb casts from explicit-only to assig...
2015-03-01 Noah MischAdd transform functions for AT TIME ZONE.
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-21 Andres FreundForce some system catalog table columns to be marked...
2015-02-21 Andres FreundAllow forcing nullness of columns during bootstrap.
2015-02-20 Tom LaneUse "#ifdef CATALOG_VARLEN" to protect nullable fields...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-20 Tom LaneAdd pg_stat_get_snapshot_timestamp() to show statistics...
2015-02-19 Tom LaneSplit array_push into separate array_append and array_p...
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-01-30 Tom LaneFix assorted oversights in range selectivity estimation.
2015-01-29 Stephen FrostAdd usebypassrls to pg_user and pg_shadow
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Alvaro Herrerapg_event_trigger_dropped_objects: Add name/args output...
2014-12-30 Alvaro HerreraAdd pg_identify_object_as_address
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraAdd SQL-callable pg_get_object_address
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-19 Alvaro Herrerapg_event_trigger_dropped_objects: add behavior flags
2014-12-15 Heikki LinnakangasAdd point <-> polygon distance operator.
2014-12-12 Andrew DunstanAdd several generator functions for jsonb that exist...
2014-12-12 Andrew DunstanAdd json_strip_nulls and jsonb_strip_nulls functions.
2014-12-07 Simon RiggsEvent Trigger for table_rewrite
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-02 Tom LaneMinor cleanup of function declarations for BRIN.
2014-12-01 Tom LaneAdd a #define for the inet overlaps operator.
2014-11-28 Alvaro HerreraFix BRIN operator family definitions
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-20 Tom LaneRemove no-longer-needed phony typedefs in genbki.h.
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-11 Fujii MasaoAdd generate_series(numeric, numeric).
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-10-20 Andrew DunstanCorrect volatility markings of a few json functions.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-29 Stephen FrostRevert 95d737ff to add 'ignore_nulls'
2014-09-29 Tom LaneChange JSONB's on-disk format for improved performance.
2014-09-24 Stephen FrostCode review for row security.
2014-09-24 Andrew DunstanFix typos in descriptions of json_object functions.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-09-16 Heikki LinnakangasFix the return type of GIN triConsistent support functi...
2014-09-12 Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-09-10 Bruce MomjianImplement mxid_age() to compute multi-xid age
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
2014-09-01 Andres FreundFix s/pluggins/plugins/ typo in two comments.
2014-08-30 Bruce MomjianAgain update C comments for pg_attribute.attislocal
2014-08-29 Bruce MomjianUpdate C comment for pg_attribute.attislocal
2014-08-29 Tom LaneAdd min and max aggregates for inet/cidr data types.
2014-08-26 Bruce Momjianrename macro isTempOrToastNamespace to isTempOrTempToas...
2014-08-16 Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-08-14 Robert HaasAdd sortsupport routines for text.
2014-08-07 Bruce Momjianpg_upgrade: prevent oid conflicts with new-cluster...
2014-07-15 Andrew Dunstanjson_build_object and json_build_array are stable,...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-20 Tom LaneAdd Asserts to verify that catalog cache keys are uniqu...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-04 Tom LaneBump PG_CONTROL_VERSION for previous 9.4 changes.
2014-05-28 Tom Lanepg_lsn should not be marked typispreferred.
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneFix typcategory labeling of jsonb.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Tom LaneFix pg_type.typlen for newly-revived line type.
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-24 Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
next