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
*
Fix ALTER OPERATOR to update dependencies properly.
Tom Lane
2015-12-31
6
-42
/
+163
*
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
1
-1
/
+13
*
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-30
1
-25
/
+72
*
Add some comments about division of labor between rewriter and planner.
Tom Lane
2015-12-29
1
-3
/
+16
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
1
-0
/
+7
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
9
-68
/
+68
*
Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane
2015-12-28
8
-19
/
+19
*
Fix translation domain in pg_basebackup
Alvaro Herrera
2015-12-28
2
-2
/
+2
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
3
-4
/
+40
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
3
-3
/
+55
*
Improve SECURITY LABEL tab completion
Fujii Masao
2015-12-25
1
-3
/
+4
*
Remove unnecessary row ordering dependency in pg_rewind test suite.
Tom Lane
2015-12-24
1
-5
/
+5
*
Fix factual and grammatical errors in comments for struct _tableInfo.
Tom Lane
2015-12-24
1
-5
/
+5
*
Avoid VACUUM FULL altogether in initdb.
Tom Lane
2015-12-23
1
-1
/
+1
*
Improve handling of password reuse in src/bin/scripts programs.
Tom Lane
2015-12-23
9
-98
/
+56
*
In pg_dump, remember connection passwords no matter how we got them.
Tom Lane
2015-12-23
1
-17
/
+35
*
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
1
-4
/
+10
*
Change Gather not to use a physical tlist.
Robert Haas
2015-12-23
1
-1
/
+4
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
9
-22
/
+22
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
14
-33
/
+275
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
2
-23
/
+31
*
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-22
2
-4
/
+4
*
Fix calculation of space needed for parsed words in tab completion.
Tom Lane
2015-12-21
1
-28
/
+32
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
3
-12
/
+133
*
Remove silly completion for "DELETE FROM tabname ...".
Tom Lane
2015-12-20
1
-1
/
+1
*
Teach psql's tab completion to consider the entire input string.
Tom Lane
2015-12-20
5
-95
/
+150
*
psql: Review of new help output strings
Peter Eisentraut
2015-12-20
2
-38
/
+38
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
2
-104
/
+104
*
Adopt a more compact, less error-prone notation for tab completion code.
Tom Lane
2015-12-19
1
-1962
/
+822
*
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
Andres Freund
2015-12-19
1
-3
/
+11
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
11
-164
/
+28
*
pgbench: Change terminology from "threshold" to "parameter".
Robert Haas
2015-12-18
1
-31
/
+40
*
Remove duplicate word.
Robert Haas
2015-12-18
1
-1
/
+1
*
Fix TupleQueueReaderNext not to ignore its nowait argument.
Robert Haas
2015-12-18
1
-1
/
+1
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
1
-1
/
+1
*
Fix typo in comment.
Robert Haas
2015-12-18
1
-1
/
+1
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
11
-28
/
+164
*
Remove unreferenced function declarations.
Tom Lane
2015-12-17
1
-2
/
+0
*
Use just one standalone-backend session for initdb's post-bootstrap steps.
Tom Lane
2015-12-17
3
-352
/
+138
*
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-12-17
6
-93
/
+87
*
Fix improper initialization order for readline.
Tom Lane
2015-12-17
1
-1
/
+3
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
6
-76
/
+102
*
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-16
2
-0
/
+15
*
Speed up CREATE INDEX CONCURRENTLY's TID sort.
Robert Haas
2015-12-16
1
-4
/
+67
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
5
-5
/
+60
*
Teach mdnblocks() not to create zero-length files.
Robert Haas
2015-12-15
1
-9
/
+7
*
Move buffer I/O and content LWLocks out of the main tranche.
Robert Haas
2015-12-15
6
-67
/
+151
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
3
-10
/
+18
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
4
-4
/
+180
*
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Tom Lane
2015-12-14
1
-0
/
+2
[next]