summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2016-10-24Stamp 9.2.19.REL9_2_19Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
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.2.18.REL9_2_18Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.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-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-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-09Stamp 9.2.17.REL9_2_17Tom 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-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-18Fix --disable-spinlocks in 9.2 and 9.3 branches.Tom Lane
2016-04-15Sync 9.2 and 9.3 versions of barrier.h with 9.4's version.Tom Lane
2016-04-15Remove trailing commas in enums.Andres Freund
2016-03-28Stamp 9.2.16.REL9_2_16Tom 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-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-08Stamp 9.2.15.REL9_2_15Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.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-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.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.2.14.REL9_2_14Tom 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
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane
2015-08-27Add a small cache of locks owned by a resource owner in ResourceOwner.Tom Lane
2015-08-10Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane