]> granicus.if.org Git - postgresql/history - src/include
Align buffer descriptors to cache line boundaries.
[postgresql] / src / include /
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2015-01-29 Stephen FrostAdd usebypassrls to pg_user and pg_shadow
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-24 Tom LaneClean up some mess in row-security patches.
2015-01-23 Robert HaasFix typos, update README.
2015-01-22 Tom LanePrevent duplicate escape-string warnings when using...
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-22 Alvaro Herrerareinit.h: Fix typo in identification comment
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-17 Andres FreundReplace walsender's latch with the general shared latch.
2015-01-16 Heikki LinnakangasAdvance backend's advertised xmin more aggressively.
2015-01-15 Tom LaneRearrange explain.c's API so callers need not embed...
2015-01-15 Tom LaneImprove performance of EXPLAIN with large range tables.
2015-01-15 Andres FreundBlindly try to fix a warning in s_lock.h when compiling...
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-13 Heikki LinnakangasFix typos in comment.
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-11 Andres FreundProvide a generic fallback for pg_compiler_barrier...
2015-01-11 Andres FreundFix alignment of pg_atomic_uint64 variables on some...
2015-01-08 Andres FreundMove comment about sun cc's __machine_rw_barrier being...
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-03 Andres FreundAdd pg_string_endswith as the start of a string helper...
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-30 Heikki LinnakangasRevert the GinMaxItemSize calculation so that we fit...
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Andres FreundLockless StrategyGetBuffer clock sweep hot path.
2014-12-25 Andres FreundImprove LWLock scalability.
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
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-24 Fujii MasaoRemove unused fields from ReindexStmt.
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-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-22 Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
2014-12-22 Heikki LinnakangasUse a pairing heap for the priority queue in kNN-GiST...
2014-12-19 Alvaro Herrerapg_event_trigger_dropped_objects: add behavior flags
2014-12-19 Andres FreundDefine Assert() et al to ((void)0) to avoid pedantic...
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-18 Fujii MasaoAdd memory barriers for PgBackendStatus.st_changecount...
2014-12-16 Tom LaneFix off-by-one loop count in MapArrayTypeName, and...
2014-12-16 Heikki LinnakangasMisc comment typo fixes.
2014-12-16 Heikki LinnakangasFix incorrect comment about XLogRecordBlockHeader.data_...
2014-12-15 Heikki LinnakangasAdd point <-> polygon distance operator.
2014-12-13 Andrew DunstanAdd CINE option for CREATE TABLE AS and CREATE MATERIAL...
2014-12-13 Heikki LinnakangasRemove duplicate #define
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-12 Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-12-08 Simon RiggsWindows: use GetSystemTimePreciseAsFileTime if available
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-03 Alvaro HerreraFix typos
2014-12-02 Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-12-02 Tom LaneMinor cleanup of function declarations for BRIN.
2014-12-01 Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
2014-12-01 Tom LaneAdd a #define for the inet overlaps operator.
2014-11-28 Alvaro HerreraFix BRIN operator family definitions
2014-11-28 Tom LaneAdd bms_get_singleton_member(), and use it where approp...
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-26 Heikki LinnakangasRemove dead function prototype
2014-11-25 Simon Riggsaction_at_recovery_target recovery config option
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-25 Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-23 Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-21 Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Tom LaneInitial code review for CustomScan patch.
2014-11-20 Tom LaneRemove no-longer-needed phony typedefs in genbki.h.
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-18 Simon RiggsReduce btree scan overhead for < and > strategies
2014-11-18 Heikki LinnakangasRemove obsolete debugging option, RTDEBUG.
2014-11-17 Alvaro HerreraFix relpersistence setting in reindex_index
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-15 Alvaro HerreraRemove unused InhPaths
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
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-11 Heikki LinnakangasReally fix compilation failure on MIPS.
2014-11-10 Heikki LinnakangasFix compilation failure on MIPS.
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-11-10 Bruce MomjianC comment: mention 1500-02-29 as an invalid date
next