]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2016-02-04 Tom LaneSimplify syntax diagram for REINDEX.
2016-02-04 Tom LaneIn pg_dump, ensure that view triggers are processed...
2016-02-03 Robert HaasExtend sortsupport for text to more opclasses.
2016-02-03 Tom LaneAdd hstore_to_jsonb() and hstore_to_jsonb_loose() to...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-02-03 Peter Eisentrautdoc: Fix stand-alone INSTALL file build
2016-02-03 Tom LaneMake hstore_to_jsonb_loose match hstore_to_json_loose...
2016-02-03 Robert HaasCode review for commit dc203dc3ac40a4b02b92fb827848a547...
2016-02-03 Robert HaasRemove CustomPath's TextOutCustomPath method.
2016-02-03 Robert Haaspostgres_fdw: Allow fetch_size to be set per-table...
2016-02-03 Tom LaneFix IsValidJsonNumber() to notice trailing non-alphanum...
2016-02-03 Peter EisentrautAdd support for systemd service notifications
2016-02-03 Peter EisentrautImprove error reporting when location specified by...
2016-02-02 Tom LaneRemove printQueryOpt.quote field.
2016-02-02 Alvaro HerreraDon't test for system columns on join relations
2016-02-02 Tom LaneRemove unnecessary "implementation of FOO operator...
2016-02-02 Tom LaneFix pg_description entries for jsonb_to_record() and...
2016-02-02 Magnus HaganderFix typo in comment
2016-02-02 Teodor SigaevFix lossy KNN GiST when ordering operator returns non...
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-02-01 Alvaro Herrerapgbench: allow per-script statistics
2016-02-01 Robert Haaspgbench: Install guards against obscure overflow condit...
2016-02-01 Fujii MasaoVarious fixes to "ALTER ... SET/RESET" tab completions
2016-02-01 Michael MeskesMake sure ecpg header files do not have a comment lasti...
2016-02-01 Magnus HaganderFix typos in comments
2016-02-01 Heikki LinnakangasFix misspelled function name in comment.
2016-01-31 Andrew DunstanFix error in documentated use of mingw-w64 compilers
2016-01-30 Peter EisentrautFix whitespace
2016-01-30 Robert Haaspostgres_fdw: More preliminary refactoring for upcoming...
2016-01-29 Robert HaasMigrate replication slot I/O locks into a separate...
2016-01-29 Robert HaasMigrate PGPROC's backendLock into PGPROC itself, using...
2016-01-29 Alvaro Herrerapgbench: refactor handling of stats tracking
2016-01-29 Tom LaneFix incorrect pattern-match processing in psql's \det...
2016-01-29 Fujii MasaoFix syntax descriptions for replication commands in...
2016-01-28 Robert Haaspostgres_fdw: Refactor deparsing code for locking clauses.
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-28 Robert HaasAdd missing quotation mark.
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...
next