aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* doc: Update pg_receivexlog notePeter Eisentraut2014-11-07
* 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
* Update pg_xlogdump's .gitignore for brindesc.c.Robert Haas2014-11-07
* Fix serial scheduleAlvaro Herrera2014-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
* C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian2014-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
* Fix volatility markings of some contrib I/O functions.Tom Lane2014-11-05
* doc: Move misplaced paragraphPeter Eisentraut2014-11-04
* 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
* Remove support for 64-bit CRC.Heikki Linnakangas2014-11-04
* pqmq.h needs to include something that defines StringInfo.Robert Haas2014-11-03
* Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane2014-11-03
* Remove dead-since-introduction pgcrypto code.Noah Misch2014-11-02
* Clarify .def file comments.Noah Misch2014-11-02
* Re-remove dependency on the DLL of pythonxx.def file.Noah Misch2014-11-02
* Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch2014-11-02
* Fix win32setlocale.c const-related warnings.Noah Misch2014-11-02
* Fix generation of INSTALL file by removing linkPeter Eisentraut2014-11-02
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* PL/Python: Fix examplePeter Eisentraut2014-11-01
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* doc: Fix typosPeter Eisentraut2014-10-31
* doc: Wording and formatting improvements in new logical decoding docsPeter Eisentraut2014-10-30
* doc: Improve CREATE VIEW / WITH documentationPeter Eisentraut2014-10-30
* 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
* Remove use of TAP subtestsPeter Eisentraut2014-10-29
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* Reset error message at PQreset()Heikki Linnakangas2014-10-29
* Remove obsolete commentary.Tom Lane2014-10-28
* Remove unnecessary assignment.Heikki Linnakangas2014-10-28
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-27
* Add missing equals signs to pg_recvlogical documentation.Robert Haas2014-10-27
* Fix two bugs in tsquery @> operator.Heikki Linnakangas2014-10-27