postgresql.git
2021-05-14 David RowleyConvert misleading while loop into an if condition
2021-05-13 Peter GeogheganFix autovacuum log output heap truncation issue.
2021-05-13 Bruce Momjiandoc: PG 14 release notes, adjust updates/deletes on...
2021-05-13 Alexander KorotkovImprove documentation example for jsonpath like_regex...
2021-05-13 Etsuro FujitaPrevent asynchronous execution of direct foreign-table...
2021-05-13 Peter Eisentrautpg_amcheck: Message style and formatting improvements
2021-05-13 Amit KapilaFix tests for replication slots stats.
2021-05-13 Bruce Momjiandoc: update PG 14 release notes based on current feedback
2021-05-13 Michael PaquierMake saner the tab completion of INSERT and DELETE...
2021-05-12 Alvaro HerreraRename the logical replication global "wrconn"
2021-05-12 Tom LaneDouble-space commands in system_constraints.sql/system_...
2021-05-12 Tom LaneDoc: update bki.sgml's statements about OID ranges.
2021-05-12 Tom LaneDo pre-release housekeeping on catalog data.
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-05-12 Michael PaquierSimplify one use of ScanKey in pg_subscription.c
2021-05-12 Peter EisentrautRefactor some error messages for easier translation
2021-05-12 Etsuro FujitaFix EXPLAIN ANALYZE for async-capable nodes.
2021-05-12 Tom LaneReduce runtime of privileges.sql test under CLOBBER_CAC...
2021-05-12 Fujii MasaoChange data type of counters in BufferUsage and WalUsag...
2021-05-12 Andrew DunstanTweak generation of Gen_dummy_probes.pl
2021-05-11 Tom LaneFix vcregress.pl's ancient misspelling of --max-connect...
2021-05-11 Tom LaneGet rid of the separate serial_schedule list of tests.
2021-05-11 Bruce Momjiandoc: update PG 14 release notes based on feedback
2021-05-11 Tom LaneReplace opr_sanity test's binary_coercible() function...
2021-05-11 Peter EisentrautFix typo
2021-05-11 Bruce Momjiandoc: update PG 14 release notes based on feedback...
2021-05-11 David RowleyDoc: Remove outdated note about run-time partition...
2021-05-11 Michael PaquierAdd support for LZ4 build in MSVC scripts
2021-05-10 Tom LaneFix mishandling of resjunk columns in ON CONFLICT ...
2021-05-10 Tom LanePrevent integer overflows in array subscripting calcula...
2021-05-10 Peter EisentrautTranslation updates
2021-05-10 Peter EisentrautEmit dummy statements for probes.d probes when disabled
2021-05-10 Peter EisentrautRemove unused function arguments
2021-05-10 Michael PaquierFix typos in operatorcmds.c
2021-05-10 Bruce Momjiandoc: first draft of the PG 14 release notes
2021-05-10 Michael PaquierFix generation of ./INSTALL for the distribution tarball
2021-05-10 Thomas MunroRevert recovery prefetching feature.
2021-05-10 Michael PaquierAdd more TAP tests for pg_dump with attribute compression
2021-05-10 Michael Paquierdoc: Fix some gaps with the documentation related to LZ4
2021-05-09 Tom LaneImprove comments about USE_VALGRIND in pg_config_manual.h.
2021-05-08 David RowleyMove memory accounting Asserts for Result Cache code
2021-05-08 Tom LaneSync guc.c and postgresql.conf.sample with the SGML...
2021-05-08 Tom LaneDoc: copy-editing for debug_invalidate_system_caches_al...
2021-05-08 Michael PaquierFix incorrect error code for CREATE/ALTER TABLE COMPRESSION
2021-05-07 Tomas VondraCopy the INSERT query in postgres_fdw
2021-05-07 Andrew DunstanAdd a README and Makefile recipe for Gen_dummy_probes.pl
2021-05-07 Peter EisentrautFix typo
2021-05-07 Alvaro HerreraAlterSubscription_refresh: avoid stomping on global...
2021-05-07 Andrew DunstanRemove extraneous newlines added by perl copyright...
2021-05-07 Andrew DunstanAdd a copyright notice to perl files lacking one.
2021-05-07 Tomas VondraMention statistics objects in maintenance.sgml
2021-05-07 Tomas VondraFix typos in comments about extended statistics
2021-05-07 Tomas VondraMake pg_get_statisticsobjdef_expressions return NULL
2021-05-07 Thomas MunroDoc: Update notes about libc collation versions.
2021-05-07 Thomas MunroRevert per-index collation version tracking feature.
2021-05-06 Alvaro HerreraRemove redundant variable
2021-05-06 Alvaro HerreraDocument lock level used by ALTER TABLE VALIDATE CONSTRAINT
2021-05-06 Alvaro HerreraImprove documentation on DETACH PARTITION lock levels
2021-05-06 Peter GeogheganRemove overzealous VACUUM visibility map assertion.
2021-05-06 Alvaro HerreraTrack detached partitions more accurately in partdescs
2021-05-06 Tom LaneDoc: trivial wording adjustment.
2021-05-06 Robert HaasAdditional doc fixes for configurable TOAST compression.
2021-05-06 Robert Haasdocs: Clarify how ALTER TABLE .. SET COMPRESSION works.
2021-05-06 Amit KapilaUpdate replication statistics after every stream/spill.
2021-05-06 Andres Freundjit: Fix warning reported by gcc-11 caused by dubious...
2021-05-06 Tom LaneDoc: update RELEASE_CHANGES checklist.
2021-05-06 Amit KapilaTighten the concurrent abort check during decoding.
2021-05-05 Alvaro HerreraRemove unused argument of ATAddForeignConstraint
2021-05-05 Alvaro HerreraHave ALTER CONSTRAINT recurse on partitioned tables
2021-05-05 Tom LaneDoc: improve and centralize the documentation for OID...
2021-05-05 Peter EisentrautGUC description improvements for clarity
2021-05-04 Tom LaneDisable cache clobber to avoid breaking postgres_fdw...
2021-05-04 Alvaro HerreraFix OID passed to object-alter hook during ALTER CONSTRAINT
2021-05-04 Peter Eisentrautdoc: Fix typos
2021-05-04 Peter Eisentrautpg_dump: Fix dump of generated columns in partitions
2021-05-04 Peter EisentrautFix ALTER TABLE / INHERIT with generated columns
2021-05-04 Alexander KorotkovRemove mention of the version number from pg_trgm docs
2021-05-03 Bruce MomjianUpdate query_id computation
2021-05-03 Peter Eisentrautdoc: Add index entry for "multirange type"
2021-05-03 Robert Haasamcheck: Improve some confusing reports about TOAST...
2021-05-03 Tom LaneFix performance issue in new regex match-all detection...
2021-05-03 Peter EisentrautPrevent lwlock dtrace probes from unnecessary work
2021-05-03 Peter EisentrautRemove unused function argument
2021-05-03 Peter Eisentrautlibpq: Refactor some error messages for easier translation
2021-05-03 Peter EisentrautFactor out system call names from error messages
2021-05-03 Amit KapilaFix the computation of slot stats for 'total_bytes'.
2021-05-03 Alexander KorotkovMake websearch_to_tsquery() parse text in quotes as...
2021-05-01 Bruce MomjianRevert use singular for -1 (commits 9ee7d533da and...
2021-04-30 Tom LaneDoc: add an example of a self-referential foreign key...
2021-04-30 Tom LaneDoc: update libpq's documentation for PQfn().
2021-04-30 Tom LaneDisallow calling anything but plain functions via the...
2021-04-30 Amit KapilaFix the bugs in selecting the transaction for streaming.
2021-04-30 David RowleyAdjust EXPLAIN output for parallel Result Cache plans
2021-04-30 Amit KapilaAnother try to fix the test case added by commit f5fc2f...
2021-04-29 Tom LaneImprove wording of some pg_upgrade failure reports.
2021-04-29 Tom LaneFix some more omissions in pg_upgrade's tests for non...
2021-04-29 Alvaro HerreraImprove documentation for default_tablespace on partiti...
2021-04-29 Peter Eisentrautpsql: Fix line continuation prompts for unbalanced...
2021-04-29 Peter Eisentrautpg_hba.conf.sample: Reword connection type section
2021-04-29 Michael Paquierdoc: Fix description of target_session_attrs=prefer...
next