aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Fix typos in comments.Noah Misch2014-06-11
* Fix typos in comments.Fujii Masao2014-06-11
* Fix ancient encoding error in hungarian.stop.Tom Lane2014-06-10
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-09
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund2014-06-05
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao2014-06-04
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-03
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* Improve the efficiency of certain jsonb get operations.Andrew Dunstan2014-06-01
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund2014-05-29
* Minor refactoring of jsonb_util.cHeikki Linnakangas2014-05-28
* Jsonb comparison bug fixes.Heikki Linnakangas2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander2014-05-28
* Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut2014-05-25
* Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas2014-05-25
* Don't allocate memory inside an Assert() iff in a critical section.Andres Freund2014-05-25
* Silence a couple of spurious valgrind warnings in inval.c.Andres Freund2014-05-24
* Fix misc typos in comments.Heikki Linnakangas2014-05-23
* Remove unnecessary cleanup code.Robert Haas2014-05-22
* Fix typos in comments.Fujii Masao2014-05-22
* Fix typos in comments.Heikki Linnakangas2014-05-21
* Prevent auto_explain from changing the output of a user's EXPLAIN.Tom Lane2014-05-20
* Update obsolete comment.Tom Lane2014-05-19
* Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas2014-05-19
* Ooops, I broke initdb with that last patch.Tom Lane2014-05-18
* Fix two ancient memory-leak bugs in relcache.c.Tom Lane2014-05-18
* Make fallback implementation of pg_memory_barrier() work.Tom Lane2014-05-17
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Fix unaligned accesses in DecodeUpdate().Tom Lane2014-05-17
* Update README, we don't do post-recovery cleanup actions anymore.Heikki Linnakangas2014-05-17
* Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane2014-05-16
* Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas2014-05-16
* Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.Heikki Linnakangas2014-05-16
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Misc message style and doc fixes.Heikki Linnakangas2014-05-15
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-13