summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-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.1.22.REL9_1_22Tom 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-15Remove trailing commas in enums.Andres Freund
2016-03-28Stamp 9.1.21.REL9_1_21Tom 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.1.20.REL9_1_20Tom 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.1.19.REL9_1_19Tom Lane
2015-10-02Add recursion depth protections to regular expression matching.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
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-06-25Fix the logic for putting relations into the relcache init file.Tom Lane
2015-06-09Stamp 9.1.18.REL9_1_18Tom Lane
2015-06-07Use a safer method for determining whether relcache init file is stale.Tom Lane
2015-06-01Stamp 9.1.17.REL9_1_17Tom Lane
2015-05-28Fix fsync-at-startup code to not treat errors as fatal.Tom Lane
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Stamp 9.1.16.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-13Fix broken #ifdef for __sparcv8Heikki Linnakangas
2015-02-02Stamp 9.1.15.REL9_1_15Tom Lane
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas