Commit Graph

7226 Commits (691d99de386aa1f5a858e04634dbaaba48488ef8)

Author SHA1 Message Date
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
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Tom Lane 75c24d0f74 Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
Robert Haas 5702277ca9 Tweak EXPLAIN for parallel query to show workers launched. 10 years ago
Tom Lane 6b85d4ba9b Fix portability problem induced by commit a6f6b7819. 10 years ago
Andres Freund 4b74c6a40e Make init_spin_delay() C89 compliant #2. 10 years ago
Andres Freund 533cd2303a Remove trailing commas in enums. 10 years ago
Tom Lane c2dc194bdb Adjust signature of walrcv_receive hook. 10 years ago
Tom Lane 22989a8e34 Fix prototype of pgwin32_bind(). 10 years ago
Andres Freund be65eddd80 Add required database and origin filtering for logical messages. 10 years ago
Andres Freund 80abbeba23 Make init_spin_delay() C89 compliant and change stuck spinlock reporting. 10 years ago
Andres Freund 6b93fcd149 Avoid atomic operation in MarkLocalBufferDirty(). 10 years ago
Tom Lane 95ef43c430 Widen amount-to-flush arguments of FileWriteback and callers. 10 years ago
Tom Lane d1b7d4877b Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Robert Haas deb71fa971 Fix costing for parallel aggregation. 10 years ago
Tom Lane f1f01de145 Redefine create_upper_paths_hook as being invoked once per upper relation. 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Kevin Grittner a6f6b78196 Use static inline function for BufferGetPage() 10 years ago
Andres Freund 008608b9d5 Avoid the use of a separate spinlock to protect a LWLock's wait queue. 10 years ago
Andres Freund 48354581a4 Allow Pin/UnpinBuffer to operate in a lockfree manner. 10 years ago
Tom Lane 08e785436f Get rid of GenericXLogUnregister(). 10 years ago
Kevin Grittner 381200be4b Fix typo in C comment. 10 years ago
Kevin Grittner 56dffb5a73 Turn special page pointer validation to static inline function 10 years ago