aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* Allow background workers to connect to no particular database.Robert Haas2015-06-25
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Docs: fix claim that to_char('FM') removes trailing zeroes.Tom Lane2015-06-25
* Improve inheritance_planner()'s performance for large inheritance sets.Tom Lane2015-06-22
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* Improve multixact emergency autovacuum logic.Andres Freund2015-06-21
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* Fix failure to copy setlocale() return value.Noah Misch2015-06-20
* Fix thinko in comment (launcher -> worker)Alvaro Herrera2015-06-20
* In immediate shutdown, postmaster should not exit till children are gone.Tom Lane2015-06-19
* Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera2015-06-19
* Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas2015-06-19
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* Fix memory leak in ecpglib's connect function.Michael Meskes2015-06-15
* Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes2015-06-13
* Fixed some memory leaks in ECPG.Michael Meskes2015-06-13
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Fix typo in comment.Kevin Grittner2015-06-10
* Stamp 9.4.4.REL9_4_4Tom Lane2015-06-09
* Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22.Tom Lane2015-06-09
* Report more information if pg_perm_setlocale() fails at startup.Tom Lane2015-06-09
* Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund2015-06-08
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Fix incorrect order of database-locking operations in InitPostgres().Tom Lane2015-06-05
* Cope with possible failure of the oldest MultiXact to exist.Robert Haas2015-06-05
* pgindent run on access/transam/multixact.cAlvaro Herrera2015-06-04
* Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.Fujii Masao2015-06-04
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* Stamp 9.4.3.REL9_4_3Tom Lane2015-06-01
* Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.Tom Lane2015-06-01
* initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane2015-05-29
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane2015-05-29
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane2015-05-28
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Revert "Add all structured objects passed to pushJsonbValue piecewise."Andrew Dunstan2015-05-26
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-26
* Add all structured objects passed to pushJsonbValue piecewise.Andrew Dunstan2015-05-26
* Update README.tuplockAlvaro Herrera2015-05-25
* Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane2015-05-24
* Unpack jbvBinary objects passed to pushJsonbValueAndrew Dunstan2015-05-22
* Fix spelling in commentSimon Riggs2015-05-19
* Last-minute updates for release notes.REL9_4_2Tom Lane2015-05-19
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-19
* Stamp 9.4.2.Tom Lane2015-05-18
* Fix error message in pre_sync_fname.Robert Haas2015-05-18