]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-05-07 Tom LaneUndo extra chattiness of postmaster logs in TAP tests.
2018-05-07 Tom LaneUpdate oidjoins regression test for v11.
2018-05-07 Tom LaneSuppress compiler warnings when building with --enable...
2018-05-07 Tom LaneLast-minute updates for release notes.
2018-05-07 Tom LaneLast-minute updates for release notes.
2018-05-07 Peter Eisentrautdoc: Improve spelling and wording a bit
2018-05-07 Peter Eisentrautdoc: Fix minor markup issue
2018-05-07 Stephen Frostadminpack: Revoke EXECUTE on pg_logfile_rotate()
2018-05-07 Robert HaasDocumentation updates for partitioning.
2018-05-07 Peter EisentrautRemove unused macro
2018-05-06 Tom LaneRelease notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.
2018-05-06 Andrew DunstanClear severity 5 perlcritic warnings from vcregress.pl
2018-05-05 Tom LaneFix bootstrap parser so that its keywords are unreserve...
2018-05-05 Tom LaneRevert "Test conversion of NaN between float4 and float8."
2018-05-05 Tom LanePut in_range_float4_float8's work in-line.
2018-05-05 Peter EisentrautRemove extra newlines after PQerrorMessage()
2018-05-04 Tom LaneFirst-draft release notes for 10.4.
2018-05-04 Heikki LinnakangasFix scenario where streaming standby gets stuck at...
2018-05-04 Alvaro HerreraDon't mark pages all-visible spuriously
2018-05-04 Andrew DunstanProvide for testing on python3 modules when under MSVC
2018-05-04 Andrew DunstanAllow MSYS as well as MINGW in Msys uname
2018-05-04 Tom LaneSync our copy of the timezone library with IANA release...
2018-05-04 Tom LaneFix precedence problem in new Perl code.
2018-05-04 Peter Eisentrautpg_dump: Use current_database() instead of PQdb()
2018-05-04 Teodor SigaevDon't truncate away non-key attributes for leftmost...
2018-05-04 Teodor SigaevRe-think predicate locking on GIN indexes.
2018-05-04 Peter EisentrautUpdate expected files for older Python versions
2018-05-03 Tom LaneBlindly try to fix MSVC build's use of genbki.pl and...
2018-05-03 Tom LaneAvoid overwriting unchanged output files in genbki...
2018-05-03 Tom LaneRearrange makefile rules for running Gen_fmgrtab.pl.
2018-05-03 Peter EisentrautTweak tests to support Python 3.7
2018-05-03 Teodor SigaevAdd HOLD_INTERRUPTS section into FinishPreparedTransaction.
2018-05-03 Tom LaneAvoid portability issues in autoprewarm.c.
2018-05-03 Teodor SigaevFix pg_dump support for pre-8.2 versions
2018-05-03 Tom LaneFurther improve code for probing the availability of...
2018-05-03 Peter EisentrautFix SPI error cleanup and memory leak
2018-05-03 Robert HaasRemove now-unnecessary cast.
2018-05-02 Tom LaneImprove our method for probing the availability of...
2018-05-02 Peter EisentrautPrevent NaN in jsonb/plpython transform
2018-05-02 Tom LaneSuppress some compiler warnings in plperl on Windows.
2018-05-02 Tom LaneFix assorted compiler warnings seen in the buildfarm.
2018-05-02 Tom LaneFix bogus code for extracting extended-statistics data...
2018-05-02 Peter Eisentrautdoc: Correct update on limitations of partitions
2018-05-02 Heikki LinnakangasRemove remaining references to version-0 calling conven...
2018-05-02 Heikki LinnakangasFix some sloppiness in the new BufFileSize() and BufFil...
2018-05-02 Bruce Momjiandocs: Remove tabs recently introduced by me.
2018-05-02 Tom LaneFix compiler warning on Windows.
2018-05-02 Tom LaneChange SIZEOF_BOOL to 1 for Windows.
2018-05-02 Andres FreundFurther -Wimplicit-fallthrough cleanup.
2018-05-01 Tom LaneFix some assorted compiler warnings on Windows.
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...
next