]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-05-21  Tom LaneRestore the portal-level snapshot after procedure COMMI...
2021-05-21  Peter EisentrautPut some psql documentation pieces back into alphabetic...
2021-05-21  Amit KapilaFix deadlock for multiple replicating truncates of...
2021-05-20  Tom LaneAvoid detoasting failure after COMMIT inside a plpgsql...
2021-05-20  Bruce Momjiandoc: change PG 14 relnotes as suggested by Justin...
2021-05-20  Andrew DunstanInstall PostgresVersion.pm
2021-05-20  Tom LaneClean up cpluspluscheck violation.
2021-05-20  Andrew DunstanUse a more portable way to get the version string in...
2021-05-19  Tom LaneAvoid creating testtablespace directories where not...
2021-05-19  Bruce Momjiandoc: revert 1e7d53bd01 so libpq chapter number is...
2021-05-19  Bruce Momjiandoc: add xreflabel for libpq chapter, needed for PG...
2021-05-19  Dean RasheedFix pgbench permute tests.
2021-05-19  Fujii MasaoMake standby promotion reset the recovery pause state...
2021-05-19  Amit KapilaFix 020_messages.pl test.
2021-05-19  Bruce Momjiandoc: partial completion of XML markup for PG 14 releas...
2021-05-19  Fujii MasaoFix issues in pg_stat_wal.
2021-05-19  Michael PaquierAdd --no-toast-compression to pg_dumpall
2021-05-18  Bruce Momjiandoc: add PG 14 rel item about vacuum_cleanup_index_sca...
2021-05-17  David RowleyFix typo and outdated information in README.barrier
2021-05-17  Tom LaneStamp 14beta1. REL_14_BETA1
2021-05-17  Magnus HaganderRemove obsolete reference to winflex download
2021-05-17  Bruce Momjiandoc: PG 14 relnotes adjustments from Fujii Masao
2021-05-17  Peter EisentrautTranslation updates
2021-05-17  Magnus HaganderFix wording in description of pg_stat_statements.toplevel
2021-05-17  Etsuro FujitaDoc: Update documentation for asynchronous execution.
2021-05-17  Bruce Momjiandoc: update PG 14 relnotes from feedback by Tom, Alvaro...
2021-05-15  Bruce Momjiandoc: remove XML comments around compute_query_id PG14...
2021-05-15  Bruce Momjiandoc: update PG 14 release notes for compute_query_id...
2021-05-15  Alvaro HerreraUnbreak EXEC_BACKEND build
2021-05-15  Alvaro HerreraAllow compute_query_id to be set to 'auto' and make...
2021-05-15  Tom LaneBe more careful about barriers when releasing Backgroun...
2021-05-14  Peter GeogheganHarden nbtree deduplication posting split code.
2021-05-14  Tom LanePrevent infinite insertion loops in spgdoinsert().
2021-05-14  Tom LaneFix query-cancel handling in spgdoinsert().
2021-05-14  Tom LaneRefactor CHECK_FOR_INTERRUPTS() to add flexibility.
2021-05-14  Alvaro HerreraDescribe (auto-)analyze behavior for partitioned tables
2021-05-14  Bruce Momjiandoc: update PG 14 release notes with recent feedback
2021-05-14  Peter EisentrautMessage style improvements
2021-05-14  Bruce Momjiandoc: PG 14 release notes, reorder items by significance
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.
next