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