summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-20Import auth-test-fixes.patchscram-leftoversHeikki Linnakangas
2017-03-19pg_dump: Skip COLLATION-related regression testsStephen Frost
2017-03-19Update obsolete commentMagnus Hagander
2017-03-19doc: Fix a few typos and awkward linksPeter Eisentraut
2017-03-18Avoid use of already-closed relcache entry.Tom Lane
2017-03-18Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane
2017-03-18doc: Improve wordingPeter Eisentraut
2017-03-18doc: Add markupPeter Eisentraut
2017-03-18doc: Update compatibility claimPeter Eisentraut
2017-03-18doc: Tweak reference page header stylePeter Eisentraut
2017-03-18Adjust number of tests for pg_dump 001_basic.plStephen Frost
2017-03-18pg_dump: Remove "option requires an argument -- j" testStephen Frost
2017-03-18Improve pg_dump regression tests and code coverageStephen Frost
2017-03-18doc: Correct row count in tablePeter Eisentraut
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-18Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes
2017-03-17Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane
2017-03-17pageinspect: Add page_checksum functionPeter Eisentraut
2017-03-17Repair test for vacuum reltuples fix.Andrew Gierth
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-17Remove dead link.Robert Haas
2017-03-17pageinspect: Add test for page_header functionPeter Eisentraut
2017-03-17Add TAP tests for password-based authentication methods.Heikki Linnakangas
2017-03-17Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas
2017-03-17Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas
2017-03-17Fix grammar.Robert Haas
2017-03-16psql: Add completion for \help DROP|ALTERPeter Eisentraut
2017-03-16Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth
2017-03-16Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas
2017-03-16Add pg_ls_logdir() and pg_ls_waldir() functions.Robert Haas
2017-03-16postgres_fdw: Push down FULL JOINs with restriction clauses.Robert Haas
2017-03-16Fix ancient get_object_address_opf_member bugAlvaro Herrera
2017-03-16Be more careful about signed vs. unsigned charStephen Frost
2017-03-16Clean up overly paranoid checks in mac8.cStephen Frost
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-16Specify bindir in pg_isolation_regress_installcheck.Andres Freund
2017-03-15Simplify publication/subscription tests a bitPeter Eisentraut
2017-03-15Fix typoPeter Eisentraut
2017-03-15Add more documentation and tests for publicationsPeter Eisentraut
2017-03-15Rewrite async-connection loop in libpqwalreceiver.c, once again.Tom Lane
2017-03-15Fix failure to use clamp_row_est() for parallel joins.Robert Haas
2017-03-15Bump catversion for MACADDR8Stephen Frost
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-03-15Add a regression test for snapshot too old with hash indexes.Robert Haas
2017-03-15Fix MB regression tests for WAL-logging of hash indexes.Robert Haas
2017-03-15Cosmetic fixes for hash index write-ahead logging.Robert Haas
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-15doc: Remove useless elements in bibliographyPeter Eisentraut
2017-03-15doc: Fix TOC generation for refentriesPeter Eisentraut
2017-03-15Improve grammar / fix typos in snapbuild.c.Andres Freund