summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas
2014-12-19pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera
2014-12-19Define Assert() et al to ((void)0) to avoid pedantic warnings.Andres Freund
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Add memory barriers for PgBackendStatus.st_changecount protocol.Fujii Masao
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-16Fix incorrect comment about XLogRecordBlockHeader.data_length field.Heikki Linnakangas
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-13Remove duplicate #defineHeikki Linnakangas
2014-12-12Add several generator functions for jsonb that exist for json.Andrew Dunstan
2014-12-12Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan
2014-12-12Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-07Event Trigger for table_rewriteSimon Riggs
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-03Fix typosAlvaro Herrera
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-12-02Minor cleanup of function declarations for BRIN.Tom Lane
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-12-01Add a #define for the inet overlaps operator.Tom Lane
2014-11-28Fix BRIN operator family definitionsAlvaro Herrera
2014-11-28Add bms_get_singleton_member(), and use it where appropriate.Tom Lane
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26Remove dead function prototypeHeikki Linnakangas
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-21Simplify API for initially hooking custom-path providers into the planner.Tom Lane
2014-11-21Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane
2014-11-20Initial code review for CustomScan patch.Tom Lane
2014-11-20Remove no-longer-needed phony typedefs in genbki.h.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-11-18Remove obsolete debugging option, RTDEBUG.Heikki Linnakangas
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-15Remove unused InhPathsAlvaro Herrera
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas