Commits

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

DateSubjectAuthorReleases
2015-02-09 Fix MSVC build. Heikki Linnakangas 9.5.0
2015-02-09 Move pg_crc.c to src/common, and remove pg_crc_tables.h Heikki Linnakangas 9.5.0
2015-02-06 Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM Heikki Linnakangas 9.5.0
2015-02-04 Use a separate memory context for GIN scan keys. Heikki Linnakangas 9.5.0
2015-02-04 Fix reference-after-free when waiting for another xact due to constraint. Heikki Linnakangas 9.5.0
2015-02-04 Fix memory leaks on OOM in ecpg. Heikki Linnakangas 9.5.0
2015-02-04 Add dummy PQsslAttributes function for non-SSL builds. Heikki Linnakangas 9.5.0
2015-02-03 Add API functions to libpq to interrogate SSL related stuff. Heikki Linnakangas 9.5.0
2015-02-03 Refactor page compactifying code. Heikki Linnakangas 9.5.0
2015-02-03 Rephrase the documentation on pg_receivexlog --synchronous option. Heikki Linnakangas 9.5.0
2015-02-03 Fix typo in comment. Heikki Linnakangas 9.5.0
2015-02-03 Remove dead code. Heikki Linnakangas 9.5.0
2015-02-02 Be more careful to not lose sync in the FE/BE protocol. Heikki Linnakangas 9.5.0
2015-01-30 Fix query-duration memory leak with GIN rescans. Heikki Linnakangas 9.5.0
2015-01-29 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. Heikki Linnakangas 9.5.0
2015-01-28 Fix typo in comment. Heikki Linnakangas 9.5.0
2015-01-28 Remove dead NULL-pointer checks in GiST code. Heikki Linnakangas 9.5.0
2015-01-16 Advance backend's advertised xmin more aggressively. Heikki Linnakangas 9.5.0
2015-01-16 Another attempt at fixing Windows Norwegian locale. Heikki Linnakangas 9.5.0
2015-01-15 Fix thinko in re-setting wal_log_hints flag from a parameter-change record. Heikki Linnakangas 9.5.0
2015-01-13 Spell the X072 feature correctly, was missing "with". Heikki Linnakangas 9.5.0
2015-01-13 Silence Coverity warnings about unused return values from pushJsonbValue() Heikki Linnakangas 9.5.0
2015-01-13 Fix typos in comment. Heikki Linnakangas 9.5.0
2015-01-07 Don't open a WAL segment for writing at end of recovery. Heikki Linnakangas 9.5.0
2014-12-30 Revert the GinMaxItemSize calculation so that we fit 3 tuples per page. Heikki Linnakangas 9.5.0