summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-10Make XLogRecGetBlockTag return false if no block ref foundwalformat5Heikki Linnakangas
2014-11-10Use block_id as index into registered_buffers arrayHeikki Linnakangas
2014-11-10Fixes, per Andres' mailHeikki Linnakangas
2014-11-10Clean up RestoreBackupBlock() and -Contents().Heikki Linnakangas
2014-11-10Add assertion for duplicate buffer registrations.Heikki Linnakangas
2014-11-10Add XLR_SPECIAL_REL_UPDATES flagHeikki Linnakangas
2014-11-10Minor changes.Heikki Linnakangas
2014-11-10Move CRC calculation to XLogInsert(), for speed.Heikki Linnakangas
2014-11-10Change the way WAL records are constructed.Heikki Linnakangas
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-08doc: Update pg_receivexlog notePeter 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-07Update pg_xlogdump's .gitignore for brindesc.c.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
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-11-06C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian
2014-11-06Remove the last vestige of server-side autocommit.Tom Lane
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-11-05Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-11-04doc: Move misplaced paragraphPeter Eisentraut
2014-11-04Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-04Remove support for 64-bit CRC.Heikki Linnakangas
2014-11-03pqmq.h needs to include something that defines StringInfo.Robert Haas
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-03Remove dead-since-introduction pgcrypto code.Noah Misch
2014-11-03Clarify .def file comments.Noah Misch
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-11-03Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch
2014-11-03Fix win32setlocale.c const-related warnings.Noah Misch
2014-11-03Fix generation of INSTALL file by removing linkPeter Eisentraut
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-11-01PL/Python: Fix examplePeter Eisentraut
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas