| Commit message (Expand) | Author | Age | Files | Lines |
* | Stamp 9.2.13.REL9_2_13 | Tom Lane | 2015-06-09 | 6 | -21/+21 |
* | Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. | Tom Lane | 2015-06-09 | 3 | -0/+210 |
* | Report more information if pg_perm_setlocale() fails at startup. | Tom Lane | 2015-06-09 | 1 | -13/+14 |
* | Allow HotStandbyActiveInReplay() to be called in single user mode. | Andres Freund | 2015-06-08 | 1 | -1/+1 |
* | Use a safer method for determining whether relcache init file is stale. | Tom Lane | 2015-06-07 | 5 | -47/+95 |
* | Fix incorrect order of database-locking operations in InitPostgres(). | Tom Lane | 2015-06-05 | 1 | -7/+21 |
* | Stamp 9.2.12.REL9_2_12 | Tom Lane | 2015-06-01 | 6 | -21/+21 |
* | Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21. | Tom Lane | 2015-06-01 | 3 | -0/+305 |
* | Remove special cases for ETXTBSY from new fsync'ing logic. | Tom Lane | 2015-05-29 | 1 | -12/+3 |
* | Fix fsync-at-startup code to not treat errors as fatal. | Tom Lane | 2015-05-28 | 3 | -113/+259 |
* | Fix pg_get_functiondef() to print a function's LEAKPROOF property. | Tom Lane | 2015-05-28 | 2 | -2/+4 |
* | Fix portability issue in isolationtester grammar. | Tom Lane | 2015-05-27 | 2 | -9/+9 |
* | Remove configure check prohibiting threaded libpython on OpenBSD. | Tom Lane | 2015-05-26 | 2 | -33/+0 |
* | Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType. | Tom Lane | 2015-05-24 | 1 | -3/+5 |
* | Back-patch libpq support for TLS versions beyond v1. | Tom Lane | 2015-05-21 | 2 | -1/+17 |
* | Last-minute updates for release notes.REL9_2_11 | Tom Lane | 2015-05-19 | 3 | -30/+48 |
* | Revert error-throwing wrappers for the printf family of functions. | Tom Lane | 2015-05-19 | 16 | -251/+53 |
* | Fix off-by-one error in Assertion. | Heikki Linnakangas | 2015-05-19 | 1 | -1/+1 |
* | Don't MultiXactIdIsRunning when in recovery | Alvaro Herrera | 2015-05-18 | 1 | -0/+15 |
* | Stamp 9.2.11. | Tom Lane | 2015-05-18 | 6 | -21/+21 |
* | Fix error message in pre_sync_fname. | Robert Haas | 2015-05-18 | 1 | -1/+1 |
* | Last-minute updates for release notes. | Tom Lane | 2015-05-18 | 3 | -0/+153 |
* | pgcrypto: Report errant decryption as "Wrong key or corrupt data". | Noah Misch | 2015-05-18 | 9 | -27/+162 |
* | Check return values of sensitive system library calls. | Noah Misch | 2015-05-18 | 2 | -33/+48 |
* | Add error-throwing wrappers for the printf family of functions. | Noah Misch | 2015-05-18 | 16 | -93/+300 |
* | Permit use of vsprintf() in PostgreSQL code. | Noah Misch | 2015-05-18 | 2 | -1/+8 |
* | Prevent a double free by not reentering be_tls_close(). | Noah Misch | 2015-05-18 | 3 | -11/+28 |
* | Translation updates | Peter Eisentraut | 2015-05-18 | 30 | -10821/+7915 |
* | Fix typos | Peter Eisentraut | 2015-05-17 | 2 | -2/+2 |
* | Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. | Tom Lane | 2015-05-17 | 3 | -2/+1355 |
* | Fix docs typo | Tom Lane | 2015-05-16 | 1 | -2/+2 |
* | pg_upgrade: force timeline 1 in the new cluster | Bruce Momjian | 2015-05-16 | 1 | -2/+1 |
* | pg_upgrade: only allow template0 to be non-connectable | Bruce Momjian | 2015-05-16 | 1 | -0/+54 |
* | Update time zone data files to tzdata release 2015d. | Tom Lane | 2015-05-15 | 14 | -270/+389 |
* | Docs: fix erroneous claim about max byte length of GB18030. | Tom Lane | 2015-05-14 | 1 | -1/+1 |
* | Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers. | Heikki Linnakangas | 2015-05-13 | 1 | -1/+2 |
* | Fix incorrect checking of deferred exclusion constraint after a HOT update. | Tom Lane | 2015-05-11 | 3 | -6/+35 |
* | Recommend include_realm=1 in docs | Stephen Frost | 2015-05-08 | 1 | -9/+32 |
* | Properly send SCM status updates when shutting down service on Windows | Magnus Hagander | 2015-05-07 | 1 | -8/+20 |
* | citext's regexp_matches() functions weren't documented, either. | Tom Lane | 2015-05-05 | 1 | -0/+5 |
* | Fix incorrect declaration of citext's regexp_matches() functions. | Tom Lane | 2015-05-05 | 4 | -1/+534 |
* | Fix some problems with patch to fsync the data directory. | Robert Haas | 2015-05-05 | 1 | -2/+2 |
* | Recursively fsync() the data directory after a crash. | Robert Haas | 2015-05-04 | 3 | -0/+158 |
* | Build libecpg with -DFRONTEND in all supported versions. | Noah Misch | 2015-04-26 | 1 | -1/+1 |
* | Prevent improper reordering of antijoins vs. outer joins. | Tom Lane | 2015-04-25 | 3 | -3/+63 |
* | Build every ECPG library with -DFRONTEND. | Noah Misch | 2015-04-24 | 3 | -2/+3 |
* | Fix obsolete comment in set_rel_size(). | Tom Lane | 2015-04-24 | 1 | -1/+1 |
* | Fix deadlock at startup, if max_prepared_transactions is too small. | Heikki Linnakangas | 2015-04-23 | 1 | -0/+6 |
* | Fix typo in comment | Alvaro Herrera | 2015-04-14 | 2 | -2/+2 |
* | Don't archive bogus recycled or preallocated files after timeline switch. | Heikki Linnakangas | 2015-04-13 | 1 | -87/+193 |