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
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
7
-12
/
+180
*
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
2017-04-08
1
-39
/
+42
*
Add newly-symlinked files to "make clean" target.
Tom Lane
2017-04-08
1
-1
/
+1
*
Fix the new SASLprep tests to work with non-UTF-8 locales.
Heikki Linnakangas
2017-04-08
1
-2
/
+3
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
4
-17
/
+59
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
23
-172
/
+948
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
2
-16
/
+62
*
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
2
-4
/
+4
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
4
-41
/
+76
*
Improve 64bit atomics support.
Andres Freund
2017-04-07
8
-17
/
+136
*
Fix compiler warning
Peter Eisentraut
2017-04-07
1
-2
/
+2
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
3
-5
/
+5
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
2
-1
/
+2
*
Use English, instead of internal names, for translatable messages.
Robert Haas
2017-04-07
1
-2
/
+2
*
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
3
-0
/
+7
*
Ensure that ExecPrepareExprList's result is all in one memory context.
Tom Lane
2017-04-07
1
-0
/
+6
*
Remove duplicate assignment.
Heikki Linnakangas
2017-04-07
1
-2
/
+1
*
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
3
-1
/
+42
*
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
19
-32
/
+11322
*
Fix typo in comment
Magnus Hagander
2017-04-07
1
-1
/
+1
*
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-06
1
-1
/
+1
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
5
-466
/
+2318
*
Remove use of Jade and DSSSL
Peter Eisentraut
2017-04-06
1
-4
/
+1
*
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
4
-22
/
+48
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
6
-55
/
+73
*
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
1
-4
/
+4
*
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
5
-19
/
+30
*
Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Andres Freund
2017-04-06
2
-2
/
+12
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
5
-26
/
+248
*
Add minimal test for EXPLAIN ANALYZE of parallel query.
Andres Freund
2017-04-06
2
-0
/
+13
*
Increase parallel bitmap scan test coverage.
Andres Freund
2017-04-06
2
-8
/
+52
*
Fix logical replication between different encodings
Peter Eisentraut
2017-04-06
2
-6
/
+50
*
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
4
-3
/
+25
*
pg_dump: Rename some typedefs to avoid name conflicts
Peter Eisentraut
2017-04-06
3
-55
/
+55
*
Clean up psql/describe.c's messy query for extended stats.
Tom Lane
2017-04-06
1
-9
/
+12
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
2
-2
/
+2
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
5
-11
/
+15
*
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
1
-0
/
+12
*
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
3
-5
/
+2
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
3
-10
/
+9
*
Identity columns
Peter Eisentraut
2017-04-06
51
-192
/
+1968
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
3
-6
/
+16
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
3
-31
/
+7
*
Code review for recent slot.c changes.
Andres Freund
2017-04-05
1
-26
/
+22
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
5
-10
/
+590
*
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
1
-1
/
+7
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
26
-75
/
+1828
*
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
1
-2
/
+1
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
3
-4
/
+34
*
Use American English in error message
Peter Eisentraut
2017-04-05
2
-3
/
+3
[next]