postgresql-pgindent.git
2020-07-29 Peter GeogheganAdd hash_mem_multiplier GUC.
2020-07-29 Jeff DavisHashAgg: use better cardinality estimate for recursive...
2020-07-29 Peter GeogheganRename another "hash_mem" local variable.
2020-07-29 Peter GeogheganCorrect obsolete UNION hash aggs comment.
2020-07-28 Peter GeogheganDoc: Remove obsolete CREATE AGGREGATE note.
2020-07-28 David RowleyMake EXPLAIN ANALYZE of HashAgg more similar to Hash...
2020-07-28 David RowleyDoc: Improve documentation for pg_jit_available()
2020-07-28 Fujii Masaodoc: Mention the rename of wal_keep_segments GUC in...
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 Michael PaquierTweak behavior of pg_stat_activity.leader_pid
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-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-22 Michael PaquierRevert "Fix corner case with PGP decompression in pgcrypto"
2020-07-22 Michael PaquierFix corner case with PGP decompression in pgcrypto
2020-07-21 Tom Laneneqjoinsel must now pass through collation to eqjoinsel.
2020-07-21 Alvaro HerreraMinor glossary tweaks
2020-07-21 Tom LaneAssert that we don't insert nulls into attnotnull catal...
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 Fujii MasaoRename wal_keep_segments to wal_keep_size.
2020-07-20 Amit KapilaFix minor typo in nodeIncrementalSort.c.
2020-07-19 Tom LaneCorrectly mark pg_subscription.subslotname as nullable.
2020-07-18 Michael Paquierdoc: Refresh more URLs in the docs
2020-07-18 Michael Paquierdoc: Fix description of \copy for psql
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-16 Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-15 Peter Eisentrautdoc: Fix typo
2020-07-15 Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-14 Tom LaneFix bitmap AND/OR scans on the inside of a nestloop...
2020-07-14 David RowleyFix timing issue with ALTER TABLE's validate constraint
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-11 Tom LaneAvoid trying to restore table ACLs and per-column ACLs...
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 EisentrautLog the location field before any backtrace
2020-07-10 Alvaro HerreraRemove WARNING message from brin_desummarize_range
2020-07-09 Tom LaneTighten up Windows CRLF conversion in our TAP test...
2020-07-09 Tom LaneFix pg_current_logfile() to not emit a carriage return...
2020-07-09 Fujii Masaodoc: Correct the description about the length of pg_sta...
2020-07-08 David RowleyFix whitespace in HashAgg EXPLAIN ANALYZE
2020-07-08 Fujii MasaoFix incorrect variable datatype.
2020-07-08 Michael Paquierdoc: Fix inconsistencies in GIN, BRIN and SP-GiST for...
2020-07-07 Alvaro HerreraMorph pg_replication_slots.min_safe_lsn to safe_wal_size
2020-07-06 Fujii Masaodoc: Add note about possible performance overhead by...
2020-07-06 Amit KapilaRemove extra whitespace in comments atop ReorderBufferC...
2020-07-06 Amit KapilaRemove unused function parameter in end_parallel_vacuum.
2020-07-05 Peter Eisentrautdoc: Spell checking
2020-07-05 Michael Paquierdoc: Fix incorrect reference to textout in plpgsql...
2020-07-05 Peter EisentrautRename enable_incrementalsort for clarity
2020-07-04 Joe ConwayFix "ignoring return value" complaints from commit...
2020-07-04 Joe ConwayRead until EOF vice stat-reported size in read_binary_file
2020-07-03 Tom LaneClamp total-tuples estimates for foreign tables to...
2020-07-03 Tom LaneFix temporary tablespaces for shared filesets some...
2020-07-03 Magnus HaganderFix temporary tablespaces for shared filesets
2020-07-03 Fujii Masaodoc: Correct description of restart_lsn in pg_replicati...
2020-07-03 Fujii MasaoChange default of pg_stat_statements.track_planning...
2020-07-01 Amit KapilaImprove vacuum error context handling.
2020-07-01 Michael PaquierFix removal of files generated by TAP tests for SSL
2020-07-01 David RowleyFurther adjustments to Hashagg EXPLAIN ANALYZE output
2020-06-30 Michael MeskesFix ecpg crash with bytea and cursor variables.
2020-06-30 Bruce Momjiandoc: clarify that storage parameter values are optional
2020-06-30 Bruce Momjiandoc: change pg_upgrade wal_level to be not minimal
2020-06-29 Tom LaneRemove support for timezone "posixrules" file.
2020-06-28 Noah MischFix documentation of "must be vacuumed within" warning.
2020-06-27 Tom LaneFix list of SSL error codes for older OpenSSL versions.
2020-06-27 Tom LaneAdd hints about protocol-version-related SSL connection...
2020-06-27 Tom LaneChange libpq's default ssl_min_protocol_version to...
2020-06-27 Alvaro HerreraPersist slot invalidation correctly
2020-06-26 Bruce Momjiandoc: PG 13 relnotes; remove FOREIGN keyword item and...
2020-06-26 Tom LaneDoc: explain that "timestamp - timestamp" applies justi...
2020-06-25 Bruce Momjiandoc: mention trigger helper functions in CREATE TRIGGE...
2020-06-25 Bruce Momjiandocs: clarify that CREATE DATABASE does not copy db...
2020-06-25 Peter GeogheganFix misuse of table_index_fetch_tuple_check().
2020-06-25 Tom LaneDoc: correct nitpicky mistakes in array_position/array_...
2020-06-25 Fujii MasaoRemove erroneous assertion from pg_copy_logical_replica...
2020-06-24 Tom LaneFix compiler warning induced by commit d8b15eeb8.
2020-06-24 Alvaro HerreraAdjust max_slot_wal_keep_size behavior per review
2020-06-24 Alvaro HerreraSave slot's restart_lsn when invalidated due to size
next