]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-07-28  Etsuro FujitaFix some issues with step generation in partition pruning.
2020-07-28  Peter GeogheganRemove hashagg_avoid_disk_plan GUC.
2020-07-27  Michael PaquierFix corner case with 16kB-long decompression in pgcrypt...
2020-07-27  Michael PaquierFix handling of structure for bytea data type in ECPG
2020-07-26  Jeff DavisFix LookupTupleHashEntryHash() pipeline-stall issue.
2020-07-26  David RowleyAllocate consecutive blocks during parallel seqscans
2020-07-26  Michael PaquierTweak behavior of pg_stat_activity.leader_pid
2020-07-25  Noah MischRemove optimization for RAND_poll() failing.
2020-07-25  Noah MischUse RAND_poll() for seeding randomness after fork().
2020-07-25  Tom LaneImprove performance of binary COPY FROM through better...
2020-07-25  Tom LaneMark built-in coercion functions as leakproof where...
2020-07-25  Amit KapilaFix buffer usage stats for nodes above Gather Merge.
2020-07-24  Tom LaneReplace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC...
2020-07-24  Tom LaneFix assorted bugs by changing TS_execute's callback...
2020-07-24  Peter EisentrautRename configure.in to configure.ac
2020-07-23  Tom LaneFix ancient violation of zlib's API spec.
2020-07-23  Peter Eisentrautdoc: Document that ssl_ciphers does not affect TLS 1.3
2020-07-23  Thomas MunroFix error message.
2020-07-23  Amit KapilaWAL Log invalidations at command end with wal_level...
2020-07-22  Michael PaquierRevert "Fix corner case with PGP decompression in pgcrypto"
2020-07-22  Tom LaneSupport infinity and -infinity in the numeric data...
2020-07-22  Michael PaquierFix corner case with PGP decompression in pgcrypto
2020-07-22  Thomas MunroFix conversion table generator scripts.
2020-07-22  Michael PaquierFix comment in sha2.h
2020-07-21  Tom Laneneqjoinsel must now pass through collation to eqjoinsel.
2020-07-21  Peter GeogheganAdd nbtree Valgrind buffer lock checks.
2020-07-21  Tom LaneWeaken type-OID-matching checks in array_recv and recor...
2020-07-21  Alvaro HerreraGlossary: Add term "base backup"
2020-07-21  Alvaro HerreraMinor glossary tweaks
2020-07-21  Tom LaneBe more careful about marking catalog columns NOT NULL...
2020-07-21  Tom LaneAssert that we don't insert nulls into attnotnull catal...
2020-07-21  Michael PaquierRework tab completion of COPY and \copy in psql
2020-07-21  Tom LaneFix some corner cases for window ranges with infinite...
2020-07-20  Tom LaneMake floating-point "NaN / 0" return NaN instead of...
2020-07-20  Peter GeogheganAssert that buffer is pinned in LockBuffer().
2020-07-20  Tom LaneCorrectly mark pg_subscription_rel.srsublsn as nullable.
2020-07-20  Tom LaneFix construction of updated-columns bitmap in logical...
2020-07-20  Alexander KorotkovUpdate btree_gist extension for parallel query
2020-07-20  Fujii MasaoRename wal_keep_segments to wal_keep_size.
2020-07-20  Amit KapilaImmediately WAL-log subtransaction and top-level XID...
2020-07-20  Fujii MasaoAdd generic_plans and custom_plans fields into pg_prepa...
2020-07-20  Amit KapilaFix minor typo in nodeIncrementalSort.c.
2020-07-19  Peter GeogheganAvoid harmless Valgrind no-buffer-pin errors.
2020-07-19  Peter GeogheganMark buffers as defined to Valgrind consistently.
2020-07-19  Tom LaneCorrectly mark pg_subscription.subslotname as nullable.
2020-07-19  Peter EisentrautDefine OPENSSL_API_COMPAT
2020-07-18  Tom LaneFix replication/worker_internal.h to compile without...
2020-07-18  Tom LaneAllow logical replication to transfer data in binary...
2020-07-18  Michael Paquierdoc: Refresh more URLs in the docs
2020-07-18  Amit KapilaAdjust minor comment in reorderbuffer.c.
2020-07-18  Amit KapilaFix comments in reorderbuffer.c.
2020-07-18  Michael Paquierdoc: Fix description of \copy for psql
2020-07-18  Peter GeogheganRename "hash_mem" local variable.
2020-07-18  Peter GeogheganAdd Valgrind buffer access instrumentation.
2020-07-17  Tom LaneCope with data-offset-less archive files during out...
2020-07-17  Tom LaneRemove manual tracking of file position in pg_dump...
2020-07-17  Peter GeogheganAvoid CREATE INDEX unique index deduplication.
2020-07-17  Tom LaneEnsure that distributed timezone abbreviation files...
2020-07-17  Peter EisentrautFix whitespace
2020-07-17  Peter EisentrautResolve gratuitous tabs in SQL file
2020-07-17  Amit KapilaFix signal handler setup for SIGHUP in the apply launch...
2020-07-17  Thomas MunroUse MinimalTuple for tuple queues.
2020-07-17  Thomas MunroAdd huge_page_size setting for use on Linux.
2020-07-16  Andrew DunstanEnable almost all TAP tests involving symlinks on Windows
2020-07-16  Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-15  Peter Eisentrautpg_dump: Reorganize dumpFunc() and dumpAgg()
2020-07-15  Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-15  Michael PaquierFix compilation failure with sepgsql
2020-07-15  Michael PaquierEliminate cache lookup errors in SQL functions for...
2020-07-14  Tom LaneFix bitmap AND/OR scans on the inside of a nestloop...
2020-07-14  Peter EisentrautFix -Wcast-function-type warnings
2020-07-14  David RowleyAdd comment to explain an unused function parameter
2020-07-14  David RowleyFix timing issue with ALTER TABLE's validate constraint
2020-07-14  Michael PaquierFix some header identifications
2020-07-14  Michael PaquierFix comments related to table AMs
2020-07-14  Tom LaneCope with lateral references in the quals of a subquery...
2020-07-13  Alvaro HerreraFix uninitialized value in segno calculation
2020-07-13  Tom LaneFix bugs in libpq's management of GSS encryption state.
2020-07-13  Alexander KorotkovImprovements to psql \dAo and \dAp commands
2020-07-13  Jeff DavisHashAgg: before spilling tuples, set unneeded columns...
2020-07-13  Jeff DavisRevert "Use CP_SMALL_TLIST for hash aggregate"
2020-07-13  Amit KapilaRevert "Track statistics for spilling of changes from...
2020-07-13  Michael PaquierFix timestamp range handling in regression tests of...
2020-07-12  Michael PaquierFix test failure with -DENFORCE_REGRESSION_TEST_NAME_RE...
2020-07-12  Michael PaquierInclude replication origins in SQL functions for commit...
2020-07-11  Tom LaneAvoid useless buffer allocations during binary COPY...
2020-07-11  Tom LaneAvoid trying to restore table ACLs and per-column ACLs...
2020-07-11  Peter Eisentrautdoc: Add link from pg_dump --encoding to supported...
2020-07-11  Michael PaquierRename field "relkind" to "objtype" for CTAS and ALTER...
2020-07-11  Alexander KorotkovForbid numeric NaN in jsonpath
2020-07-11  Alexander KorotkovImprove error reporting for jsonpath .double() method
2020-07-10  Tom LaneDoc: update or remove dead external links.
2020-07-10  Peter EisentrautAdd missing <application> tags in application doc ...
2020-07-10  Michael PaquierRevert "Remove reset of testtablespace from pg_regress...
2020-07-10  Peter EisentrautLog the location field before any backtrace
2020-07-10  Alvaro HerreraRemove WARNING message from brin_desummarize_range
2020-07-09  Tom LaneFix pg_current_logfile() to not emit a carriage return...
2020-07-09  Tom LaneFurther tighten Windows CRLF conversion in our TAP...
2020-07-09  Peter Eisentrautpg_dump: Further reorganize getTableAttrs()
2020-07-09  Fujii Masaodoc: Correct the description about the length of pg_sta...
next