aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Stamp 9.1.23.REL9_1_23Tom Lane2016-08-08
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* 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
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Stamp 9.1.22.REL9_1_22Tom Lane2016-05-09
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* 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
* Remove trailing commas in enums.Andres Freund2016-04-14
* Stamp 9.1.21.REL9_1_21Tom 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
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15
* Stamp 9.1.20.REL9_1_20Tom Lane2016-02-08
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-21
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-16
* Fix O(N^2) performance problems in regular-expression compiler.Tom Lane2015-10-16
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* Stamp 9.1.19.REL9_1_19Tom Lane2015-10-05
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane2015-08-29
* Add a small cache of locks owned by a resource owner in ResourceOwner.Tom Lane2015-08-27
* Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane2015-08-10
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Stamp 9.1.18.REL9_1_18Tom Lane2015-06-09
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Stamp 9.1.17.REL9_1_17Tom Lane2015-06-01
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Stamp 9.1.16.Tom Lane2015-05-18
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-18
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17