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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
19
-75
/
+98
*
Fix leakage of memory context header in find_all_inheritors().
Tom Lane
2017-05-16
1
-16
/
+6
*
Revert "Add a test for transition table usage in FOR EACH ROW trigger."
Kevin Grittner
2017-05-16
3
-53
/
+0
*
Add a test for transition table usage in FOR EACH ROW trigger.
Kevin Grittner
2017-05-16
3
-0
/
+53
*
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-16
1
-0
/
+32
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
6
-28
/
+48
*
In SSL tests, don't scribble on permissions of a repo file.
Tom Lane
2017-05-15
2
-9
/
+13
*
Stamp 10beta1.
REL_10_BETA1
Tom Lane
2017-05-15
1
-3
/
+3
*
Add missing apostrophe.
Robert Haas
2017-05-15
1
-1
/
+1
*
Update oidjoins regression test for v10.
Tom Lane
2017-05-15
3
-3
/
+136
*
Add assertion to quiet Coverity
Peter Eisentraut
2017-05-15
1
-0
/
+3
*
Translation updates
Peter Eisentraut
2017-05-15
113
-47787
/
+98843
*
Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.
Tom Lane
2017-05-15
1
-6
/
+6
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
3
-2
/
+53
*
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-05-15
4
-21
/
+173
*
Fix typo in comment
Magnus Hagander
2017-05-15
1
-1
/
+1
*
stats regression test's wait_for_stats() must check timestamp too.
Tom Lane
2017-05-14
2
-2
/
+16
*
Make pgstat tabstat lookup hash table less fragile.
Tom Lane
2017-05-14
1
-60
/
+64
*
Make stats regression test more robust in the face of parallel query.
Tom Lane
2017-05-14
2
-4
/
+4
*
Attempt to fix compiler warning.
Robert Haas
2017-05-14
1
-0
/
+1
*
Fix maintenance hazards caused by ill-considered use of default: cases.
Tom Lane
2017-05-14
4
-180
/
+259
*
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
5
-3
/
+88
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
5
-25
/
+4
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
30
-119
/
+127
*
Specify --outputdir for isolation install check, not just plain check.
Andres Freund
2017-05-13
1
-1
/
+1
*
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
1
-56
/
+68
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
4
-243
/
+203
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
9
-585
/
+421
*
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
9
-22
/
+193
*
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
6
-221
/
+666
*
Avoid hard-wired sleep delays in stats regression test.
Tom Lane
2017-05-13
2
-27
/
+20
*
Use a better way of skipping all subscription tests on Windows
Andrew Dunstan
2017-05-13
2
-83
/
+90
*
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-13
6
-3
/
+86
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
3
-6
/
+40
*
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
1
-1
/
+1
*
getObjectDescription: support extended statistics
Alvaro Herrera
2017-05-12
1
-7
/
+20
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
5
-55
/
+64
*
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
6
-100
/
+48
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
16
-208
/
+258
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
12
-40
/
+40
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
20
-78
/
+75
*
Honor PROVE_FLAGS environment setting
Andrew Dunstan
2017-05-12
2
-3
/
+6
*
Add libxml2 include path for MSVC builds
Andrew Dunstan
2017-05-12
1
-0
/
+1
*
pg_dump: Add --no-publications option
Peter Eisentraut
2017-05-12
5
-1
/
+21
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
19
-209
/
+155
*
Avoid tests which crash the calling process on Windows
Andrew Dunstan
2017-05-12
2
-8
/
+25
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
7
-23
/
+79
*
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
1
-1
/
+1
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
23
-94
/
+94
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
4
-77
/
+24
[next]