]> granicus.if.org Git - postgresql/history - src/include/utils
Centralize definition of integer limits.
[postgresql] / src / include / utils /
2015-03-25 Andres FreundCentralize definition of integer limits.
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 LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
2015-03-01 Noah MischAdd transform functions for AT TIME ZONE.
2015-03-01 Tom LaneMove memory context callback declarations into palloc.h.
2015-02-27 Tom LaneRedefine MemoryContextReset() as deleting, not resettin...
2015-02-27 Tom LaneInvent a memory context reset/delete callback mechanism.
2015-02-23 Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-23 Heikki LinnakangasRenumber GUC_* constants.
2015-02-23 Heikki LinnakangasRefactor unit conversions code in guc.c.
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-19 Tom LaneSplit array_push into separate array_append and array_p...
2015-02-16 Tom LaneRationalize the APIs of array element/slice access...
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2015-02-03 Tom LaneRemove unused "m" field in LSEG.
2015-01-30 Robert HaasProvide a way to supress the "out of memory" error...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-26 Tom LaneAdd a note to PG_TRY's documentation about volatile...
2015-01-23 Robert HaasFix typos, update README.
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-16 Heikki LinnakangasAdvance backend's advertised xmin more aggressively.
2015-01-15 Tom LaneImprove performance of EXPLAIN with large range tables.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Alvaro HerreraAdd pg_identify_object_as_address
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Andres FreundAdd capability to suppress CONTEXT: messages to elog...
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
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-22 Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
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.
next