Commit Graph

39860 Commits (aa09cd242fa7e3a694a31f8aed521e80d1e626a4)
 

Author SHA1 Message Date
Robert Haas aa09cd242f postgres_fdw: Consider foreign joining and foreign sorting together. 9 years ago
Tom Lane d31f20e2b5 Fix copy-and-pasteo in comment. 9 years ago
Tom Lane 51c0f63e4d Improve handling of pathtargets in planner.c. 9 years ago
Andres Freund 2f1f443930 Add valgrind suppressions for python code. 9 years ago
Andres Freund 5e43bee830 Add valgrind suppressions for bootstrap related code. 9 years ago
Tom Lane 9e8b99420f Improve handling of group-column indexes in GroupingSetsPath. 9 years ago
Peter Eisentraut a40814d7aa Handle invalid libpq sockets in more places 9 years ago
Peter Eisentraut a2fd62dd53 Suppress GCC 6 warning about self-comparison 9 years ago
Peter Eisentraut 92d4294d4b psql: Fix some strange code in SQL help creation 9 years ago
Peter Eisentraut 0d0644dce8 ecpg: Fix typo 9 years ago
Andres Freund 7a1d4a2448 ltree: Zero padding bytes when allocating memory for externally visible data. 9 years ago
Tom Lane 61fd218930 Fix minor thinko in pathification code. 9 years ago
Andres Freund e66197fa2e plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 9 years ago
Tom Lane 8c314b9853 Finish refactoring make_foo() functions in createplan.c. 9 years ago
Robert Haas 7400559a3f Comment update for fdw_recheck_quals. 9 years ago
Robert Haas dff7ad3c61 Update GetForeignPlan documentation. 9 years ago
Robert Haas d29b153f18 Fix reversed argument to bms_is_subset. 9 years ago
Robert Haas 734f86d50d Add new flags argument for xl_heap_visible to heap2_desc. 9 years ago
Robert Haas 272baaa538 Fix typo. 9 years ago
Robert Haas dcfecaae9e Fix parallel query on standby servers. 9 years ago
Robert Haas 070140ee48 Add some functions to fd.c for the convenience of extensions. 9 years ago
Robert Haas 77a1d1e798 Department of second thoughts: remove PD_ALL_FROZEN. 9 years ago
Robert Haas ba0a198fb1 Add pg_visibility contrib module. 9 years ago
Robert Haas 6f56b41ac0 pg_upgrade: Remove converter plugin facility. 9 years ago
Tom Lane a93aec4e0f Fix minor typo in logical-decoding docs. 9 years ago
Tom Lane cf8e7b16a5 Spell "parallel" correctly. 9 years ago
Peter Eisentraut 1c2db8c305 Fix uninstall target in tsearch Makefile 9 years ago
Joe Conway 7b077af500 Make get_controlfile() error logging consistent with src/common 9 years ago
Andres Freund b63bea5fd3 Further improvements to c8f621c43. 9 years ago
Tom Lane 3fc6e2d7f5 Make the upper part of the planner work by generating and comparing Paths. 9 years ago
Tom Lane b642e50aea Fix backwards test for Windows service-ness in pg_ctl. 9 years ago
Tom Lane 94f1adccd3 Re-fix broken definition for function name in pgbench's exprscan.l. 9 years ago
Tom Lane 3899caf772 Fix broken definition for function name in pgbench's exprscan.l. 9 years ago
Andres Freund fd45d16f62 Fix wrong allocation size in c8f621c43. 9 years ago
Tom Lane b3e05097e5 Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes(). 9 years ago
Tom Lane cb0ca0c995 Fix unportable usage of <ctype.h> functions. 9 years ago
Magnus Hagander 2b46259b46 Fix typos 9 years ago
Andres Freund c8f621c43a logical decoding: Fix handling of large old tuples with replica identity full. 9 years ago
Andres Freund 0bda14d54c logical decoding: old/newtuple in spooled UPDATE changes was switched around. 9 years ago
Andres Freund d9e903f3cb logical decoding: Tell reorderbuffer about all xids. 9 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 9 years ago
Fujii Masao d34794f7d5 Ignore recovery_min_apply_delay until recovery has reached consistent state 9 years ago
Tom Lane 60690a6fe8 Make stats regression test robust in the face of parallel query. 9 years ago
Robert Haas 708020eb7b Fix typo in comment. 9 years ago
Robert Haas 6fcde8a5c8 Minor improvements to transaction manager README. 9 years ago
Robert Haas 17b124d303 Fix SerializeSnapshot not to overrun the allocated space. 9 years ago
Teodor Sigaev 0e7557dc8d Fix Windows build broken by d78a7d9c7f 9 years ago
Robert Haas df4685fb0c Minor optimizations based on ParallelContext having nworkers_launched. 9 years ago
Robert Haas 546cd0d766 Fix InitializeSessionUserId not to deference NULL rolename pointer. 9 years ago
Teodor Sigaev d78a7d9c7f Improve support of Hunspell in ispell dictionary. 9 years ago