]> granicus.if.org Git - postgresql/history - src/include/utils
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
[postgresql] / src / include / utils /
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-09 Fujii MasaoFix obsolete comment regarding NOTICE message level.
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-27 Kevin GrittnerAdd opaque declaration of HTAB to tqual.h.
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-10 Kevin GrittnerFix typo in comment.
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-22 Andrew DunstanUnpack jbvBinary objects passed to pushJsonbValue
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-18 Tom LanePut back a backwards-compatible version of sampling...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-12 Andrew DunstanAdditional functions and operators for jsonb
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-08 Stephen FrostAdd pg_file_settings view and function
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-05 Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-06 Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-04-03 Fujii MasaoAdd palloc_extended for frontend and backend.
2015-04-02 Robert HaasUse abbreviated keys for faster sorting of numeric...
2015-04-02 Andres FreundDefine integer limits independently from the system...
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 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
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
next