summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-21Refactor headers to split out standby defsSimon Riggs
2016-01-21Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-21psql: Add tab completion for COPY with queryPeter Eisentraut
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-20Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane
2016-01-19Add two HyperLogLog functionsAlvaro Herrera
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-19Remove Cygwin-specific code from pg_ctlAndrew Dunstan
2016-01-18Add explicit cast to amcostestimate call.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-18Re-pgindent a few files.Tom Lane
2016-01-17Remove dead code in pg_dump.Tom Lane
2016-01-17psql: Add completion support for DROP INDEX CONCURRENTLYPeter Eisentraut
2016-01-15Fix minor typo in commentMagnus Hagander
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-13Handle extension members when first setting object dump flags in pg_dump.Tom Lane
2016-01-13Access pg_dump's options structs through Archive struct, not directly.Tom Lane
2016-01-13Run pgindent on src/bin/pg_dump/*Tom Lane
2016-01-13psql: Improve CREATE INDEX CONCURRENTLY tab completionPeter Eisentraut
2016-01-13psql: Fix CREATE INDEX tab completionPeter Eisentraut
2016-01-13psql: 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-12Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-11Remove obsolete comment.Robert Haas
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-08Fix typo in commentMagnus Hagander
2016-01-08Remove reundand include of TestLibMagnus Hagander
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-07Fix order of arguments to va_start()Alvaro Herrera
2016-01-07Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane
2016-01-07Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane