Commit Graph

40323 Commits (8126eaee2fed7cbc4e9fd6ba8713977ccacd77fe)
 

Author SHA1 Message Date
Robert Haas 8126eaee2f Clean up a few parallelism-related things that pgindent wants to mangle. 10 years ago
Robert Haas 360ca27a9b Remove mergeHyperLogLog. 10 years ago
Robert Haas 59eb551279 Fix EXPLAIN VERBOSE output for parallel aggregate. 10 years ago
Andres Freund 72a98a6395 Don't open formally non-existent segments in _mdfd_getseg(). 10 years ago
Andres Freund c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Robert Haas 2ac3be2e76 Fix pg_get_functiondef to dump parallel-safety markings. 10 years ago
Noah Misch 213c7df033 Impose a full barrier in generic-xlc.h atomics functions. 10 years ago
Peter Eisentraut 3019f432d6 pg_dump: Message style improvements 10 years ago
Tom Lane 8067c8f86b Add a --brief option to git_changelog. 10 years ago
Teodor Sigaev f1e3c76066 Fix tsearch docs 10 years ago
Tom Lane 08af921906 Fix order of shutdown cleanup operations in PostgresNode.pm. 10 years ago
Tom Lane 82311bcdd7 Yet more portability hacking for degree-based trig functions. 10 years ago
Robert Haas 77cd477c4b Enable parallel query by default. 10 years ago
Magnus Hagander b7351ced42 Fix typo in comment 10 years ago
Peter Eisentraut b6dacc173b pg_dump: Message style improvements 10 years ago
Kevin Grittner e65953be4f Fix C comment typo and redundant test 10 years ago
Tom Lane 6b1a213bbd New method for preventing compile-time calculation of degree constants. 10 years ago
Tom Lane 40e89e2ab8 Try harder to detect a port conflict in PostgresNode.pm. 10 years ago
Peter Eisentraut 63417b4b2e Update GETTEXT_FILES after config and controldata refactoring 10 years ago
Peter Eisentraut 96687497b6 doc: Fix typo 10 years ago
Tom Lane fab84c7787 Improve PostgresNode.pm's logic for detecting already-in-use ports. 10 years ago
Andres Freund 8f91d87d43 Fix documentation & config inconsistencies around 428b1d6b2. 10 years ago
Tom Lane 0ab3595e5b Rename strtoi() to strtoint(). 10 years ago
Peter Eisentraut b87b2f4bda doc: Fix typos 10 years ago
Bruce Momjian 915cee4595 Properly mark initRectBox() as taking 'void' args 10 years ago
Tom Lane c8e81afc60 Convert contrib/seg's bool-returning SQL functions to V1 call convention. 10 years ago
Magnus Hagander 9f633b404c Add putenv support for msvcrt from Visual Studio 2013 10 years ago
Tom Lane abb164655c Fix unexpected side-effects of operator_precedence_warning. 10 years ago
Tom Lane 80f66a9ad0 Fix planner failure with full join in RHS of left join. 10 years ago
Tom Lane 125ad539a2 Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane e54528155a Remove dead code in win32.h. 10 years ago
Tom Lane 14216649f3 PGDLLIMPORT-ify old_snapshot_threshold. 10 years ago
Tom Lane 1f7c85b820 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Robert Haas c4a586c486 Prevent possible crash reading pg_stat_activity. 10 years ago
Robert Haas 36f69faeff Comment improvements for ForeignPath. 10 years ago
Robert Haas 9f84280ae9 Fix assorted defects in 09adc9a8c0. 10 years ago
Kevin Grittner 7cb1db1d95 Include snapmgr.h in blscan.c 10 years ago
Robert Haas f039eaac71 Allow queries submitted by postgres_fdw to be canceled. 10 years ago
Kevin Grittner 11e178d0dc Inline initial comparisons in TestForOldSnapshot() 10 years ago
Robert Haas 5b1f9ce1d9 postgres_fdw: Don't push down certain full joins. 10 years ago
Tom Lane cbabb70f35 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Robert Haas b4e0f18382 Add pg_dump support for the new PARALLEL option for aggregates. 10 years ago
Robert Haas 9c75e1a36b Forbid parallel Hash Right Join or Hash Full Join. 10 years ago
Magnus Hagander cfb863f20a Update backup documentation for new APIs 10 years ago
Tom Lane bde361fef5 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Tom Lane 4db0d2d2fe Improve regression tests for degree-based trigonometric functions. 10 years ago
Tom Lane a0382e2d7e Make partition-lock-release coding more transparent in BufferAlloc(). 10 years ago
Tom Lane 75c24d0f74 Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
Fujii Masao 8ce8307bd4 Fix typo in docs. 10 years ago