]> granicus.if.org Git - postgresql/history - src/include/utils
Improve hash_create's API for selecting simple-binary-key hash functions.
[postgresql] / src / include / utils /
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
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-04 Peter EisentrautMove PG_AUTOCONF_FILENAME definition
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-01 Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
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 Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-17 Alvaro HerreraFix relpersistence setting in reindex_index
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-11-12 Tom LaneExplicitly support the case that a plancache's raw_pars...
2014-11-11 Fujii MasaoAdd generate_series(numeric, numeric).
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-10 Bruce MomjianC comment: mention 1500-02-29 as an invalid date
2014-11-07 Robert HaasUse the sortsupport infrastructure in more cases.
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 Bruce MomjianC comment: mention why the Gregorian calendar is used...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-11-04 Heikki LinnakangasRemove support for 64-bit CRC.
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-10-29 Robert HaasAvoid setup work for invalidation messages at start...
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
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-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-09-14 Tom LaneInvent PGC_SU_BACKEND and mark log_connections/log_disc...
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-04 Robert HaasUpdate comment to reflect commit 1d41739e5a04b0e93304d2...
2014-08-29 Tom LaneAdd min and max aggregates for inet/cidr data types.
2014-08-15 Heikki LinnakangasRemove remnants of a JENTRY_ISFIRST flag bit.
2014-08-14 Robert HaasAdd sortsupport routines for text.
2014-08-06 Robert HaasDon't require sort support functions to provide a compa...
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-05-22 Fujii MasaoFix typo in comment.
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-07 Heikki LinnakangasClean up jsonb code.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-28 Tom LaneCan't completely get rid of #ifndef FRONTEND in palloc...
2014-04-26 Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
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-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.
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-04 Robert HaasMinor corrections to logical decoding patch.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-19 Robert HaasFurther code review for pg_lsn data type.
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-28 Andrew DunstanNew json functions.
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-11 Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-10-25 Tom LaneUse improved vsnprintf calling logic in more places.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-10 Andrew Dunstanjson_typeof function.
next