summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-01-18Re-pgindent a few files.Tom Lane
2016-01-15Fix spelling mistakes.Robert Haas
2016-01-14Fix build_grouping_chain() to not clobber its input lists.Tom Lane
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-12Maintain local LogwrtResult consistentlySimon Riggs
2016-01-11Remove obsolete comment.Robert Haas
2016-01-09Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-09Revoke change to rmgr desc of btree vacuumSimon Riggs
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-08Marginal cleanup of GROUPING SETS code in grouping_planner().Tom Lane
2016-01-08Delay creation of subplan tlist until after create_plan().Tom Lane
2016-01-07pgstat: add WAL receiver status view & SRFAlvaro Herrera
2016-01-07Remove vestigial CHECK_FOR_INTERRUPTS call.Tom Lane
2016-01-07Provide more detail in postmaster log for password authentication failures.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-06Comment typo fix.Tom Lane
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-05Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane
2016-01-05Make the to_reg*() functions accept text not cstring.Tom Lane
2016-01-05Make pg_shseclabel available in early backend startupAlvaro Herrera
2016-01-04Adjust behavior of row_security GUC to match the docs.Tom Lane
2016-01-04Fix regrole and regnamespace output functions to do quoting, too.Tom Lane
2016-01-04Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane
2016-01-04Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane
2016-01-03Guard against null arguments in binary_upgrade_create_empty_extension().Tom Lane
2016-01-03Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2016-01-02Fix overly-strict assertions in spgtextproc.c.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2016-01-02Cover heap_page_prune_opt()'s cleanup lock tactic in README.Noah Misch
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