summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-1613-53/+364
* Another comment update.Robert Haas2016-03-161-2/+2
* Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.Robert Haas2016-03-162-3/+3
* Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f4984e460Teodor Sigaev2016-03-163-0/+1782
* Add word_similarity to pg_trgm contrib module.Teodor Sigaev2016-03-1610-75/+726
* Fix typo.Robert Haas2016-03-161-1/+1
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-1612-3/+91
* GUC variable pg_trgm.similarity_threshold insead of set_limit()Teodor Sigaev2016-03-166-15/+78
* UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by defaultPeter Eisentraut2016-03-161-1/+1
* Make spacing and punctuation consistentPeter Eisentraut2016-03-162-3/+3
* fix typo in commentTeodor Sigaev2016-03-161-1/+1
* Improve script generating unaccent rulesTeodor Sigaev2016-03-162-56/+762
* Fix typos.Robert Haas2016-03-1526-30/+30
* Avoid incorrectly indicating exclusion constraint waitStephen Frost2016-03-151-2/+4
* Fix typos in commentsAlvaro Herrera2016-03-151-2/+2
* postgres_fdw: make_tuple_from_result_row should set cur_attno for ctid.Robert Haas2016-03-151-2/+2
* Fix typos.Robert Haas2016-03-151-2/+2
* Add simple VACUUM progress reporting.Robert Haas2016-03-158-1/+394
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-156-2/+92
* Add a GetForeignUpperPaths callback function for FDWs.Tom Lane2016-03-145-17/+67
* Add missing include for self-containmentPeter Eisentraut2016-03-141-0/+2
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-143-1/+16
* Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane2016-03-144-0/+35
* Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane2016-03-144-2/+11
* Rethink representation of PathTargets.Tom Lane2016-03-1418-138/+143
* Update PL/Perl's comment about hv_store().Tom Lane2016-03-141-4/+2
* Improve conversions from uint64 to Perl types.Tom Lane2016-03-142-9/+12
* Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas2016-03-143-6/+7
* Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane2016-03-141-1/+1
* Improve check for overly-long extensible node name.Robert Haas2016-03-141-1/+2
* pg_stat_get_progress_info() should be marked STRICT.Tom Lane2016-03-141-1/+1
* Teach the configure script to validate its --with-pgport argument.Tom Lane2016-03-142-0/+22
* Mop-up for setting minimum Tcl version to 8.4.Tom Lane2016-03-133-5/+4
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-132-1/+5
* Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut2016-03-136-6/+1
* Rename auto_explain.sample_ratio to sample_rateMagnus Hagander2016-03-132-12/+11
* Fix order of MemSet argumentsMagnus Hagander2016-03-131-1/+1
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-131-0/+6
* Fix Windows portability issue in 23a27b039d94ba35.Tom Lane2016-03-121-1/+1
* Get rid of scribbling on a const variable in psql's print.c.Tom Lane2016-03-122-3/+3
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-1232-181/+273
* Include portability/mem.h into fd.c for MAP_FAILED.Andres Freund2016-03-121-0/+1
* Re-export a few of createplan.c's make_xxx() functions.Tom Lane2016-03-122-10/+11
* pg_upgrade: Convert old visibility map format to new format.Robert Haas2016-03-113-11/+197
* When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane2016-03-114-44/+478
* Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-111-2/+6
* Fix merge affixes for numeric onesTeodor Sigaev2016-03-111-4/+20
* Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-111-1/+1
* Tsvector editing functionsTeodor Sigaev2016-03-117-18/+933
* Minor additional refactoring of planner.c's PathTarget handling.Tom Lane2016-03-113-64/+111