]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-06-03  David RowleyStandardize usages of appendStringInfo and appendPQExpB...
2021-06-03  Michael PaquierIgnore more environment variables in TAP tests
2021-06-02  Tom LaneRe-allow custom GUC names that have more than two compo...
2021-06-02  Tomas VondraRevert most of 39b66a91bd
2021-06-02  Tom LaneFix planner's row-mark code for inheritance from a...
2021-06-02  Tom LaneUpdate plannodes.h's comments about PlanRowMark.
2021-06-02  Tom LaneTeach tab-complete.c about recently-added CREATE TYPE...
2021-06-02  Fujii MasaoRemove unnecessary use of Time::HiRes from 013_crash_re...
2021-06-02  Fujii MasaoAdd regression test for recovery pause.
2021-06-02  Noah MischAdd Windows file version information to libpq_pipeline...
2021-06-02  Noah MischFix missing gettimeofday() declaration.
2021-06-01  Tom LaneReject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.
2021-06-01  Amit Kapilapgoutput: Fix memory leak due to RelationSyncEntry...
2021-05-31  Thomas MunroFix error handling in replacement pthread_barrier_init().
2021-05-31  Peter EisentrautFix RADIUS error reporting in hba file parsing
2021-05-31  Tom LaneFix mis-planning of repeated application of a projection.
2021-05-31  Noah MischRaise a timeout to 180s, in test 010_logical_decoding_t...
2021-05-31  Michael PaquierImprove some error wording with multirange type parsing
2021-05-29  Tom LaneDoc: improve libpq service-file docs, avoid overspecify...
2021-05-29  Thomas MunroFix race condition when sharing tuple descriptors.
2021-05-28  Andrew Dunstanfix syntax error
2021-05-28  Andrew DunstanReport configured port in MSVC built pg_config
2021-05-28  Peter GeogheganFix VACUUM VERBOSE's LP_DEAD item pages output.
2021-05-27  Tom LaneReduce the range of OIDs reserved for genbki.pl.
2021-05-27  Tom LaneRethink definition of pg_attribute.attcompression.
2021-05-27  Peter EisentrautFix vpath build in libpq_pipeline test
2021-05-27  Peter EisentrautAdd NO_INSTALL option to pgxs
2021-05-27  Michael PaquierFix MSVC scripts when building with GSSAPI/Kerberos
2021-05-27  Peter EisentrautReplace run-time error check with assertion
2021-05-27  Michael Paquierdoc: Fix description of some GUCs in docs and postgresq...
2021-05-27  Amit KapilaFix assertion during streaming of multi-insert toast...
2021-05-26  Michael PaquierFix typo in heapam.c
2021-05-25  Alvaro HerreraMake detach-partition-concurrently-4 less timing sensitive
2021-05-25  Tom LaneFix use of uninitialized variable in inline_function().
2021-05-25  Alvaro HerreraMake detach-partition-concurrently-3 less timing-sensitive
2021-05-25  Peter Eisentrautpostgresql.conf.sample: Make vertical spacing consistent
2021-05-25  Michael PaquierFix memory leak when de-toasting compressed values...
2021-05-25  Amit KapilaDoc: Update logical decoding stats information.
2021-05-25  Amit KapilaImprove docs and error messages for parallel vacuum.
2021-05-25  Michael PaquierDisallow SSL renegotiation
2021-05-25  David RowleyFix setrefs.c code for Result Cache nodes
2021-05-25  Peter GeogheganConsider triggering VACUUM failsafe during scan.
2021-05-24  Tom LaneDoc: move some catalogs.sgml entries to the right place.
2021-05-24  David RowleyAdd missing NULL check when building Result Cache paths
2021-05-23  Tom LaneRe-order pg_attribute columns to eliminate some padding...
2021-05-23  Tom LaneBe more verbose when the postmaster unexpectedly quits.
2021-05-23  Bruce Momjiandoc: word-wrap and indent PG 14 relnotes
2021-05-23  Tom LaneFix access to no-longer-open relcache entry in logical...
2021-05-23  Bruce Momjiandoc: PG 14 relnotes, adjust pg_{read|write}_all_data...
2021-05-22  Bruce MomjianUpdate PG 14 relnotes for vacuum_cost_page_miss
2021-05-22  Tom LaneRemove plpgsql's special-case code paths for SET/RESET.
2021-05-22  David RowleyFix planner's use of Result Cache with unique joins
2021-05-22  Bruce Momjiandoc: complete adding XML markup to PG 14 relnotes
2021-05-21  Bruce Momjiandoc: more XML markup for PG 14 release notes
2021-05-21  Tom LaneDisallow whole-row variables in GENERATED expressions.
2021-05-21  Tom LaneFix usage of "tableoid" in GENERATED expressions.
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...
next