summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ALTER OPERATOR to update dependencies properly.Tom Lane2015-12-316-42/+163
* Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.Tom Lane2015-12-301-1/+13
* Avoid useless truncation attempts during VACUUM.Tom Lane2015-12-301-25/+72
* Add some comments about division of labor between rewriter and planner.Tom Lane2015-12-291-3/+16
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-291-0/+7
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-289-68/+68
* Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane2015-12-288-19/+19
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-282-2/+2
* Include typmod when complaining about inherited column type mismatches.Tom Lane2015-12-263-4/+40
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-263-3/+55
* Improve SECURITY LABEL tab completionFujii Masao2015-12-251-3/+4
* Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane2015-12-241-5/+5
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-241-5/+5
* Avoid VACUUM FULL altogether in initdb.Tom Lane2015-12-231-1/+1
* Improve handling of password reuse in src/bin/scripts programs.Tom Lane2015-12-239-98/+56
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-231-17/+35
* Read from the same worker repeatedly until it returns no tuple.Robert Haas2015-12-231-4/+10
* Change Gather not to use a physical tlist.Robert Haas2015-12-231-1/+4
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-229-22/+22
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-2214-33/+275
* Comment improvements for abbreviated keys.Robert Haas2015-12-222-23/+31
* postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas2015-12-222-4/+4
* Fix calculation of space needed for parsed words in tab completion.Tom Lane2015-12-211-28/+32
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-213-12/+133
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-201-1/+1
* Teach psql's tab completion to consider the entire input string.Tom Lane2015-12-205-95/+150
* psql: Review of new help output stringsPeter Eisentraut2015-12-202-38/+38
* Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane2015-12-192-104/+104
* Adopt a more compact, less error-prone notation for tab completion code.Tom Lane2015-12-191-1962/+822
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-191-3/+11
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-1811-164/+28
* pgbench: Change terminology from "threshold" to "parameter".Robert Haas2015-12-181-31/+40
* Remove duplicate word.Robert Haas2015-12-181-1/+1
* Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas2015-12-181-1/+1
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-181-1/+1
* Fix typo in comment.Robert Haas2015-12-181-1/+1
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-1811-28/+164
* Remove unreferenced function declarations.Tom Lane2015-12-171-2/+0
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-173-352/+138
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-176-93/+87
* Fix improper initialization order for readline.Tom Lane2015-12-171-1/+3
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-176-76/+102
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-162-0/+15
* Speed up CREATE INDEX CONCURRENTLY's TID sort.Robert Haas2015-12-161-4/+67
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-165-5/+60
* Teach mdnblocks() not to create zero-length files.Robert Haas2015-12-151-9/+7
* Move buffer I/O and content LWLocks out of the main tranche.Robert Haas2015-12-156-67/+151
* Provide a way to predefine LWLock tranche IDs.Robert Haas2015-12-153-10/+18
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-144-4/+180
* Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane2015-12-141-0/+2