summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26Enable parallel query by default.Robert Haas
2016-04-26Fix typo in commentMagnus Hagander
2016-04-25pg_dump: Message style improvementsPeter Eisentraut
2016-04-25Fix C comment typo and redundant testKevin Grittner
2016-04-25New method for preventing compile-time calculation of degree constants.Tom Lane
2016-04-25Try harder to detect a port conflict in PostgresNode.pm.Tom Lane
2016-04-25Update GETTEXT_FILES after config and controldata refactoringPeter Eisentraut
2016-04-25doc: Fix typoPeter Eisentraut
2016-04-24Improve PostgresNode.pm's logic for detecting already-in-use ports.Tom Lane
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-23doc: Fix typosPeter Eisentraut
2016-04-23Properly mark initRectBox() as taking 'void' argsBruce Momjian
2016-04-22Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane
2016-04-22Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander
2016-04-22Fix unexpected side-effects of operator_precedence_warning.Tom Lane
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-21PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Prevent possible crash reading pg_stat_activity.Robert Haas
2016-04-21Comment improvements for ForeignPath.Robert Haas
2016-04-21Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas
2016-04-21Include snapmgr.h in blscan.cKevin Grittner
2016-04-21Allow queries submitted by postgres_fdw to be canceled.Robert Haas
2016-04-21Inline initial comparisons in TestForOldSnapshot()Kevin Grittner
2016-04-21postgres_fdw: Don't push down certain full joins.Robert Haas
2016-04-21Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane
2016-04-21Add pg_dump support for the new PARALLEL option for aggregates.Robert Haas
2016-04-20Forbid parallel Hash Right Join or Hash Full Join.Robert Haas
2016-04-20Update backup documentation for new APIsMagnus Hagander
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-19Improve regression tests for degree-based trigonometric functions.Tom Lane
2016-04-18Make partition-lock-release coding more transparent in BufferAlloc().Tom Lane
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-18Fix typo in docs.Fujii Masao
2016-04-18doc: Document that sequences can also be extension configuration tablesPeter Eisentraut
2016-04-17Avoid code duplication in \crosstabview.Tom Lane
2016-04-16Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.Tom Lane
2016-04-16doc: Change some "user" to "role" for consistency in the sectionPeter Eisentraut
2016-04-16doc: Markup improvementPeter Eisentraut
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-16In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost
2016-04-16doc: Add missing parenthesesPeter Eisentraut
2016-04-16psql: Add new gettext triggerPeter Eisentraut
2016-04-15Use less-generic names in matview.sql.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15postgres_fdw: Clean up handling of system columns.Robert Haas