aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Sync unlogged relations to disk after they have been reset.Andres Freund2014-11-15
* Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund2014-11-15
* Backport "Expose fsync_fname as a public API".Andres Freund2014-11-15
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Fix dependency searching for case where column is visited before table.Tom Lane2014-11-11
* Cope with more than 64K phrases in a thesaurus dictionary.Tom Lane2014-11-06
* Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao2014-11-06
* Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.Tom Lane2014-11-04
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Fix two bugs in tsquery @> operator.Heikki Linnakangas2014-10-27
* Improve ispell dictionary's defenses against bad affix files.Tom Lane2014-10-23
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo.Tom Lane2014-10-17
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Cannot rely on %z printf length modifier.Heikki Linnakangas2014-10-05
* Update time zone data files to tzdata release 2014h.Tom Lane2014-10-04
* Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera2014-10-03
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund2014-09-25
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-05
* Fix failure to follow the directions when "init" fork was added.Fujii Masao2014-08-11
* Reject duplicate column names in foreign key referenced-columns lists.Tom Lane2014-08-09
* Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane2014-07-30
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-22
* Reject out-of-range numeric timezone specifications.Tom Lane2014-07-21
* Translation updatesPeter Eisentraut2014-07-21
* Fix two low-probability memory leaks in regular expression parsing.Tom Lane2014-07-18
* Fix REASSIGN OWNED for text search objectsAlvaro Herrera2014-07-15
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2014-07-15
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-11
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-08
* Add some errdetail to checkRuleResultList().Tom Lane2014-07-02
* Back-patch "Fix EquivalenceClass processing for nested append relations".Tom Lane2014-06-26
* Don't allow foreign tables with OIDs.Heikki Linnakangas2014-06-24
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Fix ancient encoding error in hungarian.stop.Tom Lane2014-06-10
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-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
* Use 0-based numbering in comments about backup blocks.Heikki Linnakangas2014-05-19
* 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