postgresql-pgindent.git
2020-08-20 David RowleyFix a few typos in JIT comments and README REL_13_STABLE
2020-08-20 Alvaro HerreraRevise REINDEX CONCURRENTLY recovery instructions
2020-08-19 Tom LaneSuppress unnecessary RelabelType nodes in yet more...
2020-08-18 Heikki LinnakangasAvoid non-constant format string argument to fprintf().
2020-08-17 Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17 Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17 Heikki LinnakangasFix printing last progress report line in client programs.
2020-08-17 Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-15 Tom LaneDoc: various improvements for pg_basebackup reference...
2020-08-15 Noah MischPrevent concurrent SimpleLruTruncate() for any given...
2020-08-15 Tom LaneBe more careful about the shape of hashable subplan...
2020-08-14 Alvaro Herrerapg_dump: fix dependencies on FKs to partitioned tables
2020-08-14 Tom LaneFix postmaster's behavior during smart shutdown.
2020-08-14 Heikki LinnakangasFix typo in test comment.
2020-08-14 Tom LaneDoc: improve examples for json_populate_record() and...
2020-08-13 Alvaro HerreraHandle new HOT chains in index-build table scans
2020-08-12 Alvaro HerreraBRIN: Handle concurrent desummarization properly
2020-08-10 Tom LaneStamp 13beta3. REL_13_BETA3
2020-08-10 Noah MischDocument clashes between logical replication and untrus...
2020-08-10 Noah MischEmpty search_path in logical replication apply worker...
2020-08-10 Noah MischMove connect.h from fe_utils to src/include/common.
2020-08-10 Tom LaneMake contrib modules' installation scripts more secure.
2020-08-10 Peter EisentrautTranslation updates
2020-08-09 Tom LaneDoc: update v13 release notes for changes through today.
2020-08-09 Tom LaneCheck for fseeko() failure in pg_dump's _tarAddFile().
2020-08-08 Alvaro Herrerawalsnd: Don't set waiting_for_ping_response spuriously
2020-08-07 Peter EisentrautAdd list of acknowledgments to release notes
2020-08-07 Etsuro FujitaFix yet another issue with step generation in partition...
2020-08-06 Peter Geogheganamcheck: Sanitize metapage's allequalimage field.
2020-08-06 David RowleyFix bogus EXPLAIN output for Hash Aggregate
2020-08-05 Bruce Momjiandoc: clarify "state" table reference in tutorial
2020-08-05 Tom LaneFix matching of sub-partitions when a partitioned plan...
2020-08-04 Tom LaneIncrease hard-wired timeout values in ecpg regression...
2020-08-04 Michael PaquierMake new SSL TAP test for channel_binding more robust
2020-08-03 Bruce Momjiandoc: PG 13 relnotes: hash_mem_multiplier can restore...
2020-08-03 Tom LaneRemove unnecessary "DISTINCT" in psql's queries for...
2020-08-03 Tom LaneDoc: fix obsolete info about allowed range of TZ offset...
2020-08-03 Tom LaneFix behavior of ecpg's "EXEC SQL elif name".
2020-08-03 Thomas MunroFix rare failure in LDAP tests.
2020-08-02 Tom LaneFix minor issues in psql's new \dAc and related commands.
2020-08-02 David RowleyUse int64 instead of long in incremental sort code
2020-07-31 Peter GeogheganRestore lost amcheck TOAST test coverage.
2020-07-31 Tom LaneFix oversight in ALTER TYPE: typmodin/typmodout must...
2020-07-31 Tom LaneFix recently-introduced performance problem in ts_headl...
2020-07-30 Tatsuo IshiiDoc: fix high availability solutions comparison.
2020-07-30 Jeff DavisUse pg_bitutils for HyperLogLog.
2020-07-30 Michael Paquierdoc: Mention index references in pg_inherits
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...
next