summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-23Fix grammar in commentMagnus Hagander
2017-03-23Expose waitforarchive option through pg_stop_backup()Stephen Frost
2017-03-22doc: Improve CREATE PUBLICATION examplesPeter Eisentraut
2017-03-22doc: Fix logical replication setup instructionsPeter Eisentraut
2017-03-22doc: Markup and formatting improvementsPeter Eisentraut
2017-03-22Fix wrong costing of Sort under Gather Merge.Robert Haas
2017-03-22Support multiple RADIUS serversMagnus Hagander
2017-03-22Correct erroneous comment in GetOldestXmin()Simon Riggs
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-22Assign AccessExclusiveLocks against subxacts in Hot StandbySimon Riggs
2017-03-22Change logical replication pg_hba.conf usePeter Eisentraut
2017-03-22Refine rules for altering publication ownerPeter Eisentraut
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-22Avoid Perl warningPeter Eisentraut
2017-03-22pg_dump: Only dump publications when dumping everythingPeter Eisentraut
2017-03-22doc: Update tool sets documentation for modern FreeBSDPeter Eisentraut
2017-03-21Document btree_gin support for enumsAndrew Dunstan
2017-03-21Add btree_gin support for enum typesAndrew Dunstan
2017-03-21Add btree_gist support for enum types.Andrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan
2017-03-21Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan
2017-03-21Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-21Fix support for some operators (&<, &>, $<|, |&>) in box operator classTeodor Sigaev
2017-03-21Add a direct function call mechanism using the caller's context.Andrew Dunstan
2017-03-21doc: Improve markupPeter Eisentraut
2017-03-21doc: clarify that function "ownership" that controls permissionBruce Momjian
2017-03-21doc: adjust 'Infinity' example to include minusBruce Momjian
2017-03-21Add missing support for new node fieldsAndrew Dunstan
2017-03-21doc: improve createdb exampleBruce Momjian
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-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