Commit Graph

40352 Commits (7d7b129277eb545286aecf29ec22b5bb7fdf46bd)
 

Author SHA1 Message Date
Tom Lane 7d7b129277 Fix configure's incorrect version tests for flex and perl. 10 years ago
Robert Haas 37d0c2cb1a Fix parallel safety markings for pg_start_backup. 10 years ago
Robert Haas f2f5e7e78e Again update typedefs.list file in preparation for pgindent run 10 years ago
Heikki Linnakangas d22b85fbd4 Remove unused macros. 10 years ago
Peter Eisentraut a956bf4395 doc: Fix typo 10 years ago
Tom Lane 8473b7f95f Add a --non-master-only option to git_changelog. 10 years ago
Tom Lane 6376a16ba2 Update contrib/unaccent documentation about its unaccent.rules file. 10 years ago
Tom Lane 2a2435e699 Small improvements to OPTIMIZER_DEBUG code. 10 years ago
Tom Lane c45bf5751b Fix planner crash from pfree'ing a partial path that a GatherPath uses. 10 years ago
Tom Lane 17d5db352c Remove warning about num_sync being too large in synchronous_standby_names. 10 years ago
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