Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2015-03-26 Minor refactoring of btree_gist code. Heikki Linnakangas 9.5.0
2015-03-26 Fix GiST index-only scans for opclasses with different storage type. Heikki Linnakangas 9.5.0
2015-03-26 Add support for index-only scans in GiST. Heikki Linnakangas 9.5.0
2015-03-26 Minor cleanup of GiST code, for readability. Heikki Linnakangas 9.5.0
2015-03-23 Try to fix MSVC build of pg_rewind. Heikki Linnakangas 9.5.0
2015-03-23 Add pg_rewind, for re-synchronizing a master server after failback. Heikki Linnakangas 9.5.0
2015-03-21 Make pg_xlogdump MSVC build work more like others. Heikki Linnakangas 9.5.0
2015-03-12 Fix memory leaks in GIN index vacuum. Heikki Linnakangas 9.5.0
2015-03-09 Move WAL-related definitions from dbcommands.h to separate header file. Heikki Linnakangas 9.5.0
2015-02-24 Fix recovery_command -> restore_command typo in 8.3 release notes. Heikki Linnakangas 9.5.0
2015-02-24 Fix typo in README. Heikki Linnakangas 9.5.0
2015-02-23 Replace checkpoint_segments with min_wal_size and max_wal_size. Heikki Linnakangas 9.5.0
2015-02-23 Renumber GUC_* constants. Heikki Linnakangas 9.5.0
2015-02-23 Refactor unit conversions code in guc.c. Heikki Linnakangas 9.5.0
2015-02-23 Fix potential deadlock with libpq non-blocking mode. Heikki Linnakangas 9.5.0
2015-02-19 Remove dead structs. Heikki Linnakangas 9.5.0
2015-02-17 Fix a bug in pairing heap removal code. Heikki Linnakangas 9.5.0
2015-02-17 Fix knn-GiST queue comparison function to return heap tuples first. Heikki Linnakangas 9.5.0
2015-02-16 Fix comment in libpq OpenSSL code about why a substitue BIO is used. Heikki Linnakangas 9.5.0
2015-02-16 Restore the SSL_set_session_id_context() call to OpenSSL renegotiation. Heikki Linnakangas 9.5.0
2015-02-16 In the SSL test suite, use a root CA cert that won't expire (so quickly) Heikki Linnakangas 9.5.0
2015-02-13 Fix broken #ifdef for __sparcv8 Heikki Linnakangas 9.5.0
2015-02-13 Simplify waiting logic in reading from / writing to client. Heikki Linnakangas 9.5.0
2015-02-13 Simplify the way OpenSSL renegotiation is initiated in server. Heikki Linnakangas 9.5.0
2015-02-10 Speed up CRC calculation using slicing-by-8 algorithm. Heikki Linnakangas 9.5.0