aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: Remove redundant duplicate URLs from ulink elementsPeter Eisentraut2015-12-31
* doc: Add index entries and better documentation link for Linux OOMPeter Eisentraut2015-12-31
* Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO.Tom Lane2015-12-31
* Fix ALTER OPERATOR to update dependencies properly.Tom Lane2015-12-31
* Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.Tom Lane2015-12-30
* Avoid useless truncation attempts during VACUUM.Tom Lane2015-12-30
* Minor hacking on contrib/cube documentation.Tom Lane2015-12-29
* Add some comments about division of labor between rewriter and planner.Tom Lane2015-12-29
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Code and docs review for cube kNN support.Tom Lane2015-12-28
* Document brin_summarize_new_pagesAlvaro Herrera2015-12-28
* Document the exponentiation operator as associating left to right.Tom Lane2015-12-28
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-28
* doc: pg_committs -> pg_commit_tsAlvaro Herrera2015-12-28
* Update documentation about pseudo-types.Tom Lane2015-12-28
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-27
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-26
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Improve SECURITY LABEL tab completionFujii Masao2015-12-25
* Improve the gin index scan performance in pg_trgm.Teodor Sigaev2015-12-25
* Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane2015-12-24
* Docs: fix erroneously-given function name.Tom Lane2015-12-24
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-24
* Docs typo fix.Tom Lane2015-12-24
* Avoid VACUUM FULL altogether in initdb.Tom Lane2015-12-23
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-23
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-23
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-23
* Change Gather not to use a physical tlist.Robert Haas2015-12-23
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas2015-12-22
* Fix calculation of space needed for parsed words in tab completion.Tom Lane2015-12-21
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-20
* Teach psql's tab completion to consider the entire input string.Tom Lane2015-12-20
* psql: Review of new help output stringsPeter Eisentraut2015-12-20
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-19
* Adopt a more compact, less error-prone notation for tab completion code.Tom Lane2015-12-19
* Fix whitespacePeter Eisentraut2015-12-19
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-19
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* pgbench: Change terminology from "threshold" to "parameter".Robert Haas2015-12-18
* Remove duplicate word.Robert Haas2015-12-18
* Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas2015-12-18
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Fix typo in comment.Robert Haas2015-12-18