aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* psql: Add tab completion for COPY with queryPeter Eisentraut2016-01-20
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-20
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Support multi-stage aggregation.Robert Haas2016-01-20
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-20
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane2016-01-19
* Add two HyperLogLog functionsAlvaro Herrera2016-01-19
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Remove Cygwin-specific code from pg_ctlAndrew Dunstan2016-01-19
* Fix typo.Tatsuo Ishii2016-01-18
* Add explicit cast to amcostestimate call.Tom Lane2016-01-17
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Re-pgindent a few files.Tom Lane2016-01-17
* Remove dead code in pg_dump.Tom Lane2016-01-17
* psql: Add completion support for DROP INDEX CONCURRENTLYPeter Eisentraut2016-01-16
* Fix minor typo in commentMagnus Hagander2016-01-15
* Fix spelling mistakes.Robert Haas2016-01-14
* Fix build_grouping_chain() to not clobber its input lists.Tom Lane2016-01-14
* Properly close token in sspi authenticationMagnus Hagander2016-01-14
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-13
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Run pgindent on src/bin/pg_dump/*Tom Lane2016-01-13
* psql: Improve CREATE INDEX CONCURRENTLY tab completionPeter Eisentraut2016-01-12
* psql: Fix CREATE INDEX tab completionPeter Eisentraut2016-01-12
* psql: Update tab completion commentPeter Eisentraut2016-01-12
* Add new user fn pg_current_xlog_flush_location()Simon Riggs2016-01-12
* Maintain local LogwrtResult consistentlySimon Riggs2016-01-12
* Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane2016-01-11
* Use LOAD not actual code execution to pull in plpython library.Tom Lane2016-01-11
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-11
* Remove obsolete comment.Robert Haas2016-01-10
* doc: Fix typo in logical decoding documentationPeter Eisentraut2016-01-10
* Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane2016-01-09
* Add some checks on "char"-type columns to type_sanity and opr_sanity.Tom Lane2016-01-09
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Clean up code for widget_in() and widget_out().Tom Lane2016-01-09
* Revoke change to rmgr desc of btree vacuumSimon Riggs2016-01-09
* Add STRICT to some C functions created by the regression tests.Tom Lane2016-01-09
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-08
* Blind attempt at a Cygwin fixAlvaro Herrera2016-01-08
* Fix typo in commentMagnus Hagander2016-01-08
* Remove reundand include of TestLibMagnus Hagander2016-01-08
* Marginal cleanup of GROUPING SETS code in grouping_planner().Tom Lane2016-01-07
* Delay creation of subplan tlist until after create_plan().Tom Lane2016-01-07
* Fix order of arguments to va_start()Alvaro Herrera2016-01-07
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-07
* Add win32security to LIBOBJSAlvaro Herrera2016-01-07
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-07