]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-05-08  Peter EisentrautPropagate ALTER TABLE ... SET STORAGE to indexes
2020-05-08  Amit KapilaFix inconsistency in pg_buffercache docs.
2020-05-08  Fujii MasaoReport missing wait event for timeline history file.
2020-05-07  Tom LaneFix YA text phrase search bug.
2020-05-06  Alvaro HerreraHeed lock protocol in DROP OWNED BY
2020-05-06  Michael PaquierHandle spaces for Python install location in MSVC scripts
2020-05-05  Tom LaneDoc: warn that timezone abbreviations don't work in...
2020-05-05  Tom LaneFix severe memory leaks in GSSAPI encryption support.
2020-05-02  Stephen FrostFix GSS client to non-GSS server connection
2020-05-01  Tom LaneGet rid of trailing semicolons in C macro definitions.
2020-05-01  Peter GeogheganClear up issue with FSM and oldest bpto.xact.
2020-05-01  Peter GeogheganFix undercounting in VACUUM VERBOSE output.
2020-05-01  Peter GeogheganFix bug in nbtree VACUUM "skip full scan" feature.
2020-04-27  Robert HaasFix bogus tar-file padding logic for standby.signal.
2020-04-27  Tom LaneFix full text search to handle NOT above a phrase searc...
2020-04-25  Andrew GierthFix error case for CREATE ROLE ... IN ROLE.
2020-04-24  Tom LaneUpdate Windows timezone name list to include currently...
2020-04-24  Tom LaneImprove placement of "display name" comment in win32_tz...
2020-04-24  Tom LaneRepair performance regression in information_schema...
2020-04-24  Tom LaneUpdate time zone data files to tzdata release 2020a.
2020-04-24  Michael PaquierRemove some unstable parts from new TAP test for archiv...
2020-04-23  Michael PaquierFix handling of WAL segments ready to be archived durin...
2020-04-23  Andres FreundFix transient memory leak for SRFs in FROM.
2020-04-22  Bruce Momjiandocs: land height is "elevation", not "altitude"
2020-04-21  Michael PaquierFix memory leak in libpq when using sslmode=verify...
2020-04-21  Alvaro HerreraDocument partitiong tables ancillary object handling...
2020-04-21  Tom LaneFix possible crash during FATAL exit from reindexing.
2020-04-21  Tom LaneFix minor violations of FunctionCallInvoke usage protocol.
2020-04-21  Alvaro HerreraFix detaching partitions with cloned row triggers
2020-04-21  Bruce Momjiandoc: change SGML markup "figure" to "example"
2020-04-20  Magnus HaganderAllow pg_read_all_stats to access all stats views again
2020-04-18  Tom LaneFix race conditions in synchronous standby management.
2020-04-18  David RowleyFix possible crash with GENERATED ALWAYS columns
2020-04-17  Andrew DunstanUse a slightly more liberal regex to detect Visual...
2020-04-17  Michael PaquierFix minor memory leak in pg_basebackup and pg_receivewal
2020-04-16  Tom LaneFix cache reference leak in contrib/sepgsql.
2020-04-15  Michael PaquierFix minor memory leak in pg_dump
2020-04-14  Noah MischAdd a wait_for_catchup() before immediate stop of a...
2020-04-11  Tom LaneClear dangling pointer to avoid bogus EXPLAIN printout...
2020-04-11  Andrew Gierthdoc: restore intentional typo
2020-04-10  Tom LaneDoc: clarify locking requirements for ALTER TABLE ADD...
2020-04-10  Tom LaneDoc: sync CREATE GROUP syntax synopsis with CREATE...
2020-04-09  Tom LaneFurther cleanup of ts_headline code.
2020-04-09  Tom LaneDoc: improve documentation about ts_headline() function.
2020-04-09  Tom LaneFix default text search parser's ts_headline code for...
2020-04-09  Tom LaneCosmetic improvements for default text search parser...
2020-04-09  Peter EisentrautFix CREATE TABLE LIKE INCLUDING GENERATED column order...
2020-04-09  Amit KapilaAllow parallel create index to accumulate buffer usage...
2020-04-08  Peter Eisentrautcreateuser: Change a fprintf to pg_log_error
2020-04-08  Tom LaneFix pg_dump/pg_restore to restore event trigger comment...
2020-04-08  Michael PaquierFix crash when using COLLATE in partition bound expressions
2020-04-08  Tom LaneFix circle_in to accept "(x,y),r" as it's advertised...
2020-04-07  Tom LaneAdjust bytea get_bit/set_bit to cope with bytea strings...
2020-04-06  Michael PaquierPreserve clustered index after rewrites with ALTER...
2020-04-06  Andres FreundUse TransactionXmin instead of RecentGlobalXmin in...
2020-04-05  Peter EisentrautSave errno across LWLockRelease() calls
2020-04-03  Tom LaneFix bugs in gin_fuzzy_search_limit processing.
2020-04-03  Tom LaneFix bogus CALLED_AS_TRIGGER() defenses.
2020-04-02  Bruce Momjiandoc: remove unnecessary INNER keyword
2020-04-02  Bruce Momjiandoc: remove comma, related to commit 92d31085e9
2020-04-01  Tom LaneCheck equality semantics for unique indexes on partitio...
2020-04-01  Michael PaquierFix crash in psql when attempting to reuse old connection
2020-04-01  Bruce Momjianpsql: do file completion for \gx
2020-03-31  Bruce Momjiandoc: remove mention of bitwise operators as solely...
2020-03-31  Bruce Momjiandoc: clarify hierarchy of objects: global, db, schema...
2020-03-31  Bruce Momjiandoc: restore wording from recent patch "rolled back to"
2020-03-31  Bruce Momjiandoc: clarify when row-level locks are released
2020-03-31  Bruce Momjiandoc: add namespace column to pg_buffercache example...
2020-03-31  Bruce Momjiandoc: clarify which table creation is used for inherita...
2020-03-31  Tom LaneFix race condition in statext_store().
2020-03-31  Bruce Momjiandoc: adjust UPDATE/DELETE's FROM/USING to match SELECT...
2020-03-31  Bruce MomjianAllow ecpg to be built stand-alone, allow parallel...
2020-03-31  Tom LaneTeach pg_ls_dir_files() to ignore ENOENT failures from...
2020-03-31  Tom LaneBack-patch addition of stack overflow and interrupt...
2020-03-30  Michael PaquierRevert "Skip redundant anti-wraparound vacuums"
2020-03-30  Peter GeogheganConsistently truncate non-key suffix columns.
2020-03-30  Tom LaneBe more careful about extracting encoding from locale...
2020-03-29  Tom LaneDoc: correct misstatement about ltree label maximum...
2020-03-28  Tom LaneProtect against overflow of ltree.numlevel and lquery...
2020-03-28  Andres FreundEnsure snapshot is registered within ScanPgRelation().
2020-03-26  Tom LaneEnsure that plpgsql cleans up cleanly during parallel...
2020-03-26  Peter EisentrautDrop slot's LWLock before returning from SaveSlotToPath()
2020-03-24  Tom LaneRe-implement the ereport() macro using __VA_ARGS__.
2020-03-23  Andres FreundAdd regression tests for constraint errors in partition...
2020-03-23  Tom LaneDoc: explain that LIKE et al can be used in ANY (sub...
2020-03-23  Tom LaneFix our getopt_long's behavior for a command line argum...
2020-03-23  Michael PaquierDoc: Fix type of some storage parameters in CREATE...
2020-03-22  Noah MischRevert "Skip WAL for new relfilenodes, under wal_level...
2020-03-21  Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-21  Noah MischIn log_newpage_range(), heed forkNum and page_std argum...
2020-03-21  Noah MischDuring heap rebuild, lock any TOAST index until end...
2020-03-21  Noah MischFix cosmetic blemishes involving rd_createSubid.
2020-03-21  Bruce Momjiandocs: use alias in WHERE clause of full text search...
2020-03-20  Andrew DunstanTurn off deprecated bison warnings under MSVC
2020-03-19  Bruce Momjianpg_upgrade: make get_major_server_version() err msg...
2020-03-19  Michael PaquierFix comment related to concurrent index swapping in...
2020-03-18  Fujii MasaoCorrect the descriptions of recovery-related wait event...
2020-03-18  Amit KapilaAdd missing errcode() in a few ereport calls.
2020-03-18  Michael PaquierFix typo in indexcmds.c
2020-03-17  Alvaro HerreraFix consistency issues with replication slot copy
next