summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-2747-4/+208
* Don't force a blank line before comments in perl codeAndrew Dunstan2018-05-271-0/+1
* Update a couple of long-obsolete comments in pg_type.h.Tom Lane2018-05-261-3/+4
* Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.Tom Lane2018-05-251-13/+14
* Remove incorrect statement about IPC configuration on OpenBSDMagnus Hagander2018-05-251-7/+0
* Update non-default collation tests for getObjectDescription() changes.Tom Lane2018-05-242-8/+8
* Update sepgsql regression test output for getObjectDescription() changes.Tom Lane2018-05-242-34/+34
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-248-24/+36
* Improve translatability of some getObjectDescription() messages.Tom Lane2018-05-241-35/+73
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-242-9/+14
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-242-13/+84
* Preserve information on use of git-external-diffAndrew Dunstan2018-05-241-0/+35
* doc: PG 11 rel notes: add PL/pgSQL composite DDL itemBruce Momjian2018-05-231-0/+17
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-231-24/+16
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-235-178/+24
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-236-27/+26
* Accept "B" in all memory-unit GUCs, and improve error messages.Heikki Linnakangas2018-05-231-2/+12
* doc: PG 11 release notes fix for pg_dump --create, authorBruce Momjian2018-05-221-2/+2
* doc: PG 11 release notes, add third authorBruce Momjian2018-05-221-1/+2
* doc: PG 11 release note fixes: PGhost, typoBruce Momjian2018-05-221-4/+5
* Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane2018-05-221-17/+21
* Add missing files to src/backend/lib/README.Heikki Linnakangas2018-05-221-2/+8
* Fix typo in comment.Heikki Linnakangas2018-05-221-1/+1
* Stamp 11beta1.REL_11_BETA1Tom Lane2018-05-214-14/+14
* Update SQL features listPeter Eisentraut2018-05-211-3/+3
* doc: Use = after long options in documentationPeter Eisentraut2018-05-211-3/+3
* doc: Fix some trailing whitespacePeter Eisentraut2018-05-215-7/+7
* doc: Whitespace fixes in man pagesPeter Eisentraut2018-05-214-7/+3
* Doc: preliminary list of PG11 major features.Tom Lane2018-05-211-1/+94
* Translation updatesPeter Eisentraut2018-05-21187-47712/+93098
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-212-20/+39
* Update key words table for version 11Peter Eisentraut2018-05-211-5/+26
* doc: Fix some whitespace issuesPeter Eisentraut2018-05-212-39/+35
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-2110-36/+37
* Doc: fix bogus cross-reference link.Tom Lane2018-05-212-6/+10
* pg_basebackup: Remove short option -kPeter Eisentraut2018-05-213-24/+23
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-211-1/+3
* Fix unportable usage of printf("%m").Tom Lane2018-05-201-5/+6
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-209-9/+9
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-195-42/+36
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-195-28/+39
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-185-0/+48
* Fix for globals.c- c.h must come firstStephen Frost2018-05-181-2/+2
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-182-3/+3
* Further adjust comment in get_partition_dispatch_recurse.Robert Haas2018-05-181-5/+7
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-184-219/+273
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-181-2/+14
* Small improvement for plpgsql regression test.Tom Lane2018-05-182-4/+9
* Fix error message on short read of pg_controlMagnus Hagander2018-05-182-13/+38
* MSVC builds must use a separate stamp file for copying generated headers.Tom Lane2018-05-182-0/+9