summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includePeter Eisentraut2017-01-173-1/+2
* Remove unnecessary prototypes in loadable modulesPeter Eisentraut2017-01-172-14/+0
* doc: Update URL for Microsoft download sitePeter Eisentraut2017-01-171-1/+1
* Add compression support to pg_receivexlogMagnus Hagander2017-01-175-20/+197
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-171-73/+150
* Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane2017-01-166-3/+15
* Fix NULL pointer dereference in tuplesort.c.Tom Lane2017-01-161-1/+2
* Fix incorrect comparison due to bad mergeMagnus Hagander2017-01-161-1/+1
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-169-8/+101
* Fix typos in comments.Fujii Masao2017-01-161-2/+2
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-155-11/+129
* Teach contrib/pg_stat_statements to handle multi-statement commands better.Tom Lane2017-01-143-38/+606
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-1453-547/+788
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-141-1/+10
* Change default values for backup and replication parametersMagnus Hagander2017-01-149-20/+21
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-1410-61/+49
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-138-16/+16
* Fix some more regression test row-order-instability issues.Tom Lane2017-01-134-6/+16
* In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane2017-01-132-6/+6
* pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut2017-01-131-1/+1
* Fix a bug in how we generate partition constraints.Robert Haas2017-01-135-52/+110
* Fix cardinality estimates for parallel joins.Robert Haas2017-01-131-26/+48
* Fix field order in struct catcache.Tom Lane2017-01-121-1/+6
* Fix mistake in commentPeter Eisentraut2017-01-121-1/+1
* Make whitespace consistent inside some script filesPeter Eisentraut2017-01-122-7/+7
* Fix incorrect function name in comment.Robert Haas2017-01-121-4/+5
* pg_restore: Don't allow non-positive number of jobsStephen Frost2017-01-111-10/+16
* Fix some typos in commentsMagnus Hagander2017-01-111-3/+3
* pg_xlogdump: document --path behaviorBruce Momjian2017-01-102-5/+9
* pg_dump: Strict names with no matching schemaStephen Frost2017-01-101-1/+1
* Fix overflow check in StringInfo; add missing castsAlvaro Herrera2017-01-101-6/+7
* Improve coding in _hash_addovflpage.Robert Haas2017-01-101-2/+12
* Fix invalid-parallel-jobs error messageStephen Frost2017-01-091-1/+1
* Fix error handling in pltcl_returnnext.Tom Lane2017-01-091-40/+59
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-095-49/+175
* BRIN revmap pages are not standard pages ...Alvaro Herrera2017-01-091-1/+1
* Expand the regression tests for PL/Tcl.Tom Lane2017-01-094-89/+654
* Use an enum instead of two bools to indicate wal inclusion in base backupsMagnus Hagander2017-01-091-16/+22
* Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane2017-01-073-26/+33
* Improve documentation of struct ParseState.Tom Lane2017-01-071-5/+39
* Add basic pg_dumpall/pg_restore TAP testsStephen Frost2017-01-062-5/+64
* Merge two copies of tuple-building code in pltcl.c.Tom Lane2017-01-061-74/+39
* Protect against NULL-dereference in pg_dumpStephen Frost2017-01-061-1/+8
* Invalidate cached plans on FDW option changes.Tom Lane2017-01-064-0/+118
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-061-1/+1
* Fix possible leak of semaphore count.Robert Haas2017-01-051-1/+2
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-0510-57/+87
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-054-25/+11
* Fix handling of empty arrays in array_fill().Tom Lane2017-01-053-19/+42
* Fix format for TAP test docsSimon Riggs2017-01-051-12/+22