index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
47
-4
/
+208
*
Don't force a blank line before comments in perl code
Andrew Dunstan
2018-05-27
1
-0
/
+1
*
Update a couple of long-obsolete comments in pg_type.h.
Tom Lane
2018-05-26
1
-3
/
+4
*
Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.
Tom Lane
2018-05-25
1
-13
/
+14
*
Remove incorrect statement about IPC configuration on OpenBSD
Magnus Hagander
2018-05-25
1
-7
/
+0
*
Update non-default collation tests for getObjectDescription() changes.
Tom Lane
2018-05-24
2
-8
/
+8
*
Update sepgsql regression test output for getObjectDescription() changes.
Tom Lane
2018-05-24
2
-34
/
+34
*
Improve English wording of some other getObjectDescription() messages.
Tom Lane
2018-05-24
8
-24
/
+36
*
Improve translatability of some getObjectDescription() messages.
Tom Lane
2018-05-24
1
-35
/
+73
*
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
2
-9
/
+14
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
2
-13
/
+84
*
Preserve information on use of git-external-diff
Andrew Dunstan
2018-05-24
1
-0
/
+35
*
doc: PG 11 rel notes: add PL/pgSQL composite DDL item
Bruce Momjian
2018-05-23
1
-0
/
+17
*
Fix simple_prompt() to disable echo on Windows when stdin != terminal.
Tom Lane
2018-05-23
1
-24
/
+16
*
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
2018-05-23
5
-178
/
+24
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
6
-27
/
+26
*
Accept "B" in all memory-unit GUCs, and improve error messages.
Heikki Linnakangas
2018-05-23
1
-2
/
+12
*
doc: PG 11 release notes fix for pg_dump --create, author
Bruce Momjian
2018-05-22
1
-2
/
+2
*
doc: PG 11 release notes, add third author
Bruce Momjian
2018-05-22
1
-1
/
+2
*
doc: PG 11 release note fixes: PGhost, typo
Bruce Momjian
2018-05-22
1
-4
/
+5
*
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-22
1
-17
/
+21
*
Add missing files to src/backend/lib/README.
Heikki Linnakangas
2018-05-22
1
-2
/
+8
*
Fix typo in comment.
Heikki Linnakangas
2018-05-22
1
-1
/
+1
*
Stamp 11beta1.
REL_11_BETA1
Tom Lane
2018-05-21
4
-14
/
+14
*
Update SQL features list
Peter Eisentraut
2018-05-21
1
-3
/
+3
*
doc: Use = after long options in documentation
Peter Eisentraut
2018-05-21
1
-3
/
+3
*
doc: Fix some trailing whitespace
Peter Eisentraut
2018-05-21
5
-7
/
+7
*
doc: Whitespace fixes in man pages
Peter Eisentraut
2018-05-21
4
-7
/
+3
*
Doc: preliminary list of PG11 major features.
Tom Lane
2018-05-21
1
-1
/
+94
*
Translation updates
Peter Eisentraut
2018-05-21
187
-47712
/
+93098
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
2
-20
/
+39
*
Update key words table for version 11
Peter Eisentraut
2018-05-21
1
-5
/
+26
*
doc: Fix some whitespace issues
Peter Eisentraut
2018-05-21
2
-39
/
+35
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
10
-36
/
+37
*
Doc: fix bogus cross-reference link.
Tom Lane
2018-05-21
2
-6
/
+10
*
pg_basebackup: Remove short option -k
Peter Eisentraut
2018-05-21
3
-24
/
+23
*
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-21
1
-1
/
+3
*
Fix unportable usage of printf("%m").
Tom Lane
2018-05-20
1
-5
/
+6
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
9
-9
/
+9
*
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
2018-05-19
5
-42
/
+36
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
5
-28
/
+39
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
5
-0
/
+48
*
Fix for globals.c- c.h must come first
Stephen Frost
2018-05-18
1
-2
/
+2
*
Hot-fix ecpg regression test for missing ecpg_config.h inclusion.
Tom Lane
2018-05-18
2
-3
/
+3
*
Further adjust comment in get_partition_dispatch_recurse.
Robert Haas
2018-05-18
1
-5
/
+7
*
Add some test coverage for ecpg's "long long" support.
Tom Lane
2018-05-18
4
-219
/
+273
*
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-18
1
-2
/
+14
*
Small improvement for plpgsql regression test.
Tom Lane
2018-05-18
2
-4
/
+9
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
2
-13
/
+38
*
MSVC builds must use a separate stamp file for copying generated headers.
Tom Lane
2018-05-18
2
-0
/
+9
[next]