summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-21Add a direct function call mechanism using the caller's context.Andrew Dunstan
2017-03-21Add missing support for new node fieldsAndrew Dunstan
2017-03-20Force the regression databases to have bytea_output set to hexAndrew Dunstan
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-20Use a consistent error message style for user mappings.Andrew Dunstan
2017-03-20Another fix for single-page hash index vacuum.Robert Haas
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-03-20Add .gitignore for src/test/authentication/tmp_check.Heikki Linnakangas
2017-03-20Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane
2017-03-20Improve regression test coverage for TID scanning.Tom Lane
2017-03-20Revert unintentional change in increasing usage count during pin of buffers,Teodor Sigaev
2017-03-19pg_dump: Skip COLLATION-related regression testsStephen Frost
2017-03-19Update obsolete commentMagnus Hagander
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-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-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-17Repair test for vacuum reltuples fix.Andrew Gierth
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
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-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-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-15Improve grammar / fix typos in snapbuild.c.Andres Freund
2017-03-14Some preliminary refactoring towards partitionwise join.Robert Haas
2017-03-14Improve isolation tests infrastructure.Andres Freund