]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-12-05 Heikki LinnakangasFix creation of stand-alone INSTALL.html file.
2016-12-05 Fujii MasaoFix typo in docs.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-12-05 Fujii MasaoFix incorrect output from gin_desc().
2016-12-04 Tom LaneDon't mess up pstate->p_next_resno in transformOnConfli...
2016-12-04 Noah MischDocument recipe for testing compatibility with old...
2016-12-04 Noah MischMake pgwin32_putenv() probe every known CRT, regardless...
2016-12-03 Noah MischMake pgwin32_putenv() follow DLL loading and unloading.
2016-12-03 Noah MischMake pgwin32_putenv() visit debug CRTs.
2016-12-03 Noah MischRemove wrong CloseHandle() call.
2016-12-03 Noah MischRefine win32env.c cosmetics.
2016-12-02 Tom LaneFix broken wait-for-previous-process-to-exit loop in...
2016-12-02 Robert HaasFix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
2016-12-02 Tom LaneDelete deleteWhatDependsOn() in favor of more performDe...
2016-12-02 Robert HaasIntroduce dynamic shared memory areas.
2016-12-02 Robert HaasManagement of free memory pages.
2016-12-02 Robert HaasAdd a crude facility for dealing with relative pointers.
2016-12-02 Robert HaasClarify that pg_stat_activity.query has a length limit.
2016-12-02 Alvaro HerreraFix outdated comments
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-12-02 Alvaro HerreraFix Windows build for 78c8c814390f
2016-12-02 Alvaro HerreraPermit dump/reload of not-too-large >1GB tuples
2016-12-02 Peter EisentrautRefactor libpqwalreceiver
2016-12-02 Peter EisentrautUse latch instead of select() in walreceiver
2016-12-01 Peter EisentrautAdd aggregate_with_argtypes and use it consistently
2016-12-01 Peter EisentrautMove function_with_argtypes to a better location
2016-12-01 Peter EisentrautUse grammar symbol function_with_argtypes consistently
2016-12-01 Robert Haaslibpq: Fix inadvertent change in PQhost() behavior.
2016-12-01 Michael MeskesAdded missing "EXEC SQL" to statement.
2016-12-01 Andres FreundUser narrower representative tuples in the hash-agg...
2016-12-01 Andres FreundPerform one only projection to compute agg arguments.
2016-11-30 Robert HaasImprove hash index bucket split behavior.
2016-11-30 Tom LaneDoc: improve description of trim() and related functions.
2016-11-30 Heikki LinnakangasMake all unicode perl scripts to use strict, rearrange...
2016-11-30 Peter Eisentrautdoc: Remove claim about large shared_buffers on Windows
2016-11-30 Peter Eisentrautdoc: Fix typo
2016-11-30 Heikki LinnakangasRewrite the perl scripts to produce our Unicode convers...
2016-11-30 Heikki LinnakangasRemove leading zeros, for consistency with other map...
2016-11-30 Heikki LinnakangasRemove code points < 0x80 from character conversion...
2016-11-30 Heikki LinnakangasRemove dead stuff from pgcrypto.
2016-11-30 Tom LaneFix bogus handling of JOIN_UNIQUE_OUTER/INNER cases...
2016-11-29 Tom LaneImprove eqjoinsel_semi's behavior for small inner relat...
2016-11-29 Peter EisentrautStraighten out some whitespace
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-11-29 Robert Haaslibpq: Add target_session_attrs parameter.
2016-11-29 Stephen FrostAdd --no-blobs option to pg_dump
2016-11-29 Tom LaneFix incorrect variable type in set_rel_consider_parallel().
2016-11-29 Stephen FrostClarify pg_dump -b documentation
2016-11-29 Stephen FrostCorrect psql documentation example
2016-11-29 Tom LaneFix estimate_expression_value to constant-fold SQLValue...
2016-11-28 Alvaro HerreraFix get_relation_info name typo'ed in a comment
2016-11-28 Tom LaneFix busted tab-completion pattern for ALTER TABLE t...
2016-11-28 Tom LaneCode review for early drop of orphaned temp relations...
2016-11-27 Magnus HaganderMention server start requirement for ssl parameters
2016-11-26 Tom LaneFix test about ignoring extension dependencies during...
2016-11-26 Robert HaasMark IsPostmasterEnvironment and IsBackgroundWorker...
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-25 Tom LaneMark a query's topmost Paths parallel-unsafe if they...
2016-11-25 Tom LaneCheck for pending trigger events on far end when droppi...
2016-11-25 Magnus HaganderFix typo in comment
2016-11-24 Tom LaneCheck that default_tablespace affects ALTER TABLE ADD...
2016-11-24 Alvaro HerreraFix commit_ts for FrozenXid and BootstrapXid
2016-11-23 Tom LaneAvoid masking a function parameter name with a local...
2016-11-23 Tom LaneMake sure ALTER TABLE preserves index tablespaces.
2016-11-23 Robert HaasRemove barrier.h
2016-11-22 Tom LaneDoc: improve documentation about composite-value usage.
2016-11-22 Robert HaasCode review for commit 274bb2b3857cc987cfa21d14775cae9b...
2016-11-22 Tom LaneImprove handling of "UPDATE ... SET (column_list) ...
2016-11-22 Robert HaasSupport condition variables.
2016-11-22 Tom LaneDoc: add a section in Part II concerning RETURNING.
2016-11-22 Tom LaneMake contrib/test_decoding regression tests safe for...
2016-11-22 Tom LaneFix uninitialized variable.
2016-11-21 Tom LaneFix PGLC_localeconv() to handle errors better.
2016-11-21 Tom LaneFix optimization for skipping searches for parallel...
2016-11-21 Robert Haasautovacuum: Drop orphan temp tables more quickly but...
2016-11-21 Tom LaneFix test for subplans in force-parallel mode.
2016-11-20 Tom LanePrevent multicolumn expansion of "foo.*" in an UPDATE...
2016-11-19 Tom LaneFix latent costing error in create_merge_append_path.
2016-11-19 Tom LaneCode review for GUC serialization/deserialization code.
2016-11-18 Peter EisentrautAdd pg_sequences view
2016-11-18 Stephen FrostClean up pg_dump tests, re-enable BLOB testing
2016-11-17 Robert HaasRemove or reduce verbosity of some debug messages.
2016-11-17 Tom LaneFix pg_dump's handling of circular dependencies in...
2016-11-17 Tom LaneImprove pg_dump/pg_restore --create --if-exists logic.
2016-11-17 Tom LaneRe-pgindent src/bin/pg_dump/*
2016-11-17 Alvaro HerreraAvoid pin scan for replay of XLOG_BTREE_VACUUM in all...
2016-11-16 Peter Eisentrautdoc: Further XSLT HTML build performance optimization
2016-11-16 Peter EisentrautBuild HTML documentation using XSLT stylesheets by...
2016-11-15 Tom LaneCheck that result tupdesc has exactly 1 column in retur...
2016-11-15 Robert HaasReserve zero as an invalid DSM handle.
2016-11-15 Tom LaneAllow DOS-style line endings in ~/.pgpass files.
2016-11-15 Tom LaneAccount for catalog snapshot in PGXACT->xmin updates.
2016-11-15 Robert HaasLimit the number of number of tapes used for a sort...
2016-11-15 Robert HaasFix broken statement in UCS_to_most.pl.
2016-11-15 Robert Haaspgbench: Increase maximum size of log filename from...
2016-11-14 Andres FreundProvide NO_INSTALLCHECK option for pgxs.
2016-11-14 Magnus HaganderFix typo in comment
2016-11-14 Peter EisentrautAllow individual TAP tests to be run via PROVE_TESTS
2016-11-14 Alvaro HerreraFix duplication in ALTER MATERIALIZE VIEW synopsis
next