summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-11Add generate_series(numeric, numeric).Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-11Really fix compilation failure on MIPS.Heikki Linnakangas
2014-11-10Fix compilation failure on MIPS.Heikki Linnakangas
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-11-10C comment: mention 1500-02-29 as an invalid dateBruce Momjian
2014-11-08Fix some coding issues in BRINAlvaro Herrera
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-07Remove obsolete cases from GiST update redo code.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas