summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-12psql: Improve CREATE INDEX CONCURRENTLY tab completionPeter Eisentraut
2016-01-12psql: Fix CREATE INDEX tab completionPeter Eisentraut
2016-01-12psql: Update tab completion commentPeter Eisentraut
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-12Maintain local LogwrtResult consistentlySimon Riggs
2016-01-11Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane
2016-01-11Use LOAD not actual code execution to pull in plpython library.Tom Lane
2016-01-11Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-10Remove obsolete comment.Robert Haas
2016-01-10doc: Fix typo in logical decoding documentationPeter Eisentraut
2016-01-09Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane
2016-01-09Add some checks on "char"-type columns to type_sanity and opr_sanity.Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-09Clean up code for widget_in() and widget_out().Tom Lane
2016-01-09Revoke change to rmgr desc of btree vacuumSimon Riggs
2016-01-09Add STRICT to some C functions created by the regression tests.Tom Lane
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-08Revert "Blind attempt at a Cygwin fix"Alvaro Herrera
2016-01-08Blind attempt at a Cygwin fixAlvaro Herrera
2016-01-08Fix typo in commentMagnus Hagander
2016-01-08Remove reundand include of TestLibMagnus Hagander
2016-01-07Marginal cleanup of GROUPING SETS code in grouping_planner().Tom Lane
2016-01-07Delay creation of subplan tlist until after create_plan().Tom Lane
2016-01-07Fix order of arguments to va_start()Alvaro Herrera
2016-01-07Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane
2016-01-07Add win32security to LIBOBJSAlvaro Herrera
2016-01-07Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.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-06In initdb's post-bootstrap phase, drop temp tables explicitly.Tom Lane
2016-01-06Comment typo fix.Tom Lane
2016-01-06Fix typo in create_transform.sgml.Tatsuo Ishii
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-05Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2016-01-05Make pg_receivexlog silent with 9.3 and older serversAlvaro Herrera
2016-01-05In opr_sanity regression test, check for unexpected uses of cstring.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-05Add to_regnamespace() and to_regrole() to the documentation.Tom Lane
2016-01-05Convert psql's tab completion for backslash commands to the new style.Tom Lane
2016-01-04In psql's tab completion, change most TailMatches patterns to Matches.Tom Lane
2016-01-04Docs: provide a concrete discussion and example for RLS race conditions.Tom Lane
2016-01-04Adjust behavior of row_security GUC to match the docs.Tom Lane
2016-01-04Fix typo in comment.Robert Haas
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-03Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane