summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-15Remove unused InhPathsAlvaro Herrera
2014-11-15Fix initdb --sync-only to also sync tablespaces.Andres Freund
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-14Reduce disk footprint of brin regression testAlvaro Herrera
2014-11-14Allow interrupting GetMultiXactIdMembersAlvaro Herrera
2014-11-14Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.Andres Freund
2014-11-14Add valgrind suppression for pg_atomic_init_u64.Andres Freund
2014-11-14Improve logical decoding log messagesPeter Eisentraut
2014-11-13Adapt valgrind.supp to the XLogInsert() split.Andres Freund
2014-11-13Fix pg_dumpall to restore its ability to dump from ancient servers.Tom Lane
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-11Really fix compilation failure on MIPS.Heikki Linnakangas
2014-11-10Fix compilation failure on MIPS.Heikki Linnakangas
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-10Tab complete second argument to \c with role names.Robert Haas
2014-11-10C comment: mention 1500-02-29 as an invalid dateBruce Momjian
2014-11-08Fix some coding issues in BRINAlvaro Herrera
2014-11-08pg_basebackup: Adjust tests for long file name issuesPeter Eisentraut
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-11-07Fix building with WAL_DEBUG.Heikki Linnakangas
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07Fix serial scheduleAlvaro Herrera
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-07Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas
2014-11-07Remove obsolete cases from GiST update redo code.Heikki Linnakangas
2014-11-07Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane
2014-11-06Fix normalization of numeric values in JSONB GIN indexes.Tom Lane
2014-11-06Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06Fix typo in comment.Fujii Masao