Commit Graph

7248 Commits (9164deea2f4ac90ee5e008ff41fc5ad4423887b2)

Author SHA1 Message Date
Robert Haas b12fd41c69 Don't generate parallel paths for rels with parallel-restricted outputs. 10 years ago
Tom Lane 7feb60c1bb Clarify documentation of ceil/ceiling/floor functions. 10 years ago
Tom Lane e4158319f3 Mop-up for parallel degree-ectomy. 10 years ago
Robert Haas c9ce4a1c61 Eliminate "parallel degree" terminology. 10 years ago
Tom Lane 77ba610805 Revert "Use Foreign Key relationships to infer multi-column join selectivity". 10 years ago
Tom Lane f64340e743 Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 10 years ago
Tom Lane d50183c578 Inline the easy cases in MakeExpandedObjectReadOnly(). 10 years ago
Tom Lane 69f526aa49 Mark read/write expanded values as read-only in ExecProject(). 10 years ago
Robert Haas cac8321970 Mark PostmasterPid as PGDLLIMPORT. 10 years ago
Greg Stark e1623c3959 Fix various common mispellings. 10 years ago
Robert Haas fdfaccfa79 Cosmetic improvements to freeze map code. 10 years ago
Kevin Grittner 4edb7bd2fd C comment improvement & typo fix. 10 years ago
Tom Lane 22b27b4c9e Avoid useless closely-spaced writes of statistics files. 10 years ago
Andres Freund 87a3023c60 Move memory barrier in UnlockBufHdr to before releasing the lock. 10 years ago
Alvaro Herrera 975ad4e602 Fix PageAddItem BRIN bug 10 years ago
Tom Lane 9dd4178cec Be more predictable about reporting "lock timeout" vs "statement timeout". 10 years ago
Tom Lane f5e7b2f910 Mark wal_level as PGDLLIMPORT. 10 years ago
Tom Lane 465e09da63 Add support for more extensive testing of raw_expression_tree_walker(). 10 years ago
Tom Lane 8a4930e3fa Fix latent crash in do_text_output_multiline(). 10 years ago
Tom Lane 16ea51a263 Pin the built-in index access methods. 10 years ago
Tom Lane 8ee29a19d6 Stamp 9.6beta1. 10 years ago
Tom Lane 1a2c17f8e2 Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old. 10 years ago
Kevin Grittner 2cc41acd8f Fix hash index vs "snapshot too old" problemms 10 years ago
Dean Rasheed 93a8c6fd6c Move and rename fmtReloptionsArray(). 10 years ago
Tom Lane 0b9a234432 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). 10 years ago
Alvaro Herrera c1543a81a7 Revert timeline following in replication slots 10 years ago
Robert Haas 9888b34fdb Fix more things to be parallel-safe. 10 years ago
Alvaro Herrera 6b60916829 Fix thinko in comment 10 years ago
Alvaro Herrera 234a266066 Fix code comments regarding logical decoding 10 years ago
Robert Haas 37d0c2cb1a Fix parallel safety markings for pg_start_backup. 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
Magnus Hagander a03bda323b Fix typo 10 years ago
Andrew Dunstan 0fb54de9aa Support building with Visual Studio 2015 10 years ago
Tom Lane 23b09e15b9 Adjust DatumGetBool macro, this time for sure. 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 4c804fbdfb Clean up parsing of synchronous_standby_names GUC variable. 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 c6ff84b06a Emit invalidations to standby for transactions without xid. 10 years ago
Noah Misch 213c7df033 Impose a full barrier in generic-xlc.h atomics functions. 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
Robert Haas 36f69faeff Comment improvements for ForeignPath. 10 years ago
Kevin Grittner 11e178d0dc Inline initial comparisons in TestForOldSnapshot() 10 years ago
Tom Lane bde361fef5 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. 10 years ago