aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove createlang and droplangPeter Eisentraut2017-03-23
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-23
* Remove trailing comma from enum definitionPeter Eisentraut2017-03-23
* Assorted compilation and test fixesPeter Eisentraut2017-03-23
* 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
* doc: Improve CREATE PUBLICATION examplesPeter Eisentraut2017-03-22
* doc: Fix logical replication setup instructionsPeter Eisentraut2017-03-22
* doc: Markup and formatting improvementsPeter Eisentraut2017-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
* doc: Update tool sets documentation for modern FreeBSDPeter Eisentraut2017-03-21
* Document btree_gin support for enumsAndrew Dunstan2017-03-21
* Add btree_gin support for enum typesAndrew Dunstan2017-03-21
* Add btree_gist support for enum types.Andrew Dunstan2017-03-21
* Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan2017-03-21
* Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan2017-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
* doc: Improve markupPeter Eisentraut2017-03-21
* doc: clarify that function "ownership" that controls permissionBruce Momjian2017-03-20
* doc: adjust 'Infinity' example to include minusBruce Momjian2017-03-20
* Add missing support for new node fieldsAndrew Dunstan2017-03-20
* doc: improve createdb exampleBruce Momjian2017-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