Commit Graph

15911 Commits (77cd477c4ba885cfa1ba67beaa82e06f2e182b85)

Author SHA1 Message Date
Robert Haas 77cd477c4b Enable parallel query by default. 10 years ago
Magnus Hagander b7351ced42 Fix typo in comment 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
Andres Freund 8f91d87d43 Fix documentation & config inconsistencies around 428b1d6b2. 10 years ago
Tom Lane 0ab3595e5b Rename strtoi() to strtoint(). 10 years ago
Bruce Momjian 915cee4595 Properly mark initRectBox() as taking 'void' args 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 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 11e178d0dc Inline initial comparisons in TestForOldSnapshot() 10 years ago
Robert Haas 9c75e1a36b Forbid parallel Hash Right Join or Hash Full Join. 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 a0382e2d7e Make partition-lock-release coding more transparent in BufferAlloc(). 10 years ago
Tom Lane 4039c736eb Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value. 10 years ago
Tom Lane c34df8a003 Disallow creation of indexes on system columns (except for OID). 10 years ago
Stephen Frost 99f2f3c19a In recordExtensionInitPriv(), keep the scan til we're done with it 10 years ago
Tom Lane 8f1911d5e6 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. 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
Magnus Hagander ba8fe38f58 Fix typo in comment 10 years ago
Tom Lane f0e766bd7f Fix memory leak in GIN index scans. 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
Andres Freund 7b16781228 Fix trivial typo. 10 years ago
Tom Lane 6a3d3965d6 Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Tom Lane c2dc194bdb Adjust signature of walrcv_receive hook. 10 years ago
Tom Lane 994f112573 Adjust datatype of ReplicationState.acquired_by. 10 years ago
Tom Lane 22989a8e34 Fix prototype of pgwin32_bind(). 10 years ago
Tom Lane 92a30a7eb0 Fix broken dependency-mongering for index operator classes/families. 10 years ago
Stephen Frost bfed4ab824 Disallow SET SESSION AUTHORIZATION pg_* 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 fa11a09fed Fix assorted portability issues with using msync() for data flushing. 10 years ago
Robert Haas cbb2a812d7 Use PG_INT32_MIN instead of reiterating the constant. 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
Fujii Masao 46d73e0d65 Remove unused function GetOldestWALSendPointer from walsender code. 10 years ago
Tom Lane f1f01de145 Redefine create_upper_paths_hook as being invoked once per upper relation. 10 years ago
Kevin Grittner 2201d801b0 Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Tom Lane bdf7db8192 In generic WAL application and replay, ensure page "hole" is always zero. 10 years ago
Stephen Frost cd13471f2e Correct copyright for newly added genericdesc.c 10 years ago