]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-03-10 Andres FreundAvoid unlikely data-loss scenarios due to rename()...
2016-03-10 Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-03-10 Peter Eisentrautdoc: Reorganize pg_resetxlog reference page
2016-03-09 Alvaro HerreraPostgresNode: add backup_fs_hot and backup_fs_cold
2016-03-09 Alvaro HerreraAdd filter capability to RecursiveCopy::copypath
2016-03-09 Tom LaneFix incorrect handling of NULL index entries in indexed...
2016-03-09 Robert HaasRe-pgindent vacuumlazy.c.
2016-03-09 Robert Haaspgbench: When -T is used, don't wait for transactions...
2016-03-09 Alvaro Herrerapgcrypto: support changing S2K iteration count
2016-03-09 Robert HaasAdd a generic command progress reporting facility.
2016-03-09 Tom LaneFix incorrect tlist generation in create_gather_plan().
2016-03-09 Robert Haaspostgres_fdw: Consider foreign joining and foreign...
2016-03-09 Tom LaneFix copy-and-pasteo in comment.
2016-03-09 Tom LaneImprove handling of pathtargets in planner.c.
2016-03-09 Andres FreundAdd valgrind suppressions for python code.
2016-03-09 Andres FreundAdd valgrind suppressions for bootstrap related code.
2016-03-09 Tom LaneImprove handling of group-column indexes in GroupingSet...
2016-03-09 Peter EisentrautHandle invalid libpq sockets in more places
2016-03-09 Peter EisentrautSuppress GCC 6 warning about self-comparison
2016-03-09 Peter Eisentrautpsql: Fix some strange code in SQL help creation
2016-03-09 Peter Eisentrautecpg: Fix typo
2016-03-08 Andres Freundltree: Zero padding bytes when allocating memory for...
2016-03-08 Tom LaneFix minor thinko in pathification code.
2016-03-08 Andres Freundplperl: Correctly handle empty arrays in plperl_ref_fro...
2016-03-08 Tom LaneFinish refactoring make_foo() functions in createplan.c.
2016-03-08 Robert HaasComment update for fdw_recheck_quals.
2016-03-08 Robert HaasUpdate GetForeignPlan documentation.
2016-03-08 Robert HaasFix reversed argument to bms_is_subset.
2016-03-08 Robert HaasAdd new flags argument for xl_heap_visible to heap2_desc.
2016-03-08 Robert HaasFix typo.
2016-03-08 Robert HaasFix parallel query on standby servers.
2016-03-08 Robert HaasAdd some functions to fd.c for the convenience of exten...
2016-03-08 Robert HaasDepartment of second thoughts: remove PD_ALL_FROZEN.
2016-03-08 Robert HaasAdd pg_visibility contrib module.
2016-03-08 Robert Haaspg_upgrade: Remove converter plugin facility.
2016-03-08 Tom LaneFix minor typo in logical-decoding docs.
2016-03-08 Tom LaneSpell "parallel" correctly.
2016-03-08 Peter EisentrautFix uninstall target in tsearch Makefile
2016-03-07 Joe ConwayMake get_controlfile() error logging consistent with...
2016-03-07 Andres FreundFurther improvements to c8f621c43.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-03-07 Tom LaneFix backwards test for Windows service-ness in pg_ctl.
2016-03-07 Tom LaneRe-fix broken definition for function name in pgbench...
2016-03-07 Tom LaneFix broken definition for function name in pgbench...
2016-03-07 Andres FreundFix wrong allocation size in c8f621c43.
2016-03-07 Tom LaneFix not-terribly-safe coding in NIImportOOAffixes(...
2016-03-06 Tom LaneFix unportable usage of <ctype.h> functions.
2016-03-06 Magnus HaganderFix typos
2016-03-06 Andres Freundlogical decoding: Fix handling of large old tuples...
2016-03-06 Andres Freundlogical decoding: old/newtuple in spooled UPDATE change...
2016-03-06 Andres Freundlogical decoding: Tell reorderbuffer about all xids.
2016-03-05 Joe ConwayExpose control file data via SQL accessible functions.
2016-03-05 Fujii MasaoIgnore recovery_min_apply_delay until recovery has...
2016-03-04 Tom LaneMake stats regression test robust in the face of parall...
2016-03-04 Robert HaasFix typo in comment.
2016-03-04 Robert HaasMinor improvements to transaction manager README.
2016-03-04 Robert HaasFix SerializeSnapshot not to overrun the allocated...
2016-03-04 Teodor SigaevFix Windows build broken by d78a7d9c7fa3e9cd494b906f065...
2016-03-04 Robert HaasMinor optimizations based on ParallelContext having...
2016-03-04 Robert HaasFix InitializeSessionUserId not to deference NULL rolen...
2016-03-04 Teodor SigaevImprove support of Hunspell in ispell dictionary.
2016-03-04 Robert HaasFix query-based tab completion for multibyte characters.
2016-03-04 Robert HaasFix the way GetExistingLocalJoinPath is documented.
2016-03-04 Robert Haaspostgres_fdw: When sending ORDER BY, always include...
2016-03-04 Alvaro HerreraAdd 'tap_tests' flag in config_default.pl
2016-03-04 Peter EisentrautAdd prerequisite for KOI8-U.TXT
2016-03-04 Peter EisentrautMake some adjustments in variable assignments
2016-03-04 Peter EisentrautAdd missing rules related to EUC_JIS_2004 and SHIFT_JIS...
2016-03-04 Andres FreundForce synchronous_commit=on in test_decoding's concurre...
2016-03-03 Alvaro Herrerapgbench: accept unambiguous builtin prefixes for -b
2016-03-03 Alvaro HerreraRework PostgresNode's psql method
2016-03-03 Alvaro Herreraperltidy PostgresNode and SimpleTee
2016-03-03 Alvaro HerreraFix mistakes in recovery tests
2016-03-03 Simon RiggsRevert buggy optimization of index scans
2016-03-03 Magnus HaganderAdd prefix to pl/pgsql global variables and functions
2016-03-03 Andres Freundlogical decoding: fix decoding of a commit's commit...
2016-03-03 Tom LaneFix json_to_record() bug with nested objects.
2016-03-02 Tom LaneCreate stub functions to support pg_upgrade of old...
2016-03-02 Alvaro HerreraPrefix temp data dirs with the node name
2016-03-02 Tom LaneFix PL/Tcl's encoding conversion logic.
2016-03-02 Tom LaneMake PL/Tcl require Tcl 8.4 or later.
2016-03-02 Tom LaneConvert PL/Tcl to use Tcl's "object" interfaces.
2016-03-02 Tom LaneFix TAP tests for older Perls.
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-03-02 Tom LaneImprove coverage of pltcl regression tests.
2016-03-01 Alvaro HerreraAdd more tests for commit_timestamp feature
2016-03-01 Alvaro HerreraTAP tests: retain temp dirs on test failure
2016-03-01 Robert HaasFix incorrect comment.
2016-03-01 Robert HaasFix mistake in extensible node code.
2016-03-01 Robert HaasExtend pgbench's expression syntax to support a few...
2016-03-01 Peter EisentrautAdd Unicode map generation scripts as rule prerequisites
2016-03-01 Peter EisentrautFix comments
2016-03-01 Peter EisentrautUCS_to_most.pl: Make executable, for consistency with...
2016-03-01 Tom LaneSuppress scary-looking log messages from async-notify...
2016-03-01 Tom LaneImprove error message for rejecting RETURNING clauses...
2016-02-29 Alvaro HerreraMinor tweaks for new src/test/recovery
2016-02-29 Alvaro HerreraFix typos
2016-02-29 Alvaro Herreradoc: document MANPATH as /usr/local/pgsql/share/man
2016-02-29 Alvaro HerreraMake new isolationtester test more stable
2016-02-29 Tom LaneRemove useless unary plus.
next