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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
5
-290
/
+947
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
11
-388
/
+1032
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
7
-346
/
+440
*
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-20
5
-258
/
+266
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
2
-7
/
+8
*
Tweak nbtsearch.c function prototype order.
Peter Geoghegan
2019-03-19
1
-2
/
+1
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
1
-25
/
+33
*
Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"
Alexander Korotkov
2019-03-19
1
-9
/
+9
*
Ignore attempts to add TOAST table to shared or catalog tables
Peter Eisentraut
2019-03-19
1
-16
/
+26
*
Fix whitespace
Peter Eisentraut
2019-03-19
2
-2
/
+0
*
Fix bug in support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-19
1
-4
/
+6
*
Fix copyfuncs/equalfuncs support for VacuumStmt.
Robert Haas
2019-03-18
2
-2
/
+4
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
7
-14
/
+78
*
Fix memory leak in printtup.c.
Tom Lane
2019-03-18
1
-2
/
+10
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
3
-65
/
+87
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
4
-59
/
+58
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
3
-52
/
+86
*
Revert 4178d8b91c
Alexander Korotkov
2019-03-18
1
-18
/
+14
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
1
-42
/
+6
*
Beautify initialization of JsonValueList and JsonLikeRegexContext
Alexander Korotkov
2019-03-17
1
-14
/
+18
*
Apply const qualifier to keywords of jsonpath_scan.l
Alexander Korotkov
2019-03-17
1
-10
/
+10
*
Remove some make rules added in 142c400d72
Alexander Korotkov
2019-03-17
1
-2
/
+0
*
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-17
2
-2
/
+12
*
Add support for collation attributes on older ICU versions
Peter Eisentraut
2019-03-17
1
-0
/
+104
*
Fix compiler warning in jsonpath_exec.c
Alexander Korotkov
2019-03-17
1
-5
/
+1
*
Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Tom Lane
2019-03-16
1
-2
/
+5
*
Update copyright year in files added by 1bb5e78218.
Amit Kapila
2019-03-16
1
-1
/
+1
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
3
-89
/
+309
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
12
-45
/
+4609
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
2
-2
/
+2
*
Improve code comments in b0eaa4c51b.
Amit Kapila
2019-03-16
1
-3
/
+2
*
Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.
Tom Lane
2019-03-15
2
-19
/
+52
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
3
-12
/
+15
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
8
-46
/
+234
*
Fix some oversights in commit 2455ab488.
Tom Lane
2019-03-14
1
-39
/
+33
*
Improve code comment
Peter Eisentraut
2019-03-14
1
-1
/
+5
*
Remove unused #include
Peter Eisentraut
2019-03-14
1
-1
/
+0
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
2
-2
/
+4
*
Defend against leaks into RelationBuildPartitionDesc.
Robert Haas
2019-03-14
1
-1
/
+19
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
5
-76
/
+38
*
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-03-14
1
-1
/
+9
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
2
-4
/
+23
*
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-13
3
-3
/
+45
*
Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.
Robert Haas
2019-03-13
1
-21
/
+90
*
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-13
1
-1
/
+1
*
Correct obsolete nbtree page split comment.
Peter Geoghegan
2019-03-12
1
-2
/
+4
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
1
-3
/
+157
*
Remove remaining hard-wired OID references in the initial catalog data.
Tom Lane
2019-03-12
1
-14
/
+66
*
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-12
1
-0
/
+2
*
Fix testing of parallel-safety of scan/join target.
Etsuro Fujita
2019-03-12
1
-1
/
+1
[next]