index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-09
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-31
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-09
Stamp 9.3.13.
REL9_3_13
Tom Lane
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Remove dead code in win32.h.
Tom Lane
2016-04-21
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-04-18
Fix --disable-spinlocks in 9.2 and 9.3 branches.
Tom Lane
2016-04-15
Sync 9.2 and 9.3 versions of barrier.h with 9.4's version.
Tom Lane
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-03-28
Stamp 9.3.12.
REL9_3_12
Tom Lane
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-02-15
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-08
Stamp 9.3.11.
REL9_3_11
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2015-12-21
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-16
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-10-16
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-05
Stamp 9.3.10.
REL9_3_10
Tom Lane
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-09
Stamp 9.3.9.
REL9_3_9
Tom Lane
[next]