postgresql.git
2020-06-29 Peter Eisentrautpgstattuple: Have pgstattuple_approx accept TOAST tables
2020-06-29 Tom LaneRemove support for timezone "posixrules" file.
2020-06-29 Tom LaneMop up some no-longer-necessary hacks around printf...
2020-06-29 Peter Geoghegannbtree: Correct inaccurate split location comment.
2020-06-29 Tom LaneAvoid using %c printf format for potentially non-ASCII...
2020-06-29 Peter EisentrautAdd current substring regular expression syntax
2020-06-29 Peter EisentrautClean up grammar a bit
2020-06-29 Michael PaquierRefactor ObjectAddress field assignments for type depen...
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 Amit KapilaRemove duplicate check added by commit b2a5545bd6.
2020-06-27 Alvaro HerreraPersist slot invalidation correctly
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
2020-06-24 Alvaro HerreraAdd parens to ConvertToXSegs macro
2020-06-24 Michael PaquierFix comment in heap.c
2020-06-22 Jeff DavisDoc fixup for hashagg_avoid_disk_plan GUC.
2020-06-22 Tom LaneUndo double-quoting of index names in non-text EXPLAIN...
2020-06-22 Michael PaquierFix inconsistent markups in catalogs.sgml
2020-06-22 Michael PaquierAdd --no-index-cleanup and --no-truncate to vacuumdb.
2020-06-21 Alexander KorotkovLanguage fixes for docs related to opclass options
2020-06-21 Peter GeogheganDoc: Tweak description of B-Tree duplicate tuples.
2020-06-20 Alexander KorotkovMinor corrections to docs related to opclass options
2020-06-20 Alexander KorotkovFix masking of SP-GiST pages during xlog consistency...
2020-06-20 Alexander KorotkovAdd documentation for opclass options
2020-06-20 Noah MischRemove dead forceSync parameter of XactLogCommitRecord().
2020-06-20 Amit KapilaRemoval unused function parameter in CopyReadBinaryAttr...
2020-06-19 Alvaro HerreraEnsure write failure reports no-disk-space
2020-06-19 Tom LaneFuture-proof regression tests against possibly-missing...
2020-06-19 Alvaro HerreraAdjust some glossary terms
2020-06-19 Peter GeogheganFix deduplication "single value" strategy bug.
2020-06-19 Fujii MasaoFix issues in invalidation of obsolete replication...
2020-06-19 David RowleyFix EXPLAIN ANALYZE for parallel HashAgg plans
2020-06-19 Andres FreundClean up includes of s_lock.h.
2020-06-18 Andres FreundFix deadlock danger when atomic ops are done under...
2020-06-18 Andres FreundAdd basic spinlock tests to regression tests.
2020-06-18 Tom LaneDoc: document POSIX-style time zone specifications...
2020-06-18 Michael PaquierFix oldest xmin and LSN computation across repslots...
2020-06-18 Peter EisentrautDisallow factorial of negative numbers
2020-06-18 Peter EisentrautExpand tests for factorial
2020-06-18 Michael PaquierRemove reset of testtablespace from pg_regress on Windows
2020-06-17 Tom LaneSync our copy of the timezone library with IANA release...
2020-06-17 Peter GeogheganFix nbtree.h dedup state comment.
2020-06-17 Andres Freundspinlock emulation: Fix bug when more than INT_MAX...
2020-06-17 Andres FreundAvoid potential spinlock in a signal handler as part...
2020-06-17 Robert HaasImprove server code to read files as part of a base...
2020-06-17 Robert HaasMinor code cleanup for perform_base_backup().
2020-06-17 Robert HaasDon't export basebackup.c's sendTablespace().
2020-06-17 Peter EisentrautRemove STATUS_WAITING
2020-06-16 Tom LaneDoc: fix copy-and-pasteo in ecpg docs.
2020-06-16 Tom LaneLobotomize test for float -Inf ^ -2, at least for now.
2020-06-16 Peter EisentrautFix file reference in nls.mk
2020-06-16 Tom LaneIn dpow(), remove redundant check for whether y is...
2020-06-16 Thomas MunroRemove useless variable.
2020-06-16 Thomas MunroMake BufFileWrite() void.
2020-06-16 Thomas MunroFix buffile.c error handling.
2020-06-16 Peter Eisentrautdoc: Document factorial function
2020-06-16 Bruce Momjianpg_upgrade: set vacuum_defer_cleanup_age to zero
2020-06-15 Tom LaneFix power() for large inputs yet more.
2020-06-15 Robert HaasAssorted cleanup of tar-related code.
2020-06-15 Tom LaneFix power() for infinity inputs some more.
2020-06-15 Michael PaquierFix some comments referring to past features
2020-06-15 Peter Eisentrautpg_dump: Unbreak dumping of aggregates from very old...
2020-06-15 Peter EisentrautError message refactoring
2020-06-15 Michael PaquierBump catversion for ACL changes on replication origin...
2020-06-15 Thomas MunroDoc: Add references for SI and SSI.
2020-06-14 Tom LaneFix behavior of exp() and power() for infinity inputs.
2020-06-14 Peter EisentrautAdd test coverage for EXTRACT()
2020-06-14 Michael PaquierReplace superuser check by ACLs for replication origin...
2020-06-13 Tom LaneSync behavior of var_samp and stddev_samp for single...
2020-06-13 Tom LaneFix behavior of float aggregates for single Inf or...
2020-06-13 Peter GeogheganSilence _bt_check_unique compiler warning.
2020-06-13 Peter EisentrautRefactor AlterExtensionContentsStmt grammar
2020-06-13 Peter EisentrautGrammar object type refactoring
2020-06-13 Michael PaquierCreate by default sql/ and expected/ for output directo...
2020-06-13 Michael PaquierAdd more TAP tests for pg_dump options with range checks
2020-06-13 David RowleyHave pg_itoa, pg_ltoa and pg_lltoa return the length...
2020-06-12 David RowleyAdd missing extern keyword for a couple of numutils...
2020-06-12 Tom LaneAvoid using a cursor in plpgsql's RETURN QUERY statement.
2020-06-12 Michael PaquierFix typos and some format mistakes in comments
2020-06-12 Peter EisentrautMake more use of RELKIND_HAS_STORAGE()
2020-06-11 Thomas MunroImprove comments for [Heap]CheckForSerializableConflict...
2020-06-11 Bruce Momjiandoc: document problems with using xreflabel in XML...
2020-06-11 Bruce Momjiandoc: remove xreflabels from commits 75fcdd2ae2 and...
2020-06-11 Tom LaneFix mishandling of NaN counts in numeric_[avg_]combine.
2020-06-11 Jeff DavisRework HashAgg GUCs.
2020-06-11 Peter GeogheganAvoid update conflict out serialization anomalies.
2020-06-11 Peter Eisentrautpg_dump: Remove dead code
2020-06-11 Amit KapilaFix typos.
2020-06-11 Peter EisentrautRefactor DROP LANGUAGE grammar
2020-06-11 Peter EisentrautRemove deprecated syntax from CREATE/DROP LANGUAGE
next