aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Fix copy-pasto in comment.Heikki Linnakangas2016-10-12
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane2016-10-03
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Improve unreachability recognition in elog() macro.Tom Lane2016-09-10
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane2016-08-18
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Stamp 9.5.4.REL9_5_4Tom Lane2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Sync 9.5 version of access/transam/parallel.c with HEAD.Tom Lane2016-08-02
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* 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