summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-1619-75/+98
* Fix leakage of memory context header in find_all_inheritors().Tom Lane2017-05-161-16/+6
* Revert "Add a test for transition table usage in FOR EACH ROW trigger."Kevin Grittner2017-05-163-53/+0
* Add a test for transition table usage in FOR EACH ROW trigger.Kevin Grittner2017-05-163-0/+53
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-161-0/+32
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-166-28/+48
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-152-9/+13
* Stamp 10beta1.REL_10_BETA1Tom Lane2017-05-151-3/+3
* Add missing apostrophe.Robert Haas2017-05-151-1/+1
* Update oidjoins regression test for v10.Tom Lane2017-05-153-3/+136
* Add assertion to quiet CoverityPeter Eisentraut2017-05-151-0/+3
* Translation updatesPeter Eisentraut2017-05-15113-47787/+98843
* Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.Tom Lane2017-05-151-6/+6
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-153-2/+53
* Fix ALTER SEQUENCE lockingPeter Eisentraut2017-05-154-21/+173
* Fix typo in commentMagnus Hagander2017-05-151-1/+1
* stats regression test's wait_for_stats() must check timestamp too.Tom Lane2017-05-142-2/+16
* Make pgstat tabstat lookup hash table less fragile.Tom Lane2017-05-141-60/+64
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-142-4/+4
* Attempt to fix compiler warning.Robert Haas2017-05-141-0/+1
* Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane2017-05-144-180/+259
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-145-3/+88
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-145-25/+4
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-1430-119/+127
* Specify --outputdir for isolation install check, not just plain check.Andres Freund2017-05-131-1/+1
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-131-56/+68
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-134-243/+203
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-139-585/+421
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-139-22/+193
* Fix multi-column range partitioning constraints.Robert Haas2017-05-136-221/+666
* Avoid hard-wired sleep delays in stats regression test.Tom Lane2017-05-132-27/+20
* Use a better way of skipping all subscription tests on WindowsAndrew Dunstan2017-05-132-83/+90
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-136-3/+86
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-123-6/+40
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-121-1/+1
* getObjectDescription: support extended statisticsAlvaro Herrera2017-05-121-7/+20
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-125-55/+64
* Fix dependencies for extended statistics objects.Tom Lane2017-05-126-100/+48
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-1216-208/+258
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-1212-40/+40
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-1220-78/+75
* Honor PROVE_FLAGS environment settingAndrew Dunstan2017-05-122-3/+6
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-121-0/+1
* pg_dump: Add --no-publications optionPeter Eisentraut2017-05-125-1/+21
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-1219-209/+155
* Avoid tests which crash the calling process on WindowsAndrew Dunstan2017-05-122-8/+25
* Lag tracking for logical replicationSimon Riggs2017-05-127-23/+79
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-111-1/+1
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-1123-94/+94
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-104-77/+24