summaryrefslogtreecommitdiff
path: root/src/backend
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-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-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-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
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-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-17Rework internals of changing a type's ownershipAlvaro Herrera
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
2015-12-15Provide a way to predefine LWLock tranche IDs.Robert Haas
2015-12-15Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund
2015-12-14Correct statement to actually be the intended assert statement.Andres Freund
2015-12-13Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-12-08Improve performance in freeing memory contextsKevin Grittner