aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas2016-04-26
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* pg_dump: Message style improvementsPeter Eisentraut2016-04-26
* Add a --brief option to git_changelog.Tom Lane2016-04-26
* Fix order of shutdown cleanup operations in PostgresNode.pm.Tom Lane2016-04-26
* Yet more portability hacking for degree-based trig functions.Tom Lane2016-04-26
* Enable parallel query by default.Robert Haas2016-04-26
* Fix typo in commentMagnus Hagander2016-04-26
* pg_dump: Message style improvementsPeter Eisentraut2016-04-25
* Fix C comment typo and redundant testKevin Grittner2016-04-25
* New method for preventing compile-time calculation of degree constants.Tom Lane2016-04-25
* Try harder to detect a port conflict in PostgresNode.pm.Tom Lane2016-04-25
* Update GETTEXT_FILES after config and controldata refactoringPeter Eisentraut2016-04-24
* Improve PostgresNode.pm's logic for detecting already-in-use ports.Tom Lane2016-04-24
* Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund2016-04-24
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Properly mark initRectBox() as taking 'void' argsBruce Momjian2016-04-23
* Add putenv support for msvcrt from Visual Studio 2013Magnus Hagander2016-04-22
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-21
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Prevent possible crash reading pg_stat_activity.Robert Haas2016-04-21
* Comment improvements for ForeignPath.Robert Haas2016-04-21
* Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.Robert Haas2016-04-21
* Inline initial comparisons in TestForOldSnapshot()Kevin Grittner2016-04-21
* Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.Tom Lane2016-04-20
* Add pg_dump support for the new PARALLEL option for aggregates.Robert Haas2016-04-20
* Forbid parallel Hash Right Join or Hash Full Join.Robert Haas2016-04-20
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Improve regression tests for degree-based trigonometric functions.Tom Lane2016-04-19
* Make partition-lock-release coding more transparent in BufferAlloc().Tom Lane2016-04-18
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Avoid code duplication in \crosstabview.Tom Lane2016-04-17
* Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.Tom Lane2016-04-16
* Disallow creation of indexes on system columns (except for OID).Tom Lane2016-04-16
* In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost2016-04-15
* psql: Add new gettext triggerPeter Eisentraut2016-04-15
* Use less-generic names in matview.sql.Tom Lane2016-04-15
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Fix portability problem induced by commit a6f6b7819.Tom Lane2016-04-15
* Fix typo in commentMagnus Hagander2016-04-15
* Update helptext for vcregress.plMagnus Hagander2016-04-15
* Make regression test for multiple synchronous standbys more stable.Fujii Masao2016-04-15
* Fix memory leak in GIN index scans.Tom Lane2016-04-15