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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
2
-3
/
+3
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
2
-84
/
+0
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
1
-2
/
+2
*
Minor typos / copy-editing for snapmgr.c
Stephen Frost
2016-06-07
1
-5
/
+5
*
Inline the easy cases in MakeExpandedObjectReadOnly().
Tom Lane
2016-06-03
1
-22
/
+4
*
Add new snapshot fields to serialize/deserialize functions.
Kevin Grittner
2016-06-03
1
-0
/
+6
*
Fix various common mispellings.
Greg Stark
2016-06-03
3
-5
/
+5
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
1
-1
/
+15
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
1
-2
/
+5
*
Mitigate "snapshot too old" performance regression on NUMA
Kevin Grittner
2016-05-06
1
-23
/
+62
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
1
-1
/
+1
*
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
1
-45
/
+39
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
2
-1
/
+48
*
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
1
-8
/
+9
*
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-05
1
-4
/
+16
*
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
1
-2
/
+2
*
Fix more things to be parallel-safe.
Robert Haas
2016-05-03
1
-1
/
+1
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
3
-7
/
+12
*
Note that max_worker_processes requires restart.
Robert Haas
2016-05-03
1
-1
/
+1
*
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-29
1
-13
/
+13
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
1
-1
/
+1
*
Fix wrong word.
Robert Haas
2016-04-27
1
-1
/
+1
*
Change postgresql.conf.sample to say that fsync=off will corrupt data.
Robert Haas
2016-04-27
1
-1
/
+3
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
1
-78
/
+150
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
1
-2
/
+3
*
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
1
-0
/
+13
*
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
1
-10
/
+54
*
Enable parallel query by default.
Robert Haas
2016-04-26
2
-2
/
+2
*
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
1
-4
/
+3
*
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-25
1
-22
/
+27
*
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-24
2
-25
/
+31
*
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
1
-14
/
+14
*
Properly mark initRectBox() as taking 'void' args
Bruce Momjian
2016-04-23
1
-1
/
+1
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
1
-0
/
+18
*
Prevent possible crash reading pg_stat_activity.
Robert Haas
2016-04-21
1
-12
/
+21
*
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-13
1
-1
/
+1
*
Fix whitespace
Peter Eisentraut
2016-04-11
1
-1
/
+1
*
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-11
1
-5
/
+3
*
Fix whitespace
Peter Eisentraut
2016-04-11
1
-2
/
+2
*
Add comment about intentional fallthrough in switch.
Tom Lane
2016-04-10
1
-0
/
+1
*
Create default roles
Stephen Frost
2016-04-08
1
-3
/
+5
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+39
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
4
-0
/
+421
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
4
-84
/
+40
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
1
-0
/
+107
*
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
1
-3
/
+9
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
4
-40
/
+84
*
Attempt to fix breakage due to declaration following code.
Robert Haas
2016-04-08
1
-5
/
+5
*
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
2
-3
/
+3
*
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
4
-88
/
+387
[next]