summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-051-3/+6
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-048-29/+197
* Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev2015-09-042-66/+415
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-033-15/+34
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-032-0/+9
* Disable fsync throughout TAP test suites.Noah Misch2015-09-033-3/+6
* Update the SSL test suite for recent changes to TAP testing framework.Robert Haas2015-09-022-19/+9
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-024-4/+12
* Document that PL/Python now returns floats using repr() not str().Tom Lane2015-09-011-10/+14
* Flush to show results of TestLib.pm (TAP) test as we go.Kevin Grittner2015-09-011-0/+1
* pg_upgrade docs: clarify rsync and move verification stepBruce Momjian2015-09-011-15/+18
* Allow notifications to bgworkers without database connections.Robert Haas2015-09-011-111/+25
* Use <substeps> in pg_upgrade's procedureAlvaro Herrera2015-09-011-2/+2
* Clean up icc + ia64 situation.Tom Lane2015-08-312-13/+26
* docs: remove outdated note about unique indexesBruce Momjian2015-08-311-5/+1
* Allow icc to use the same atomics infrastructure as gcc.Tom Lane2015-08-312-30/+16
* Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane2015-08-312-35/+10
* Remove theoretically-unnecessary special case for icc.Tom Lane2015-08-311-11/+5
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-3111-200/+27
* psql: print longtable as a possible \pset optionBruce Momjian2015-08-311-1/+1
* Small grammar fixMagnus Hagander2015-08-311-4/+4
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-315-29/+0
* Fix sepgsql regression tests.Joe Conway2015-08-3011-378/+449
* Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane2015-08-291-6/+10
* Ensure locks are acquired on RLS-added relationsStephen Frost2015-08-281-0/+19
* Clarify what some historic terms in rewriteHandler.c mean.Andres Freund2015-08-281-0/+7
* Simplify Perl chmod callsPeter Eisentraut2015-08-271-15/+1
* dblink docs: fix typo to use "connname" (3 n's), not "conname"Bruce Momjian2015-08-271-13/+13
* Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane2015-08-261-42/+66
* release notes: abbreviated key speedup only for varchar/textBruce Momjian2015-08-261-2/+3
* 9.5 release notes: mention lack of char() sort improvementsBruce Momjian2015-08-261-1/+2
* Reestablish alignment of pg_controldata output.Joe Conway2015-08-251-7/+7
* Docs: be explicit about datatype matching for lead/lag functions.Tom Lane2015-08-251-6/+10
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-252-3/+4
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-254-21/+142
* Fix potential platform dependence in gist regression test.Tom Lane2015-08-252-12/+12
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-233-10/+10
* Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane2015-08-231-3/+9
* Avoid use of float arithmetic in bipartite_match.c.Tom Lane2015-08-232-36/+55
* Fix typo in C comment.Kevin Grittner2015-08-231-1/+1
* Improve whitespacePeter Eisentraut2015-08-221-0/+1
* Improve spellingPeter Eisentraut2015-08-221-1/+1
* Add hint to run "pgbench -i", if test tables don't exist.Heikki Linnakangas2015-08-221-0/+9
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-211-1/+2
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-217-85/+226
* Clean up roles from roleattributes testStephen Frost2015-08-212-7/+32
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-211-8/+7
* Remove ExecGetScanType functionAlvaro Herrera2015-08-212-13/+0
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-213-2/+259
* Allow record_in() and record_recv() to work for transient record types.Tom Lane2015-08-211-22/+17