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
*
Remove unnecessary include
Peter Eisentraut
2017-01-17
3
-1
/
+2
*
Remove unnecessary prototypes in loadable modules
Peter Eisentraut
2017-01-17
2
-14
/
+0
*
doc: Update URL for Microsoft download site
Peter Eisentraut
2017-01-17
1
-1
/
+1
*
Add compression support to pg_receivexlog
Magnus Hagander
2017-01-17
5
-20
/
+197
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
1
-73
/
+150
*
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-16
6
-3
/
+15
*
Fix NULL pointer dereference in tuplesort.c.
Tom Lane
2017-01-16
1
-1
/
+2
*
Fix incorrect comparison due to bad merge
Magnus Hagander
2017-01-16
1
-1
/
+1
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
9
-8
/
+101
*
Fix typos in comments.
Fujii Masao
2017-01-16
1
-2
/
+2
*
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-15
5
-11
/
+129
*
Teach contrib/pg_stat_statements to handle multi-statement commands better.
Tom Lane
2017-01-14
3
-38
/
+606
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
53
-547
/
+788
*
Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.
Tom Lane
2017-01-14
1
-1
/
+10
*
Change default values for backup and replication parameters
Magnus Hagander
2017-01-14
9
-20
/
+21
*
pg_ctl: Change default to wait for all actions
Peter Eisentraut
2017-01-14
10
-61
/
+49
*
Updates to reflect that pg_ctl stop -m fast is the default
Peter Eisentraut
2017-01-13
8
-16
/
+16
*
Fix some more regression test row-order-instability issues.
Tom Lane
2017-01-13
4
-6
/
+16
*
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-13
2
-6
/
+6
*
pg_upgrade: Fix for changed pg_ctl default stop mode
Peter Eisentraut
2017-01-13
1
-1
/
+1
*
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-13
5
-52
/
+110
*
Fix cardinality estimates for parallel joins.
Robert Haas
2017-01-13
1
-26
/
+48
*
Fix field order in struct catcache.
Tom Lane
2017-01-12
1
-1
/
+6
*
Fix mistake in comment
Peter Eisentraut
2017-01-12
1
-1
/
+1
*
Make whitespace consistent inside some script files
Peter Eisentraut
2017-01-12
2
-7
/
+7
*
Fix incorrect function name in comment.
Robert Haas
2017-01-12
1
-4
/
+5
*
pg_restore: Don't allow non-positive number of jobs
Stephen Frost
2017-01-11
1
-10
/
+16
*
Fix some typos in comments
Magnus Hagander
2017-01-11
1
-3
/
+3
*
pg_xlogdump: document --path behavior
Bruce Momjian
2017-01-10
2
-5
/
+9
*
pg_dump: Strict names with no matching schema
Stephen Frost
2017-01-10
1
-1
/
+1
*
Fix overflow check in StringInfo; add missing casts
Alvaro Herrera
2017-01-10
1
-6
/
+7
*
Improve coding in _hash_addovflpage.
Robert Haas
2017-01-10
1
-2
/
+12
*
Fix invalid-parallel-jobs error message
Stephen Frost
2017-01-09
1
-1
/
+1
*
Fix error handling in pltcl_returnnext.
Tom Lane
2017-01-09
1
-40
/
+59
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
5
-49
/
+175
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
1
-1
/
+1
*
Expand the regression tests for PL/Tcl.
Tom Lane
2017-01-09
4
-89
/
+654
*
Use an enum instead of two bools to indicate wal inclusion in base backups
Magnus Hagander
2017-01-09
1
-16
/
+22
*
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
3
-26
/
+33
*
Improve documentation of struct ParseState.
Tom Lane
2017-01-07
1
-5
/
+39
*
Add basic pg_dumpall/pg_restore TAP tests
Stephen Frost
2017-01-06
2
-5
/
+64
*
Merge two copies of tuple-building code in pltcl.c.
Tom Lane
2017-01-06
1
-74
/
+39
*
Protect against NULL-dereference in pg_dump
Stephen Frost
2017-01-06
1
-1
/
+8
*
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-06
4
-0
/
+118
*
Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
Robert Haas
2017-01-06
1
-1
/
+1
*
Fix possible leak of semaphore count.
Robert Haas
2017-01-05
1
-1
/
+2
*
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-05
10
-57
/
+87
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
4
-25
/
+11
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
3
-19
/
+42
*
Fix format for TAP test docs
Simon Riggs
2017-01-05
1
-12
/
+22
[next]