Commit Graph

40342 Commits (207d5a656e2ecc98a1db5bdc22ea306f7f7c8d62)
 

Author SHA1 Message Date
Tom Lane 207d5a656e Fix mishandling of equivalence-class tests in parameterized plans. 10 years ago
Kevin Grittner 7c3e8039f4 Add a few entries to the tail of time mapping, to see old values. 10 years ago
Andrew Dunstan d34e7b2812 Fix comment whitespace in VS2105 patch 10 years ago
Peter Eisentraut 82881b2b43 doc: Minor wording changes 10 years ago
Magnus Hagander a03bda323b Fix typo 10 years ago
Andrew Dunstan 7dc549238e Fix typo in VS2015 patch 10 years ago
Andrew Dunstan 0fb54de9aa Support building with Visual Studio 2015 10 years ago
Andres Freund 59455018a8 Remember asking for feedback during walsender shutdown. 10 years ago
Tom Lane 23b09e15b9 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane f050423052 Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Teodor Sigaev e2c79e14d9 Prevent multiple cleanup process for pending list in GIN. 10 years ago
Tom Lane ad520ec4ac Use memmove() not memcpy() to slide some pointers down. 10 years ago
Tom Lane 4c804fbdfb Clean up parsing of synchronous_standby_names GUC variable. 10 years ago
Robert Haas 372ff7cae2 Fix wrong word. 10 years ago
Robert Haas a31212b429 Change postgresql.conf.sample to say that fsync=off will corrupt data. 10 years ago
Robert Haas cf402ba734 Tighten up sanity checks for parallel aggregate in execQual.c. 10 years ago
Robert Haas b33dc77665 Remove inadvertently commited vim swapfile. 10 years ago
Robert Haas acb51bd71d Update typedefs.list file in preparation for pgindent run 10 years ago
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