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
Age
Commit message (
Expand
)
Author
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
pg_upgrade: Fix indentation of if() block
Bruce Momjian
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-22
Add putenv support for msvcrt from Visual Studio 2013
Magnus Hagander
2016-04-22
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-21
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
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-13
Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.
Tom Lane
2016-04-11
Fix freshly-introduced PL/Python portability bug.
Tom Lane
2016-04-11
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-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-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-28
Stamp 9.4.7.
REL9_4_7
Tom Lane
2016-03-28
Translation updates
Peter Eisentraut
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-19
Remove dependency on psed for MSVC builds.
Andrew Dunstan
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
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-10
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
Magnus Hagander
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
Add valgrind suppressions for python code.
Andres Freund
2016-03-09
Add valgrind suppressions for bootstrap related code.
Andres Freund
2016-03-08
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
Andres Freund
2016-03-07
Further improvements to c8f621c43.
Andres Freund
2016-03-07
Fix backwards test for Windows service-ness in pg_ctl.
Tom Lane
2016-03-07
Fix wrong allocation size in c8f621c43.
Andres Freund
2016-03-07
Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().
Tom Lane
2016-03-06
Add valgrind suppression for padding bytes in twophase records.
Andres Freund
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2016-03-04
Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.
Robert Haas
[next]