]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-05-14 Magnus HaganderFix file paths in comments
2018-05-14 Alvaro Herrerapsql: have \d show FKs on partitioned tables
2018-05-14 Tom LaneDoc: fix minor release-note typo.
2018-05-13 Bruce Momjiandoc: update PG 11 rel. notes for ALTER TABLE's non...
2018-05-12 Alvaro Herreradocs: Rework sections on partition pruning/exclusion
2018-05-11 Tom LaneDoc: fix overenthusiastic markup.
2018-05-11 Bruce Momjiandocs: more PG 11 markup and email suggestions
2018-05-11 Bruce Momjiandoc: markup for PG 11 release notes and included email...
2018-05-11 Bruce Momjiandocs: initial draft of PG 11 release notes
2018-05-11 Bruce Momjiandocs: clarify that CREATE TABLE ... _AS_ can be parall...
2018-05-10 Teodor SigaevVarious improvements of skipping index scan during...
2018-05-09 Robert Haasdoc: Restrictions on InitPlans in parallel queries...
2018-05-09 Tom LaneUpdate time zone data files to tzdata release 2018e.
2018-05-09 Alvaro Herrerapgstatindex, pageinspect: handle partitioned indexes
2018-05-09 Alvaro Herrerapgstatindex: HASH -> hash
2018-05-09 Alvaro HerreraAdd relkind 'I' to catalog.sgml's list relkinds
2018-05-09 Alvaro HerreraFix assorted partition pruning bugs
2018-05-09 Andrew DunstanRestrict vertical tightness to parentheses in Perl...
2018-05-09 Andrew Dunstanperltidy some recent code changes before changing perlt...
2018-05-09 Alvaro HerreraMake gen_partprune_steps static
2018-05-09 Alvaro HerreraRemove useless 'default' clause
2018-05-09 Andrew DunstanAdd a script and a config file to run perlcritic
2018-05-09 Teodor SigaevImprove jsonb cast error message
2018-05-09 Tom LaneImprove inefficient regexes in vacuumdb TAP test.
2018-05-08 Tom LaneImprove initdb's query for generating default descripti...
2018-05-08 Peter EisentrautRefine error messages
2018-05-08 Tom LaneCount heap tuples in non-SnapshotAny path in IndexBuild...
2018-05-07 Andrew DunstanClean up some perlcritic warnings
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...
next