Commit Graph

39368 Commits (31d02ebf74db9b79d76d4d072b8fd6d9a6f877bc)
 

Author SHA1 Message Date
Tom Lane 31d02ebf74 Update time zone data files to tzdata release 2016c. 10 years ago
Robert Haas 8aa6e97805 Disable abbreviated keys for string-sorting in non-C locales. 10 years ago
Tom Lane 1548c78188 Code review for error reports in jsonb_set(). 10 years ago
Tom Lane 5f95521b3a Fix unsafe use of strtol() on a non-null-terminated Text datum. 10 years ago
Simon Riggs 147112d098 Change comment to describe correct lock level used 10 years ago
Tom Lane d8d5a00b18 Fix EvalPlanQual bug when query contains both locked and not-locked rels. 10 years ago
Andrew Dunstan 2f38b3e7dd Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane e1936470ea Fix phony .PHONY. 10 years ago
Alvaro Herrera 853d40b60e docs: Fix typo'd brin_summarize_new_values 10 years ago
Tom Lane e52e22d932 Remove useless double calls of make_parsestate(). 10 years ago
Tom Lane d0a585c699 Fix assorted breakage in to_char()'s OF format option. 10 years ago
Tom Lane 8ee2e5f78c Fix "pg_bench -C -M prepared". 10 years ago
Stephen Frost 3f14d8d594 Avoid incorrectly indicating exclusion constraint wait 10 years ago
Alvaro Herrera 755ebfa417 Fix typos in comments 10 years ago
Tom Lane b4ce97aa5f Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 1bee54e514 Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. 10 years ago
Tom Lane aa9c4e71ce Fix memory leak in repeated GIN index searches. 10 years ago
Tom Lane a7915f114a Report memory context stats upon out-of-memory in repalloc[_huge]. 10 years ago
Tom Lane 1598dc15ba Get rid of scribbling on a const variable in psql's print.c. 10 years ago
Alvaro Herrera c84c87ccc0 Document BRIN a bit more thoroughly 10 years ago
Magnus Hagander ad9a15d3f1 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 10 years ago
Andres Freund 301cc3549c Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 63b06e8fa6 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Tom Lane b2ce9485bd Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 10 years ago
Andres Freund fd1cf9d840 Add valgrind suppressions for python code. 10 years ago
Andres Freund 9a5f1073f5 Add valgrind suppressions for bootstrap related code. 10 years ago
Andres Freund 598a01de69 ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Andres Freund 68dababfe3 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago
Robert Haas bfb6686e42 Update GetForeignPlan documentation. 10 years ago
Tom Lane 38e8f157b7 Fix minor typo in logical-decoding docs. 10 years ago
Andres Freund 250e5bd712 Further improvements to c8f621c43. 10 years ago
Tom Lane 45b87cc57f Fix backwards test for Windows service-ness in pg_ctl. 10 years ago
Andres Freund 5d1826fe76 Fix wrong allocation size in c8f621c43. 10 years ago
Tom Lane c2d61adc32 Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). 10 years ago
Magnus Hagander ababe02ac2 Fix typos 10 years ago
Andres Freund 5990a034ad logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund e76e365be9 logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund 6e759cefe8 logical decoding: Tell reorderbuffer about all xids. 10 years ago
Fujii Masao f95f1ce003 Ignore recovery_min_apply_delay until recovery has reached consistent state 10 years ago
Robert Haas 763b8f5d90 Fix SerializeSnapshot not to overrun the allocated space. 10 years ago
Robert Haas 369c0b0908 Fix compile breakage due to 0315dfa8f4. 10 years ago
Robert Haas 7963731f94 Fix InitializeSessionUserId not to deference NULL rolename pointer. 10 years ago
Robert Haas 0315dfa8f4 Fix query-based tab completion for multibyte characters. 10 years ago
Alvaro Herrera 9b3f0c10e7 Add 'tap_tests' flag in config_default.pl 10 years ago
Andres Freund 684f4a0dde Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Simon Riggs bf7ced5e2d Revert buggy optimization of index scans 10 years ago
Andres Freund f8a75881f9 logical decoding: fix decoding of a commit's commit time. 10 years ago
Tom Lane 429d684657 Fix json_to_record() bug with nested objects. 10 years ago
Tom Lane ca778d01e7 Improve error message for rejecting RETURNING clauses with dropped columns. 10 years ago
Alvaro Herrera 9ca3789191 Fix typos 10 years ago