summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-17Add compression support to pg_receivexlogMagnus Hagander
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-16Fix NULL pointer dereference in tuplesort.c.Tom Lane
2017-01-16Fix incorrect comparison due to bad mergeMagnus Hagander
2017-01-16Make pg_basebackup use temporary replication slotsMagnus Hagander
2017-01-16Fix typos in comments.Fujii Masao
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-14Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane
2017-01-14Change default values for backup and replication parametersMagnus Hagander
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-13Fix some more regression test row-order-instability issues.Tom Lane
2017-01-13In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane
2017-01-13pg_upgrade: Fix for changed pg_ctl default stop modePeter Eisentraut
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-13Fix cardinality estimates for parallel joins.Robert Haas
2017-01-12Fix field order in struct catcache.Tom Lane
2017-01-12Fix mistake in commentPeter Eisentraut
2017-01-12Fix incorrect function name in comment.Robert Haas
2017-01-11pg_restore: Don't allow non-positive number of jobsStephen Frost
2017-01-11Fix some typos in commentsMagnus Hagander
2017-01-11pg_xlogdump: document --path behaviorBruce Momjian
2017-01-10pg_dump: Strict names with no matching schemaStephen Frost
2017-01-10Fix overflow check in StringInfo; add missing castsAlvaro Herrera
2017-01-10Improve coding in _hash_addovflpage.Robert Haas
2017-01-10Fix invalid-parallel-jobs error messageStephen Frost
2017-01-09Fix error handling in pltcl_returnnext.Tom Lane
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-09BRIN revmap pages are not standard pages ...Alvaro Herrera
2017-01-09Expand the regression tests for PL/Tcl.Tom Lane
2017-01-09Use an enum instead of two bools to indicate wal inclusion in base backupsMagnus Hagander
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-07Improve documentation of struct ParseState.Tom Lane
2017-01-06Add basic pg_dumpall/pg_restore TAP testsStephen Frost
2017-01-06Merge two copies of tuple-building code in pltcl.c.Tom Lane
2017-01-06Protect against NULL-dereference in pg_dumpStephen Frost
2017-01-06Invalidate cached plans on FDW option changes.Tom Lane
2017-01-06Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas
2017-01-05Fix possible leak of semaphore count.Robert Haas
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-05Fix handling of empty arrays in array_fill().Tom Lane
2017-01-05Fix format for TAP test docsSimon Riggs
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2017-01-04Assorted code improvements for table partitioning.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Add new TAP tests for pg_recvlogicalSimon Riggs