aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-27
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Clarify documentation of ceil/ceiling/floor functions.Tom Lane2016-06-09
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Stamp 9.5.3.REL9_5_3Tom Lane2016-05-09
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Fix comment whitespace in VS2105 patchAndrew Dunstan2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Remove trailing commas in enums.Andres Freund2016-04-14
* Stamp 9.5.2.REL9_5_2Tom Lane2016-03-28
* Change various Gin*Is* macros to return 0/1.Andres Freund2016-03-27
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Fix typosAlvaro Herrera2016-02-25
* Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch2016-02-19
* Move DATA entry to correct positionJoe Conway2016-02-15
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15
* Stamp 9.5.1.REL9_5_1Tom Lane2016-02-08
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-02
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Fix typo in commentMagnus Hagander2016-01-08
* Stamp 9.5.0.REL9_5_0Tom Lane2016-01-04
* Split out pg_operator.h function declarations to new file pg_operator_fn.h.Tom Lane2016-01-01
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Stamp 9.5rc1.REL9_5_RC1Tom Lane2015-12-15
* Handle policies during DROP OWNED BYStephen Frost2015-12-11