]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-05-01 Andres FreundImprove representation of 'moved partitions' indicator...
2018-05-01 Robert HaasFix interaction of foreign tuple routing with remote...
2018-05-01 Tom LaneRemove jsonb_plperl test cases for Inf/NaN conversions.
2018-05-01 Tom LaneRemove investigative code for can't-reattach-to-shared...
2018-05-01 Peter EisentrautDocument that subscription tests require hstore
2018-05-01 Bruce Momjiandoc comments: rendering engines are another UTF8 restr...
2018-05-01 Bruce Momjiandocs comments: clarify why not to use UTF8 still in...
2018-05-01 Peter Eisentrautdoc: Update limitations of partitions
2018-05-01 Tom LaneTweak new jsonb_plperl test cases to work with old...
2018-05-01 Tom LaneDoes it help to wait before reattaching?
2018-04-30 Tom LaneMap and unmap the shared memory block before risking...
2018-04-30 Tom LaneFurther effort at preventing memory map dump from affec...
2018-04-30 Peter EisentrautRemove plperl isnan hack
2018-04-30 Peter EisentrautWrite error messages about duplicate OIDs to stderr
2018-04-30 Peter EisentrautRemove "Generating" output from catalog scripts
2018-04-30 Peter EisentrautDon't do logical replication of TRUNCATE of zero tables
2018-04-30 Peter EisentrautPrevent infinity and NaN in jsonb/plperl transform
2018-04-30 Tom LaneRemove Windows module-list-dumping code.
2018-04-30 Andrew Dunstanclean up pg_upgrade tmp_check under MSVC
2018-04-30 Andrew DunstanIgnore file generated during pg_upgrade testing
2018-04-30 Tom LaneDump full memory maps around failing Windows reattach...
2018-04-30 Tom LaneFix bogus list-iteration code in pg_regress.c, affectin...
2018-04-30 Tom LaneGet still more info about Windows can't-reattach-to...
2018-04-29 Tom LaneAvoid wrong results for power() with NaN input on more...
2018-04-29 Tom LaneGet more info about Windows can't-reattach-to-shared...
2018-04-29 Tom LaneUpdate time zone data files to tzdata release 2018d.
2018-04-29 Tom LaneAvoid wrong results for power() with NaN input on some...
2018-04-29 Tom LaneCosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP...
2018-04-28 Tom LaneIn AtEOXact_Files, complain if any files remain unclose...
2018-04-28 Tom LaneFix incorrect field type for PlannedStmt.jitFlags in...
2018-04-28 Tom LaneTweak reformat_dat_file.pl to make it more easily hand...
2018-04-28 Tom LaneClarify handling of special-case values in bootstrap...
2018-04-28 Tom LaneUn-break contrib install with llvm.
2018-04-28 Tom LaneMinor cleanups for install_llvm_module/uninstall_llvm_m...
2018-04-28 Tom LaneAssorted minor doc/comment fixes.
2018-04-28 Tom LaneTry to get some info about Windows can't-reattach-to...
2018-04-27 Tom LaneAdjust hints and docs to suggest CREATE EXTENSION not...
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-quotes
2018-04-27 Peter Eisentrautperltidy: Don't write backup files
2018-04-27 Heikki LinnakangasRemove outdated comment on how to set logtape's read...
2018-04-26 Bruce MomjianC comment: add description of root_tuple_slot
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-26 Tom LanePreliminary work for pgindent run.
2018-04-26 Tom LaneAvoid parsing catalog data twice during BKI file constr...
2018-04-26 Tom LaneFix duplicate_oids and unused_oids so user needn't...
2018-04-26 Bruce Momjiandocs: remove "III" version text from pgAdmin link
2018-04-26 Noah MischCorrect pg_recvlogical server version test.
2018-04-25 Tom LaneConvert unused_oids and duplicate_oids to use Catalog...
2018-04-25 Tom LaneMake Catalog.pm's representation of toast and index...
2018-04-25 Robert HaasPrevent generation of bogus subquery scan paths.
2018-04-25 Teodor SigaevAdd amcheck missing downlink tests.
2018-04-25 Tom LaneReindent Perl files with perltidy version 20170521.
2018-04-25 Tom LaneChange pgindent/README to specify that we use perltidy...
2018-04-25 Teodor SigaevAdd missing and dangling downlink checks to amcheck
2018-04-25 Magnus HaganderFix typo
2018-04-25 Alvaro HerreraUpdate ExecInitPartitionInfo comment
2018-04-24 Alvaro HerreraInitialize ExprStates once in run-time partition pruning
2018-04-23 Alvaro HerreraAdd GUC enable_partition_pruning
2018-04-23 Tom LaneFix handling of partition bounds for boolean partitioni...
2018-04-23 Peter EisentrautFix typo in logical truncate replication
2018-04-23 Peter EisentrautMake Emacs settings match perltidy configuration
2018-04-23 Alvaro HerreraAdd missing pstrdup
2018-04-23 Alvaro HerreraRemove useless default clause in switch
2018-04-23 Teodor SigaevMake bms_prev_member work correctly with a 64 bit bitma...
2018-04-23 Teodor SigaevUpdate trigram example in docs to correct state
2018-04-23 Teodor SigaevFix wrong validation of top-parent pointer during page...
2018-04-23 Heikki LinnakangasMake PGJIT_* macros safer.
2018-04-23 Magnus HaganderAdd comment explaining BGWORKER_BYPASS_ALLOWCONN
2018-04-22 Magnus HaganderAdd missing documentation for BGWORKER_BYPASS_ALLOWCONN
2018-04-21 Tom LaneAdd missing "static" marker.
2018-04-21 Peter Eisentrautdoc: Restructure authentication methods sections
2018-04-20 Tom LaneTest conversion of NaN between float4 and float8.
2018-04-20 Stephen FrostFix a couple minor typos
2018-04-20 Tom LaneDon't run fast_default regression test in parallel...
2018-04-20 Tom LaneFix race conditions when an event trigger is added...
2018-04-20 Tom LaneTweak a couple of planner APIs to save recalculating...
2018-04-20 Tom LaneChange more places to be less trusting of RestrictInfo...
2018-04-19 Tom LaneImprove consistency of comments in system catalog headers.
2018-04-19 Tom LaneFix incorrect handling of join clauses pushed into...
2018-04-19 Alvaro HerreraRemove quick path in ExecInitPartitionInfo for equal...
2018-04-19 Alvaro HerreraPlural of modulus is moduli
2018-04-19 Alvaro HerreraRework code to determine partition pruning procedure
2018-04-19 Alvaro HerreraEnlarge find_other_exec's meager fgets buffer
2018-04-19 Teodor SigaevFix datatype for number of heap tuples during last...
2018-04-19 Teodor SigaevAdjust _bt_insertonpg() comments
2018-04-19 Teodor SigaevHandle XLOG_BTREE_META_CLEANUP in btree_desc() and...
2018-04-19 Teodor SigaevAdjust INCLUDE index truncation comments and code.
2018-04-18 Tom LaneImprove error detection/reporting in Catalog.pm and...
2018-04-18 Tom LaneBetter fix for deadlock hazard in CREATE INDEX CONCURRE...
2018-04-18 Heikki LinnakangasImprove docs for the new INCLUDE directive in CREATE...
2018-04-17 Tom LaneRationalize handling of single and double quotes in...
2018-04-17 Tom LaneRationalize handling of array type names in bootstrap...
2018-04-17 Tom LaneSimplify genbki.pl's data quoting rules.
2018-04-17 Heikki LinnakangasFix confusion on the padding of GIDs in on commit and...
2018-04-17 Alvaro HerreraUpdate Append's idea of first_partial_plan
2018-04-17 Heikki LinnakangasFix a few typos in comments and variable names.
2018-04-17 Alvaro HerreraImprove coverage of nodeAppend runtime partition prune
2018-04-17 Tatsuo IshiiAdd more infinite recursion detection while locking...
next