aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Minor spelling correction in commentSimon Riggs2017-03-23
* Replication lag tracking for walsendersSimon Riggs2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Fix grammar in commentMagnus Hagander2017-03-23
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-22
* Fix wrong costing of Sort under Gather Merge.Robert Haas2017-03-22
* Support multiple RADIUS serversMagnus Hagander2017-03-22
* Correct erroneous comment in GetOldestXmin()Simon Riggs2017-03-22
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Assign AccessExclusiveLocks against subxacts in Hot StandbySimon Riggs2017-03-22
* Change logical replication pg_hba.conf usePeter Eisentraut2017-03-22
* Refine rules for altering publication ownerPeter Eisentraut2017-03-22
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-22
* Avoid Perl warningPeter Eisentraut2017-03-22
* pg_dump: Only dump publications when dumping everythingPeter Eisentraut2017-03-21
* Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs2017-03-21
* Don't scan partitioned tables.Robert Haas2017-03-21
* Fix support for some operators (&<, &>, $<|, |&>) in box operator classTeodor Sigaev2017-03-21
* Add a direct function call mechanism using the caller's context.Andrew Dunstan2017-03-21
* Add missing support for new node fieldsAndrew Dunstan2017-03-20
* Force the regression databases to have bytea_output set to hexAndrew Dunstan2017-03-20
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-20
* Use a consistent error message style for user mappings.Andrew Dunstan2017-03-20
* Another fix for single-page hash index vacuum.Robert Haas2017-03-20
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane2017-03-20
* Add .gitignore for src/test/authentication/tmp_check.Heikki Linnakangas2017-03-20
* Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane2017-03-20
* Improve regression test coverage for TID scanning.Tom Lane2017-03-20
* Revert unintentional change in increasing usage count during pin of buffers,Teodor Sigaev2017-03-20
* pg_dump: Skip COLLATION-related regression testsStephen Frost2017-03-19
* Update obsolete commentMagnus Hagander2017-03-19
* Avoid use of already-closed relcache entry.Tom Lane2017-03-18
* Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane2017-03-18
* Adjust number of tests for pg_dump 001_basic.plStephen Frost2017-03-18
* pg_dump: Remove "option requires an argument -- j" testStephen Frost2017-03-18
* Improve pg_dump regression tests and code coverageStephen Frost2017-03-18
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-18
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-17
* Repair test for vacuum reltuples fix.Andrew Gierth2017-03-17
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Add TAP tests for password-based authentication methods.Heikki Linnakangas2017-03-17
* Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas2017-03-17
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-17
* psql: Add completion for \help DROP|ALTERPeter Eisentraut2017-03-16
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-16
* Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas2017-03-16