summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-11-25Allow using connection URI in primary_conninfo.Heikki Linnakangas
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-24Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-23Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-21Simplify API for initially hooking custom-path providers into the planner.Tom Lane
2014-11-21No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas
2014-11-21Fix bogus comments in XLogRecordAssembleHeikki Linnakangas
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-20Fix another oversight in CustomScan patch.Tom Lane
2014-11-20Fix another oversight in CustomScan patch.Tom Lane
2014-11-20Add missing case for CustomScan.Tom Lane
2014-11-20Silence compiler warning about variable being used uninitialized.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-11-17Fix WAL-logging of B-tree "unlink halfdead page" operation.Heikki Linnakangas
2014-11-17Fix relpersistence setting in reindex_indexAlvaro Herrera
2014-11-17Translation updatesPeter Eisentraut
2014-11-15Emit msg re skipping ANALYZE for absent inh treeSimon Riggs
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-15Sync unlogged relations to disk after they have been reset.Andres Freund
2014-11-15Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-14Allow interrupting GetMultiXactIdMembersAlvaro Herrera
2014-11-14Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.Andres Freund
2014-11-14Improve logical decoding log messagesPeter Eisentraut
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-13Fix xmin/xmax horizon computation during logical decoding initialization.Andres Freund
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-13Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas
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-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-11-12Use just one database connection in the "tablespace" test.Noah Misch
2014-11-12Message improvementsPeter Eisentraut
2014-11-11Remove incorrect comment.Robert Haas
2014-11-11Fix dependency searching for case where column is visited before table.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-10BRIN: fix bug in xlog backup block countingAlvaro Herrera
2014-11-10Fix potential NULL-pointer dereference.Robert Haas
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-11-10Further code and wording tweaks in BRINAlvaro Herrera
2014-11-10Fix compiler warning for non-assert builds.Kevin Grittner
2014-11-08Fix some coding issues in BRINAlvaro Herrera