aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Rewrite comment for shm_mq_receive_bytes.Robert Haas2014-03-18
* Fix relcache reference leak in refresh_by_match_merge().Tom Lane2014-03-18
* Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas2014-03-18
* Make it easy to detach completely from shared memory.Robert Haas2014-03-18
* During index build, check and elog (not just Assert) for broken HOT chain.Tom Lane2014-03-17
* Fix thinko: have trueTriConsistentFn return GIN_TRUE.Heikki Linnakangas2014-03-17
* Fix typos in comments.Fujii Masao2014-03-17
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-17
* Make punctuation consistentPeter Eisentraut2014-03-16
* Fix whitespacePeter Eisentraut2014-03-16
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-13
* Avoid transaction-commit race condition while receiving a NOTIFY message.Tom Lane2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Items on GIN data pages are no longer always 6 bytes; update gincostestimate.Heikki Linnakangas2014-03-12
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Fix incorrect assertion about historical snapshots.Robert Haas2014-03-12
* Comment fixes related to logical decoding.Robert Haas2014-03-12
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-12
* Allow dynamic shared memory segments to be kept until shutdown.Robert Haas2014-03-10
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas2014-03-10
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-08
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian2014-03-07
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-07
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* isdigit() needs an unsigned char argument.Heikki Linnakangas2014-03-06
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-06
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane2014-03-05
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Remove the correct pgstat file on DROP DATABASEAlvaro Herrera2014-03-05
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas2014-03-04
* Minor corrections to logical decoding patch.Robert Haas2014-03-04
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* Use a longer buffer in libpqrcv_startstreaming.Robert Haas2014-03-03
* Corrections to replication slots code and documentation.Robert Haas2014-03-03
* Another round of Coverity fixesStephen Frost2014-03-03