Commit Graph

40307 Commits (6b1a213bbd6599228b2b67f7552ff7cc378797bf)
 

Author SHA1 Message Date
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
Tom Lane 14216649f3 PGDLLIMPORT-ify old_snapshot_threshold. 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 7cb1db1d95 Include snapmgr.h in blscan.c 10 years ago
Robert Haas f039eaac71 Allow queries submitted by postgres_fdw to be canceled. 10 years ago
Kevin Grittner 11e178d0dc Inline initial comparisons in TestForOldSnapshot() 10 years ago
Robert Haas 5b1f9ce1d9 postgres_fdw: Don't push down certain full joins. 10 years ago
Tom Lane cbabb70f35 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Robert Haas b4e0f18382 Add pg_dump support for the new PARALLEL option for aggregates. 10 years ago
Robert Haas 9c75e1a36b Forbid parallel Hash Right Join or Hash Full Join. 10 years ago
Magnus Hagander cfb863f20a Update backup documentation for new APIs 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 4db0d2d2fe Improve regression tests for degree-based trigonometric functions. 10 years ago
Tom Lane a0382e2d7e Make partition-lock-release coding more transparent in BufferAlloc(). 10 years ago
Tom Lane 75c24d0f74 Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
Fujii Masao 8ce8307bd4 Fix typo in docs. 10 years ago
Peter Eisentraut d460c7cc0f doc: Document that sequences can also be extension configuration tables 10 years ago
Tom Lane 9603a32594 Avoid code duplication in \crosstabview. 10 years ago
Tom Lane 4039c736eb Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value. 10 years ago
Peter Eisentraut 5fdda1ceab doc: Change some "user" to "role" for consistency in the section 10 years ago
Peter Eisentraut efb25e56d8 doc: Markup improvement 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
Peter Eisentraut d2de44c2ce doc: Add missing parentheses 10 years ago
Peter Eisentraut c313687673 psql: Add new gettext trigger 10 years ago
Tom Lane 4447f0bcb6 Use less-generic names in matview.sql. 10 years ago
Tom Lane 8f1911d5e6 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. 10 years ago
Robert Haas da7d44b627 postgres_fdw: Clean up handling of system columns. 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
Magnus Hagander cf086b1c2f Update helptext for vcregress.pl 10 years ago