]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-04-25  Alvaro HerreraDrop unlogged table after test is done
2022-04-25  Alvaro HerreraCover brin/gin/gist/spgist ambuildempty routines in...
2022-04-25  Alvaro HerreraAlways pfree strings returned by GetDatabasePath
2022-04-23  Tom LaneFix incautious CTE matching in rewriteSearchAndCycle().
2022-04-23  Noah MischTest ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUB...
2022-04-22  Robert HaasRemove some recently-added pg_dump test cases.
2022-04-22  Peter Eisentrautdoc: Add links to tables
2022-04-22  David RowleyFix performance regression in tuplesort specializations
2022-04-21  Tom LaneRemove inadequate assertion check in CTE inlining.
2022-04-21  Tom LaneFix missed cases in libpq's error handling.
2022-04-21  Tom LaneRethink method for assigning OIDs to the template0...
2022-04-21  Alvaro HerreraStandardize references to Zstandard as <productname>
2022-04-21  Alvaro HerreraCREATE PUBLICATION ref: Minor tweaks to row filters
2022-04-21  Tom LaneUse DECLARE_TOAST_WITH_MACRO() to simplify toast-table...
2022-04-21  Etsuro Fujitapostgres_fdw: Disable batch insert when BEFORE ROW...
2022-04-21  Peter Geogheganvacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
2022-04-21  Peter GeogheganFix CLUSTER tuplesorts on abbreviated expressions.
2022-04-20  Tom LaneDisallow infinite endpoints in generate_series() for...
2022-04-20  Robert HaasAllow db.schema.table patterns, but complain about...
2022-04-20  Tom LaneRemove trailing whitespace from *.sgml files.
2022-04-20  Peter EisentrautFix incorrect format placeholders
2022-04-20  Alvaro Herreraset_deparse_plan: Reuse variable to appease Coverity
2022-04-20  Alvaro HerreraMove ModifyTableContext->lockmode to UpdateContext
2022-04-20  Alvaro HerreraExecModifyTable: use context.planSlot instead of planSlot
2022-04-20  Amit KapilaStabilize streaming tests in test_decoding.
2022-04-20  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2022-04-20  Tom LaneFix breakage in AlterFunction().
2022-04-20  Michael PaquierRemove duplicated word in comment of basebackup.c
2022-04-19  Peter EisentrautFix extract epoch from interval calculation
2022-04-19  Tatsuo IshiiFix aggregate logging of pgbench.
2022-04-19  Amit KapilaFix the check to limit sync workers.
2022-04-19  Tom LaneAdd missing error handling in pg_md5_hash().
2022-04-18  Tom LaneAvoid invalid array reference in transformAlterTableStmt().
2022-04-18  Michael PaquierFix second race condition in 002_archiving.pl with...
2022-04-18  Amit KapilaAdd additional documentation for row filters.
2022-04-18  Michael PaquierFix race in TAP test 002_archiving.pl when restoring...
2022-04-18  Michael PaquierHandle compression level in pg_receivewal for LZ4
2022-04-17  Noah MischAdd a temp-install prerequisite to src/interfaces/ecpg...
2022-04-16  Thomas MunroDon't retry restore_command while reading ahead.
2022-04-16  Andres Freundpgstat: Use correct lock level in pgstat_drop_all_entri...
2022-04-16  Tom LaneFix incorrect logic in HaveRegisteredOrActiveSnapshot().
2022-04-16  Andrew DunstanBuild libpq test programs under MSVC
2022-04-16  Peter EisentrautFix some trailing whitespace in documentation files
2022-04-16  Noah MischUse standard timeout, in 010_pg_basebackup.pl.
2022-04-15  Peter GeogheganFix multi-table VACUUM VERBOSE accounting.
2022-04-15  Tom Lanepsql: fix \l display for pre-v15 databases.
2022-04-15  Tom LaneTighten ComputeXidHorizons' handling of walsenders.
2022-04-15  Peter GeogheganVACUUM VERBOSE: Show dead items for an empty table.
2022-04-15  Peter GeogheganAdjust VACUUM's removable cutoff log message.
2022-04-15  Tom LaneRevert "Temporarily add some probes of tenk1's relallvi...
2022-04-15  Andrew DunstanSmall cleanups in SQL/JSON code
2022-04-15  Andres Freundpgstat: set timestamps of fixed-numbered stats after...
2022-04-14  Alvaro HerreraHave CLUSTER ignore partitions not owned by caller
2022-04-14  Alvaro HerreraReword text on ROW SHARE lock as acquired by SELECT...
2022-04-14  Tom LaneTemporarily add some probes of tenk1's relallvisible...
2022-04-14  Andrew DunstanImprove a couple of sql/json error messages
2022-04-14  Andrew DunstanFix transformJsonBehavior
2022-04-14  Michael Paquierpageinspect: Fix handling of all-zero pages
2022-04-13  David RowleyAdd missing spaces after single-line comments
2022-04-13  David RowleyDocs: fix some spelling mistakes and also do some words...
2022-04-13  Tom LaneFix case sensitivity in psql's tab completion for GUC...
2022-04-13  Tom LaneFurther tweak the default behavior of psql's \dconfig.
2022-04-13  Tom LanePrevent access to no-longer-pinned buffer in heapam_tup...
2022-04-13  Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-04-13  Alvaro HerreraRelease cache tuple when no longer needed
2022-04-13  Andrew DunstanFix finalization for json_objectagg and friends
2022-04-13  Peter EisentrautFix incorrect format placeholders
2022-04-13  David RowleyDocs: wording improvement for compute_query_id = regress
2022-04-13  Michael PaquierRemove "recheck" argument from check_index_is_clusterable()
2022-04-13  David RowleyDocs: tidy up various usages of the productname tag
2022-04-13  Michael PaquierRework compression options of pg_receivewal
2022-04-13  David RowleyDocs: adjust wording about basebackup_to_shell's requir...
2022-04-12  David RowleyDocs: adjust pg_upgrade syntax to mark -B as optional
2022-04-12  Tom LaneDoc: tweak textsearch.sgml for SEO purposes.
2022-04-12  David RowleyDocs: avoid confusing use of the word "synchronized"
2022-04-12  Robert HaasRevert the addition of GetMaxBackends() and related...
2022-04-12  Tom LaneRemove not-very-useful early checks of __pg_log_level...
2022-04-12  Tom LaneDoc: update description of random() function.
2022-04-12  Peter EisentrautUse WRITE_ENUM_FIELD for enum field
2022-04-12  Peter EisentrautMake node output prefix match node structure name
2022-04-12  Alvaro Herreraadjust_partition_colnos mustn't be called if not needed
2022-04-12  Thomas MunroFix documentation for pg_stat_recovery_prefetch.
2022-04-12  Amit KapilaFix grammatical errors and typos in logical replication...
2022-04-12  Michael PaquierRemove WalCompressionMethod in favor of pg_compress_alg...
2022-04-12  Alvaro HerreraChange mechanism to set up source targetlist in MERGE
2022-04-12  Michael PaquierRename backup_compression.{c,h} to compression.{c,h}
2022-04-11  Tom LaneMake XLogRecGetBlockTag() throw error if there's no...
2022-04-11  Peter GeogheganRemove comment about historic heap vacuuming issue.
2022-04-11  Tom LaneRemove dead code in do_pg_backup_start().
2022-04-11  Tom LaneTweak the default behavior of psql's \dconfig.
2022-04-11  Tom LaneExplicitly ignore guaranteed-true result from pgstat_lo...
2022-04-11  Tom Lanefgetc() returns int, not char.
2022-04-11  Jeff DavisDoc build fix: remove tab from filelist.sgml.
2022-04-11  Andrew DunstanImprove readability of SQL/JSON documentation.
2022-04-11  Peter EisentrautAdd color support for new frontend detail/hint messages
2022-04-11  Tom LaneAvoid re-writing files unnecessarily in src/tools/copyr...
2022-04-11  Robert Haasdocs: Note the recovery_min_apply_delay bloats pg_wal.
2022-04-11  David RowleyDocs: Mention that relpersistence is for sequences...
2022-04-11  David RowleyFix various typos and spelling mistakes in code comments
2022-04-11  David RowleyDocs: Fix various mistakes and typos
next