summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-08Stamp 9.4.9.REL9_4_9Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-09Clarify documentation of ceil/ceiling/floor functions.Tom Lane
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-09Stamp 9.4.8.REL9_4_8Tom Lane
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-28Adjust DatumGetBool macro, this time for sure.Tom Lane
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-21Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-03-28Stamp 9.4.7.REL9_4_7Tom Lane
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-02-25Fix typosAlvaro Herrera
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-08Stamp 9.4.6.REL9_4_6Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-02Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-16Improve memory-usage accounting in regular-expression compiler.Tom Lane
2015-10-16Fix O(N^2) performance problems in regular-expression compiler.Tom Lane
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-05Stamp 9.4.5.REL9_4_5Tom Lane
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-09-18Fix low-probability memory leak in regex execution.Tom Lane