summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-01Teach flatten_reloptions() to quote option values safely.Tom Lane
2016-01-01Add some more defenses against silly estimates to gincostestimate().Tom Lane
2016-01-01Fix comments about WAL rule "write xlog before data" versus pg_multixact.Noah Misch
2015-12-31Fix ALTER OPERATOR to update dependencies properly.Tom Lane
2015-12-30Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.Tom Lane
2015-12-30Avoid useless truncation attempts during VACUUM.Tom Lane
2015-12-29Add some comments about division of labor between rewriter and planner.Tom Lane
2015-12-29Put back one copyObject() in rewriteTargetView().Tom Lane
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-28Fix omission of -X (--no-psqlrc) in some psql invocations.Tom Lane
2015-12-28Fix translation domain in pg_basebackupAlvaro Herrera
2015-12-26Include typmod when complaining about inherited column type mismatches.Tom Lane
2015-12-26Fix brin_summarize_new_values() to check index type and ownership.Tom Lane
2015-12-25Improve SECURITY LABEL tab completionFujii Masao
2015-12-24Remove unnecessary row ordering dependency in pg_rewind test suite.Tom Lane
2015-12-24Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane
2015-12-24Avoid VACUUM FULL altogether in initdb.Tom Lane
2015-12-23Improve handling of password reuse in src/bin/scripts programs.Tom Lane
2015-12-23In pg_dump, remember connection passwords no matter how we got them.Tom Lane
2015-12-23Read from the same worker repeatedly until it returns no tuple.Robert Haas
2015-12-23Change Gather not to use a physical tlist.Robert Haas
2015-12-23Remove unnecessary escaping in C character literalsPeter Eisentraut
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-12-22postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas
2015-12-21Fix calculation of space needed for parsed words in tab completion.Tom Lane
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-20Remove silly completion for "DELETE FROM tabname ...".Tom Lane
2015-12-20Teach psql's tab completion to consider the entire input string.Tom Lane
2015-12-20psql: Review of new help output stringsPeter Eisentraut
2015-12-19Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.Tom Lane
2015-12-19Adopt a more compact, less error-prone notation for tab completion code.Tom Lane
2015-12-19Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18pgbench: Change terminology from "threshold" to "parameter".Robert Haas
2015-12-18Remove duplicate word.Robert Haas
2015-12-18Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-12-18Fix typo in comment.Robert Haas
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-18Remove unreferenced function declarations.Tom Lane
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-12-17Fix improper initialization order for readline.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-12-16Speed up CREATE INDEX CONCURRENTLY's TID sort.Robert Haas
2015-12-16Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas
2015-12-15Teach mdnblocks() not to create zero-length files.Robert Haas
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas