summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-18Improve RLS planning by marking individual quals with security levels.Tom Lane
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-17Remove dead code in bootstrapAlvaro Herrera
2017-01-17Fix typoAlvaro Herrera
2017-01-17Fix typoAlvaro Herrera
2017-01-17Correct include file pathPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Register missing money operators in system catalogsPeter Eisentraut
2017-01-17Add more tests for money typePeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-17Remove unnecessary prototypes in loadable modulesPeter Eisentraut
2017-01-17doc: Update URL for Microsoft download sitePeter Eisentraut
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-14Teach contrib/pg_stat_statements to handle multi-statement commands better.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-12Make whitespace consistent inside some script filesPeter 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