index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-04-22
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-04-21
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-21
Fix planner failure with full join in RHS of left join.
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-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-20
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
Tom Lane
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
Fix memory leak in GIN index scans.
Tom Lane
2016-04-14
Remove trailing commas in enums.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-13
Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.
Tom Lane
2016-04-11
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
Fix freshly-introduced PL/Python portability bug.
Tom Lane
2016-04-10
Fix access-to-already-freed-memory issue in plpython's error handling.
Tom Lane
2016-04-08
Fix possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-08
Turn down MSVC compiler verbosity
Andrew Dunstan
2016-04-08
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-04
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-03-30
Fix broken variable declaration
Alvaro Herrera
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-28
Stamp 9.5.2.
REL9_5_2
Tom Lane
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Translation updates
Peter Eisentraut
2016-03-27
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
pg_rewind: Close backup_label file descriptor.
Andres Freund
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-26
Modernize zic's test for valid timezone abbreviations.
Tom Lane
2016-03-25
Update time zone data files to tzdata release 2016c.
Tom Lane
2016-03-23
Disable abbreviated keys for string-sorting in non-C locales.
Robert Haas
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-23
Fix unsafe use of strtol() on a non-null-terminated Text datum.
Tom Lane
2016-03-23
Change comment to describe correct lock level used
Simon Riggs
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-19
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-17
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-16
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-15
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
Fix typos in comments
Alvaro Herrera
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-14
Add missing NULL terminator to list_SECURITY_LABEL_preposition[].
Tom Lane
2016-03-13
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
[next]