postgresql.git
2021-09-25 Tom LaneDoc: extend warnings about collation-mismatch hazards...
2021-09-25 Daniel GustafssonAdd alternative output for OpenSSL 3 without legacy...
2021-09-25 Daniel GustafssonDisable OpenSSL EVP digest padding in pgcrypto
2021-09-25 Michael Paquierdoc: Improve description of index vacuuming with GUCs
2021-09-25 Michael Paquierdoc: Add missing markup in CREATE EVENT TRIGGER page
2021-09-23 Peter EisentrautAdd missing $Test::Builder::Level settings
2021-09-23 Alexander KorotkovSplit macros from visibilitymap.h into a separate header
2021-09-23 Tomas VondraRelease memory allocated by dependency_degree
2021-09-23 Tomas VondraFree memory after building each statistics object
2021-09-22 Amit KapilaInvalidate all partitions for a partitioned table in...
2021-09-22 Peter GeogheganFix "single value strategy" index deletion issue.
2021-09-21 Michael PaquierFix places in TestLib.pm in need of adaptation to the...
2021-09-21 Tom LaneFix misevaluation of STABLE parameters in CALL within...
2021-09-21 Alvaro HerreraDocument XLOG_INCLUDE_XID a little better
2021-09-20 Tom LaneStamp 14rc1. REL_14_RC1
2021-09-20 Peter GeogheganRemove overzealous index deletion assertion.
2021-09-20 Peter EisentrautTranslation updates
2021-09-20 Peter Eisentrautdoc: Replace characters that the PDF build cannot handle
2021-09-20 Peter EisentrautUpdate list of acknowledgments in release notes
2021-09-19 Tomas VondraDisallow extended statistics on system columns
2021-09-19 Tom LaneDoc: further tweaking of v14 release notes.
2021-09-19 Tom LaneDoc: fix typos.
2021-09-18 Tom LaneDoc: copy-editing for v14 release notes.
2021-09-18 Tom LaneDoc: update v14 release notes through today.
2021-09-17 Peter Geogheganpageinspect: Make page deletion elog less chatty.
2021-09-17 Tom LaneFix pull_varnos to cope with translated PlaceHolderVars.
2021-09-16 Tom LaneFix EXPLAIN to handle SEARCH BREADTH FIRST queries.
2021-09-16 Peter EisentrautMessage style improvements
2021-09-16 Andres FreundFix performance regression from session statistics.
2021-09-16 Fujii MasaoFix variable shadowing in procarray.c.
2021-09-16 Fujii MasaoUse int instead of size_t in procarray.c.
2021-09-15 Tom LaneDisallow LISTEN in background workers.
2021-09-15 Peter EisentrautFix hash_array
2021-09-15 Daniel Gustafssondoc: Clarify refresh options for DROP PUBLICATION
2021-09-14 Tom LaneSend NOTIFY signals during CommitTransaction.
2021-09-14 Tom LaneFix planner error with multiple copies of an Alternativ...
2021-09-14 Andres Freundjit: Do not try to shut down LLVM state in case of...
2021-09-13 Andres FreundFix potential for compiler warning in GlobalVisTestFor().
2021-09-13 Tom LaneClear conn->errorMessage at successful completion of...
2021-09-13 Tom LaneFix EXIT out of outermost block in plpgsql.
2021-09-13 Bruce Momjiandoc: fix PG 14 release note typo
2021-09-13 Etsuro FujitaDoc: Remove type information for import_generated in...
2021-09-13 Amit KapilaFix reorder buffer memory accounting for toast changes.
2021-09-13 Michael PaquierFix error handling with threads on OOM in ECPG connecti...
2021-09-11 Tom LaneMake pg_regexec() robust against out-of-range search_start.
2021-09-10 Tom LaneFix some anomalies with NO SCROLL cursors.
2021-09-09 Tom LaneAvoid fetching from an already-terminated plan.
2021-09-09 Fujii Masaopgbench: Stop counting skipped transactions as soon...
2021-09-09 Tom LaneCheck for relation length overrun soon enough.
2021-09-09 Fujii MasaoFix issue with WAL archiving in standby.
2021-09-08 Tom LaneAvoid useless malloc/free traffic around getFormattedTy...
2021-09-08 Tom LaneFix misleading comments about TOAST access macros.
2021-09-08 Tom LaneFix rewriter to set hasModifyingCTE correctly on rewrit...
2021-09-08 Peter EisentrautDisable anonymous record hash support except in special...
2021-09-08 Amit KapilaInvalidate relcache for publications defined for all...
2021-09-07 Magnus HaganderConsistently use read-only instead of "read only"
2021-09-07 Tom LaneFinish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
2021-09-07 Heikki LinnakangasFix missing words in comment.
2021-09-06 Noah MischAIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
2021-09-06 Tom LaneFix bogus timetz_zone() results for DYNTZ abbreviations.
2021-09-06 Peter EisentrautFix pkg-config files for static linking
2021-09-04 Tom LaneFurther portability tweaks for float4/float8 hash funct...
2021-09-04 Tom LaneMinor improvements for psql help output.
2021-09-04 Alvaro HerreraRevert "Avoid creating archive status ".ready" files...
2021-09-04 Tom LaneRemove arbitrary MAXPGPATH limit on command lengths...
2021-09-03 Tom LaneDisallow creating an ICU collation if the DB encoding...
2021-09-03 John NaylorSet the volatility of the timestamptz version of date_b...
2021-09-03 Tom LaneFix portability issue in tests from commit ce773f230.
2021-09-02 Tom LaneIn count_usable_fds(), duplicate stderr not stdin.
2021-09-02 Tom LaneFix float4/float8 hash functions to produce uniform...
2021-09-02 Michael Paquierdoc: Replace some uses of "which" by "that" in parallel...
2021-09-01 Tom LaneDoc: clarify how triggers relate to transactions.
2021-09-01 Tomas VondraIdentify simple column references in extended statistics
2021-09-01 Fujii Masaopgbench: Fix bug in measurement of disconnection delays.
2021-09-01 Amit KapilaFix the random test failure in 001_rep_changes.
2021-09-01 Peter GeogheganVACUUM VERBOSE: Don't report "pages removed".
2021-08-31 Tomas VondraDon't print extra parens around expressions in extended...
2021-08-31 John NaylorMark the timestamptz variant of date_bin() as stable
2021-08-31 Tom LaneIn pg_dump, avoid doing per-table queries for RLS policies.
2021-08-31 Tom LaneCache the results of format_type() queries in pg_dump.
2021-08-31 Tomas VondraRename the role in stats_ext to have regress_ prefix
2021-08-31 Tomas VondraFix lookup error in extended stats ownership check
2021-08-31 Tom LaneFix missed lock acquisition while inlining new-style...
2021-08-30 Alvaro HerreraReport tuple address in data-corruption error message
2021-08-30 Alvaro Herrerapsql: Fix name quoting on extended statistics
2021-08-30 Fujii Masaopgbench: Avoid unnecessary measurement of connection...
2021-08-30 Peter EisentrautAdd list of acknowledgments to release notes
2021-08-30 Amit KapilaFix incorrect error code in StartupReplicationOrigin().
2021-08-28 Alvaro HerreraKeep stats up to date for partitioned tables
2021-08-28 Alvaro Herrerapsql \dX: reference regclass with "pg_catalog." prefix
2021-08-28 Alvaro Herrerapsql \dP: reference regclass with "pg_catalog." prefix
2021-08-28 Noah MischFix data loss in wal_level=minimal crash recovery of...
2021-08-27 Tom LaneCount SP-GiST index scans in pg_stat statistics.
2021-08-27 Stephen FrostUse maintenance_io_concurrency for ANALYZE prefetch
2021-08-27 Stephen Frostdocs: Add command tags for SQL commands
2021-08-27 Daniel Gustafssondocs: clarify bgw_restart_time documentation
2021-08-27 Peter Geoghegantrack_io_timing logging: Don't special case 0 ms.
2021-08-27 Peter GeogheganReorder log_autovacuum_min_duration log output.
2021-08-27 Tom LaneHandle interaction of regexp's makesearch and MATCHALL...
2021-08-27 Peter Geoghegancontrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
next