]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-01-28 Robert HaasAvoid multiple foreign server connections when all...
2016-01-28 Robert HaasAdd [NO]BYPASSRLS options to CREATE USER and ALTER...
2016-01-28 Alvaro HerreraFix spi_worker mention in bgworker documentation
2016-01-28 Fujii MasaoFix typos in comments and doc
2016-01-28 Fujii MasaoAdd gin_clean_pending_list function to clean up GIN...
2016-01-28 Robert HaasAssert that create_unique_path returns non-NULL.
2016-01-28 Robert HaasFix cross-version pg_dump for aggregate combine functions.
2016-01-27 Fujii MasaoFix volatility marking of pg_size_pretty function
2016-01-27 Alvaro Herrerapgbench: improve multi-script support
2016-01-27 Alvaro HerreraMostly mechanical cleanup of pgbench
2016-01-26 Tom LaneFix startup so that log prefix %h works for the log_con...
2016-01-26 Tom LaneImprove ResourceOwners' behavior for large numbers...
2016-01-26 Kevin GrittnerVarious fixes to REFRESH MATERIALIZED VIEW tab completion.
2016-01-25 Tatsuo IshiiRevert "Fix broken multibyte regression tests."
2016-01-24 Simon RiggsCorrect comment in GetConflictingVirtualXIDs()
2016-01-24 Tom LaneYet further adjust degree-based trig functions for...
2016-01-23 Tom LaneStill further adjust degree-based trig functions for...
2016-01-23 Tom LaneFurther adjust degree-based trig functions for more...
2016-01-23 Tom LaneAdjust degree-based trig functions for more portability.
2016-01-23 Peter Eisentrautpsql: Improve completion of FDW DDL commands
2016-01-22 Alvaro Herrerapg_dump: Fix quoting of domain constraint names
2016-01-22 Tom LaneAdd trigonometric functions that work in degrees.
2016-01-22 Tom LaneImprove cross-platform consistency of Inf/NaN handling...
2016-01-22 Tom LaneImprove levenshtein() docs.
2016-01-22 Tom LaneRemove new coupling between NAMEDATALEN and MAX_LEVENSH...
2016-01-22 Tom LaneMake extract() do something more reasonable with infini...
2016-01-22 Tom LaneSuppress compiler warning.
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-21 Tom LaneAdd defenses against putting expanded objects into...
2016-01-21 Fujii MasaoRemove unused argument from ginInsertCleanup()
2016-01-21 Simon RiggsRefactor headers to split out standby defs
2016-01-21 Simon RiggsSpeedup 2PC by skipping two phase state files in normal...
2016-01-21 Peter Eisentrautpsql: Add tab completion for COPY with query
2016-01-21 Simon RiggsRefactor to create generic WAL page read callback
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-20 Alvaro HerreraPostgresNode: Add names to nodes
2016-01-20 Bruce MomjianProperly install dynloader.h on MSVC builds
2016-01-20 Tom LaneFix assorted inconsistencies in GIN opclass support...
2016-01-19 Alvaro HerreraAdd two HyperLogLog functions
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-19 Andrew DunstanRemove Cygwin-specific code from pg_ctl
2016-01-18 Tatsuo IshiiFix typo.
2016-01-18 Tom LaneAdd explicit cast to amcostestimate call.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-18 Tom LaneRe-pgindent a few files.
2016-01-17 Tom LaneRemove dead code in pg_dump.
2016-01-17 Peter Eisentrautpsql: Add completion support for DROP INDEX CONCURRENTLY
2016-01-15 Magnus HaganderFix minor typo in comment
2016-01-15 Robert HaasFix spelling mistakes.
2016-01-14 Tom LaneFix build_grouping_chain() to not clobber its input...
2016-01-14 Magnus HaganderProperly close token in sspi authentication
2016-01-13 Tom LaneHandle extension members when first setting object...
2016-01-13 Tom LaneAccess pg_dump's options structs through Archive struct...
2016-01-13 Tom LaneRun pgindent on src/bin/pg_dump/*
2016-01-13 Peter Eisentrautpsql: Improve CREATE INDEX CONCURRENTLY tab completion
2016-01-13 Peter Eisentrautpsql: Fix CREATE INDEX tab completion
2016-01-13 Peter Eisentrautpsql: Update tab completion comment
2016-01-12 Simon RiggsAdd new user fn pg_current_xlog_flush_location()
2016-01-12 Simon RiggsMaintain local LogwrtResult consistently
2016-01-12 Tom LaneRemove no-longer-needed old-style check for incompatibl...
2016-01-12 Tom LaneUse LOAD not actual code execution to pull in plpython...
2016-01-12 Tom LaneAvoid dump/reload problems when using both plpython2...
2016-01-11 Robert HaasRemove obsolete comment.
2016-01-11 Peter Eisentrautdoc: Fix typo in logical decoding documentation
2016-01-09 Tom LaneRemove a useless PG_GETARG_DATUM() call from jsonb_buil...
2016-01-09 Tom LaneAdd some checks on "char"-type columns to type_sanity...
2016-01-09 Tom LaneClean up some lack-of-STRICT issues in the core code...
2016-01-09 Tom LaneClean up code for widget_in() and widget_out().
2016-01-09 Simon RiggsRevoke change to rmgr desc of btree vacuum
2016-01-09 Tom LaneAdd STRICT to some C functions created by the regressio...
2016-01-09 Simon RiggsAvoid pin scan for replay of XLOG_BTREE_VACUUM
2016-01-08 Alvaro HerreraRevert "Blind attempt at a Cygwin fix"
2016-01-08 Alvaro HerreraBlind attempt at a Cygwin fix
2016-01-08 Magnus HaganderFix typo in comment
2016-01-08 Magnus HaganderRemove reundand include of TestLib
2016-01-08 Tom LaneMarginal cleanup of GROUPING SETS code in grouping_plan...
2016-01-08 Tom LaneDelay creation of subplan tlist until after create_plan().
2016-01-07 Alvaro HerreraFix order of arguments to va_start()
2016-01-07 Tom LaneFix unobvious interaction between -X switch and subdire...
2016-01-07 Alvaro HerreraAdd win32security to LIBOBJS
2016-01-07 Tom LaneUse plain mkdir() not pg_mkdir_p() to create subdirecto...
2016-01-07 Alvaro Herrerapgstat: add WAL receiver status view & SRF
2016-01-07 Tom LaneRemove vestigial CHECK_FOR_INTERRUPTS call.
2016-01-07 Tom LaneProvide more detail in postmaster log for password...
2016-01-07 Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2016-01-06 Tom LaneIn initdb's post-bootstrap phase, drop temp tables...
2016-01-06 Tom LaneComment typo fix.
2016-01-05 Tatsuo IshiiFix typo in create_transform.sgml.
2016-01-05 Alvaro HerreraAdd scale(numeric)
2016-01-05 Tom LaneRemove some ancient and unmaintained encoding-conversio...
2016-01-05 Tom LaneSort $(wildcard) output where needed for reproducible...
2016-01-05 Alvaro HerreraMake pg_receivexlog silent with 9.3 and older servers
2016-01-05 Tom LaneIn opr_sanity regression test, check for unexpected...
2016-01-05 Tom LaneMake the to_reg*() functions accept text not cstring.
2016-01-05 Alvaro HerreraMake pg_shseclabel available in early backend startup
2016-01-05 Tom LaneAdd to_regnamespace() and to_regrole() to the documenta...
2016-01-05 Tom LaneConvert psql's tab completion for backslash commands...
2016-01-05 Tom LaneIn psql's tab completion, change most TailMatches patte...
2016-01-04 Tom LaneDocs: provide a concrete discussion and example for...
next