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
*
Avoid GatherMerge crash when there are no workers.
Robert Haas
2017-03-31
1
-7
/
+4
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
4
-4
/
+7
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
7
-39
/
+66
*
Fix unstable regression test result.
Tom Lane
2017-03-31
2
-2
/
+2
*
Fix unstable regression test result.
Tom Lane
2017-03-31
2
-2
/
+2
*
Fix typos.
Robert Haas
2017-03-31
1
-2
/
+3
*
For foreign keys, check REFERENCES privilege only on the referenced table.
Tom Lane
2017-03-31
1
-2
/
+6
*
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
3
-20
/
+8
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
4
-25
/
+30
*
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
8
-0
/
+595
*
Transform or iterate over json(b) string values
Andrew Dunstan
2017-03-31
2
-0
/
+252
*
Fix typo in comment
Magnus Hagander
2017-03-31
1
-1
/
+1
*
Default monitoring roles
Simon Riggs
2017-03-30
6
-16
/
+48
*
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-30
16
-269
/
+2081
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
8
-683
/
+43
*
Implement SortSupport for macaddr data type
Teodor Sigaev
2017-03-29
4
-2
/
+215
*
pg_dump: Remove query truncation in error messages
Peter Eisentraut
2017-03-29
1
-12
/
+1
*
Update copyright year in recently added files
Peter Eisentraut
2017-03-29
2
-2
/
+2
*
Simplify check of modified attributes in heap_update
Alvaro Herrera
2017-03-29
1
-126
/
+71
*
Mark more functions parallel-restricted.
Robert Haas
2017-03-29
2
-6
/
+6
*
Plug race in dsa_attach.
Robert Haas
2017-03-29
1
-0
/
+7
*
Fix hardcoded typeof check result for Windows
Peter Eisentraut
2017-03-29
1
-2
/
+2
*
Improve Node vs Expr use a bit
Peter Eisentraut
2017-03-28
1
-16
/
+16
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
33
-92
/
+110
*
Change 'diag' to 'note' in TAP tests
Peter Eisentraut
2017-03-28
4
-24
/
+24
*
Allow DSM segments to be created as pinned
Alvaro Herrera
2017-03-28
1
-2
/
+16
*
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-03-28
5
-47
/
+95
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
10
-54
/
+75
*
Correct grammar in error message
Simon Riggs
2017-03-28
1
-1
/
+1
*
Fix ssl tests
Peter Eisentraut
2017-03-28
1
-1
/
+1
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
3
-5
/
+5
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
12
-10
/
+161
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
5
-13
/
+178
*
Fix Perl code which had broken the Windows build
Peter Eisentraut
2017-03-28
1
-5
/
+3
*
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
2
-35
/
+61
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
4
-28
/
+27
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
6
-13
/
+78
*
Fix thinko in estimate_num_groups
Alvaro Herrera
2017-03-27
1
-2
/
+6
*
Improve performance of find_all_inheritors()
Teodor Sigaev
2017-03-27
1
-14
/
+44
*
Rework the stats_ext test
Alvaro Herrera
2017-03-27
3
-207
/
+262
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
7
-9
/
+67
*
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-27
1
-46
/
+93
*
Fix improper NULL handling in list partitioning code.
Robert Haas
2017-03-27
3
-3
/
+20
*
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
3
-8
/
+20
*
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
4
-5
/
+5
*
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-27
1
-2
/
+4
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
38
-341
/
+343
*
Attempt to stabilize grouping sets regression test plans.
Andrew Gierth
2017-03-27
2
-0
/
+2
*
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-27
5
-15
/
+23
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
21
-566
/
+2511
[next]