summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add btree_gin support for enum typesAndrew Dunstan2017-03-216-11/+199
* Add btree_gist support for enum types.Andrew Dunstan2017-03-2110-7/+991
* Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan2017-03-216-97/+100
* Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan2017-03-2117-217/+219
* Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs2017-03-212-1/+108
* Don't scan partitioned tables.Robert Haas2017-03-2127-164/+537
* Fix support for some operators (&<, &>, $<|, |&>) in box operator classTeodor Sigaev2017-03-214-4/+172
* Add a direct function call mechanism using the caller's context.Andrew Dunstan2017-03-212-0/+63
* doc: Improve markupPeter Eisentraut2017-03-212-2/+2
* doc: clarify that function "ownership" that controls permissionBruce Momjian2017-03-201-2/+2
* doc: adjust 'Infinity' example to include minusBruce Momjian2017-03-201-1/+1
* Add missing support for new node fieldsAndrew Dunstan2017-03-202-0/+4
* doc: improve createdb exampleBruce Momjian2017-03-201-4/+4
* Force the regression databases to have bytea_output set to hexAndrew Dunstan2017-03-201-1/+2
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-207-7/+93
* Use a consistent error message style for user mappings.Andrew Dunstan2017-03-202-8/+8
* Another fix for single-page hash index vacuum.Robert Haas2017-03-201-1/+7
* Fixes for single-page hash index vacuum.Robert Haas2017-03-206-3/+48
* Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane2017-03-205-0/+65
* Add .gitignore for src/test/authentication/tmp_check.Heikki Linnakangas2017-03-201-0/+2
* Add missed "make clean" logic in src/interfaces/libpq/Makefile.Tom Lane2017-03-201-8/+5
* Improve regression test coverage for TID scanning.Tom Lane2017-03-204-1/+247
* Revert unintentional change in increasing usage count during pin of buffers,Teodor Sigaev2017-03-201-3/+15
* pg_dump: Skip COLLATION-related regression testsStephen Frost2017-03-191-0/+29
* Update obsolete commentMagnus Hagander2017-03-191-2/+1
* doc: Fix a few typos and awkward linksPeter Eisentraut2017-03-185-8/+8
* Avoid use of already-closed relcache entry.Tom Lane2017-03-181-2/+2
* Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane2017-03-183-5/+29
* doc: Improve wordingPeter Eisentraut2017-03-181-2/+2
* doc: Add markupPeter Eisentraut2017-03-181-1/+1
* doc: Update compatibility claimPeter Eisentraut2017-03-182-2/+17
* doc: Tweak reference page header stylePeter Eisentraut2017-03-181-0/+2
* Adjust number of tests for pg_dump 001_basic.plStephen Frost2017-03-181-1/+1
* pg_dump: Remove "option requires an argument -- j" testStephen Frost2017-03-181-5/+0
* Improve pg_dump regression tests and code coverageStephen Frost2017-03-182-241/+3020
* doc: Correct row count in tablePeter Eisentraut2017-03-181-1/+1
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-1821-29/+782
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-182-2/+12
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-172-16/+44
* pageinspect: Add page_checksum functionPeter Eisentraut2017-03-175-2/+98
* Repair test for vacuum reltuples fix.Andrew Gierth2017-03-172-10/+10
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-1728-73/+84
* Remove dead link.Robert Haas2017-03-171-3/+1
* pageinspect: Add test for page_header functionPeter Eisentraut2017-03-172-0/+8
* Add TAP tests for password-based authentication methods.Heikki Linnakangas2017-03-175-1/+124
* Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas2017-03-173-22/+87
* Fix and simplify check for whether we're running as Windows service.Heikki Linnakangas2017-03-171-142/+38
* Fix grammar.Robert Haas2017-03-161-1/+1
* psql: Add completion for \help DROP|ALTERPeter Eisentraut2017-03-161-19/+74
* Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth2017-03-164-4/+119