]> granicus.if.org Git - postgresql/history - src/include/utils
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / include / utils /
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-07-07 Magnus HaganderFix include-guard
2013-07-05 Noah MischUse type "int64" for memory accounting in tuplesort...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-05 Tom LaneFix to_char() to use ASCII-only case-folding rules...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-24 Simon RiggsUpdate comments on rd_newRelfilenodeSubid.
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-10-18 Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-17 Alvaro HerreraEmbedded list interface
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-10-08 Alvaro HerreraAdd support for easily declaring static inline functions
2012-09-24 Heikki LinnakangasAdd support for include_dir in config file.
2012-09-21 Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-09-04 Bruce MomjianFix to_date() and to_timestamp() to allow specification...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-08-27 Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-08-22 Peter EisentrautMark DateTimeParseError() noreturn
2012-08-21 Peter EisentrautTeach compiler that ereport(>=ERROR) does not return
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-18 Heikki LinnakangasRefactor the way code is shared between some range...
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-07-10 Tom LaneRe-implement extraction of fixed prefixes from regular...
2012-07-10 Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-21 Heikki LinnakangasAdd a small cache of locks owned by a resource owner...
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-10 Peter EisentrautMake include files work without having to include other...
2012-05-02 Robert HaasAvoid repeated CLOG access from heap_hot_search_buffer.
2012-04-30 Peter EisentrautMark ReThrowError() with attribute noreturn
2012-04-14 Robert Haaspg_size_pretty(numeric)
2012-04-13 Peter EisentrautRename bytea_agg to string_agg and add delimiter argument
2012-03-26 Tom LaneReplace empty locale name with implied value in CREATE...
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-03-06 Tom LaneAdd a hook for processing messages due to be sent to...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-03-02 Peter EisentrautAdd COLLATION FOR expression
2012-02-29 Alvaro HerreraFix typo in comment
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-19 Andrew DunstanImprove pretty printing of viewdefs.
2012-02-16 Tom LaneImprove statistics estimation to make some use of DISTI...
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-02-07 Robert HaasAdd a transform function for varbit typmod coercisions.
2012-02-07 Robert HaasAdd a transform function for numeric typmod coercisions.
2012-02-03 Andrew DunstanAdd array_to_json and row_to_json functions.
2012-01-31 Robert HaasBuilt-in JSON data type.
2012-01-27 Peter EisentrautShow default privileges in information schema
2012-01-19 Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-07 Robert HaasSlightly reorganize struct SnapshotData.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-19 Peter EisentrautAdd support for privileges on types
next