aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2014-11-16
* Emit msg re skipping ANALYZE for absent inh treeSimon Riggs2014-11-15
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-15
* Sync unlogged relations to disk after they have been reset.Andres Freund2014-11-15
* Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund2014-11-15
* Clean up includes from RLS patchStephen Frost2014-11-14
* Allow interrupting GetMultiXactIdMembersAlvaro Herrera2014-11-14
* Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.Andres Freund2014-11-14
* Improve logical decoding log messagesPeter Eisentraut2014-11-13
* Fix and improve cache invalidation logic for logical decoding.Andres Freund2014-11-13
* Fix xmin/xmax horizon computation during logical decoding initialization.Andres Freund2014-11-13
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-13
* Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas2014-11-13
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund2014-11-12
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-12
* Message improvementsPeter Eisentraut2014-11-11
* Remove incorrect comment.Robert Haas2014-11-11
* Fix dependency searching for case where column is visited before table.Tom Lane2014-11-11
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* BRIN: fix bug in xlog backup block countingAlvaro Herrera2014-11-10
* Fix potential NULL-pointer dereference.Robert Haas2014-11-10
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Further code and wording tweaks in BRINAlvaro Herrera2014-11-10
* Fix compiler warning for non-assert builds.Kevin Grittner2014-11-10
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Fix building with WAL_DEBUG.Heikki Linnakangas2014-11-07
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas2014-11-07
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane2014-11-06
* Fix normalization of numeric values in JSONB GIN indexes.Tom Lane2014-11-06
* Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao2014-11-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix typo in comment.Fujii Masao2014-11-06
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Remove the last vestige of server-side autocommit.Tom Lane2014-11-05
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-05
* Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane2014-11-04
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Extend dsm API with a new function dsm_unpin_mapping.Robert Haas2014-10-30
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* "Pin", rather than "keep", dynamic shared memory mappings and segments.Robert Haas2014-10-30