]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2021-02-28  Thomas MunroOptimize latches to send fewer signals.
2021-02-28  Thomas MunroRemove latch.c workaround for Linux < 2.6.27.
2021-02-27  Michael Paquierpgbench: Remove now-dead CState->ecnt
2021-02-27  Alvaro HerreraFix use-after-free bug with AfterTriggersTableData...
2021-02-27  Noah MischRaise a timeout to 180s, in contrib/test_decoding.
2021-02-27  David RowleyAdd missing TidRangeScan readfunc
2021-02-27  David RowleyAdd TID Range Scans to support efficient scanning range...
2021-02-27  Peter EisentrautEnhanced cycle mark values
2021-02-26  Tom LaneDoc: further clarify libpq's description of connection...
2021-02-26  Tom LaneImprove memory management in regex compiler.
2021-02-26  Peter EisentrautExtend a test case a little
2021-02-26  Michael Paquierdoc: Improve {archive,restore}_command for compressed...
2021-02-26  Thomas MunroRevert "pg_collation_actual_version() -> pg_collation_c...
2021-02-26  Tom LaneFix list-manipulation bug in WITH RECURSIVE processing.
2021-02-25  Peter GeogheganVACUUM VERBOSE: Count "newly deleted" index pages.
2021-02-25  Tom LaneDoc: remove src/backend/regex/re_syntax.n.
2021-02-25  Tom LaneChange regex \D and \W shorthands to always match newlines.
2021-02-25  Tom LaneAllow complemented character class escapes within regex...
2021-02-25  Fujii MasaoImprove tab-completion for TRUNCATE.
2021-02-25  Michael Paquierdoc: Mention PGDATABASE as supported by pgbench
2021-02-25  Peter GeogheganUse full 64-bit XIDs in deleted nbtree pages.
2021-02-25  Amit KapilaFix relcache reference leak introduced by ce0fdbfe97.
2021-02-24  Michael PaquierFix some typos, grammar and style in docs and comments
2021-02-24  Peter EisentrautMessage style fix
2021-02-24  Michael Paquierdoc: Improve description of wal_receiver_status_interval
2021-02-23  Alvaro HerreraFix confusion in comments about generate_gather_paths
2021-02-23  Alvaro HerreraReinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as...
2021-02-23  Tom LaneSuppress compiler warning in new regex match-all detect...
2021-02-23  Alvaro HerreraVACUUM: ignore indexing operations with CONCURRENTLY
2021-02-23  Peter EisentrautSimplify printing of LSNs
2021-02-23  Amit KapilaFix an oversight in ReorderBufferFinishPrepared.
2021-02-23  Amit KapilaChange the error message for logical replication authen...
2021-02-22  Alvaro HerreraRemove pointless HeapTupleHeaderIndicatesMovedPartition...
2021-02-22  Alvaro HerreraFix typo
2021-02-22  Magnus HaganderFix docs build for website styles
2021-02-22  Thomas MunroTab-complete CREATE COLLATION.
2021-02-22  Thomas MunroRefactor get_collation_current_version().
2021-02-22  Thomas Munropg_collation_actual_version() -> pg_collation_current_v...
2021-02-22  Thomas MunroHide internal error for pg_collation_actual_version...
2021-02-22  Fujii MasaoInitialize atomic variable waitStart in PGPROC, at...
2021-02-22  Peter EisentrautImprove new hash partition bound check error messages
2021-02-22  Michael PaquierUse pgstat_progress_update_multi_param() where possible
2021-02-22  Thomas MunroRemove outdated reference to RAID spindles.
2021-02-22  Tom LaneSimplify memory management for regex DFAs a little.
2021-02-22  Tom LaneFix invalid array access in trgm_regexp.c.
2021-02-21  Tom LaneAvoid generating extra subre tree nodes for capturing...
2021-02-21  Tom LaneConvert regex engine's subre tree from binary to N...
2021-02-20  Tom LaneFix regex engine to suppress useless concatenation...
2021-02-20  Tom LaneRecognize "match-all" NFAs within the regex engine.
2021-02-20  Tom LaneInvent "rainbow" arcs within the regex engine.
2021-02-20  Michael Paquierdoc: Mention that partitions_{done,total} is 0 for...
2021-02-20  Michael PaquierFix inconsistent configure data for --with-ssl
2021-02-19  Fujii MasaoFix psql's ON_ERROR_ROLLBACK so that it handles COMMIT...
2021-02-19  Fujii MasaoFix bug in COMMIT AND CHAIN command.
2021-02-19  Peter EisentrautUpdate snowball
2021-02-19  Peter GeogheganAdd nbtree README section on page recycling.
2021-02-19  Tom LaneFix another ancient bug in parsing of BRE-mode regular...
2021-02-18  Fujii MasaoFix "invalid spinlock number: 0" error in pg_stat_wal_r...
2021-02-18  Peter EisentrautAdd tests for bytea LIKE operator
2021-02-18  Peter EisentrautAllow specifying CRL directory
2021-02-18  Peter Geoghegannbtree README: move VACUUM linear scan section.
2021-02-17  Tomas VondraFix tuple routing to initialize batching only for inserts
2021-02-17  Tomas VondraFix pointer type in ExecForeignBatchInsert SGML docs
2021-02-17  Tom LaneMake some minor improvements in the regex code.
2021-02-17  Peter EisentrautRoutine usage information schema tables
2021-02-17  Magnus HaganderFix typo
2021-02-17  Peter EisentrautUse errmsg_internal for debug messages
2021-02-17  Michael PaquierAdd psql completion for [ NO ] DEPENDS ON EXTENSION
2021-02-16  Tom LaneConvert tsginidx.c's GIN indexing logic to fully ternar...
2021-02-16  Amit KapilaRemove the unnecessary PrepareWrite in pgoutput.
2021-02-16  Andres FreundFix heap_page_prune() parameter order confusion introdu...
2021-02-16  Andres FreundRemove backwards compat ugliness in snapbuild.c.
2021-02-15  Tom LaneSimplify loop logic in nodeIncrementalSort.c.
2021-02-15  Heikki LinnakangasMake ExecGetInsertedCols() and friends more robust...
2021-02-15  Fujii MasaoDisplay the time when the process started waiting for...
2021-02-15  Peter GeogheganAdd "LP_DEAD item?" column to GiST pageinspect functions
2021-02-15  Peter GeogheganAvoid misinterpreting GiST pages in pageinspect.
2021-02-15  Peter GeogheganAdjust lazy_scan_heap() accounting comments.
2021-02-15  Thomas MunroDefault to wal_sync_method=fdatasync on FreeBSD.
2021-02-15  Thomas MunroUse pg_pwrite() in pg_test_fsync.
2021-02-15  Amit KapilaFix the warnings introduced in commit ce0fdbfe97.
2021-02-15  Thomas MunroHold interrupts while running dsm_detach() callbacks.
2021-02-15  Michael PaquierAdd result size as argument of pg_cryptohash_final...
2021-02-15  Tom LaneMinor fixes to improve regex debugging code.
2021-02-15  Thomas MunroReadNewTransactionId() -> ReadNextTransactionId().
2021-02-13  Bruce MomjianREADME/C-comment: document GiST's NSN value
2021-02-13  Michael Paquierdoc: Mention NO DEPENDS ON EXTENSION in its supported...
2021-02-12  Tom LaneTweak compiler version cutoff for no_sanitize("alignmen...
2021-02-12  Tom LaneAvoid divide-by-zero in regex_selectivity() with long...
2021-02-12  Alexander Korotkovpg_attribute_no_sanitize_alignment() macro
2021-02-12  Amit KapilaFix Subscription test added by commit ce0fdbfe97.
2021-02-12  Amit KapilaAllow multiple xacts during table sync in logical repli...
2021-02-12  Peter GeogheganRemove obsolete IndexBulkDeleteResult stats field.
2021-02-11  Tom LaneRemove dead code in ECPGconnect(), and improve document...
2021-02-11  Tom LaneSimplify jsonfuncs.c code by using strtoint() not strtol().
2021-02-11  Tom LaneRemove no-longer-used RTE argument of markVarForSelectP...
2021-02-11  Michael PaquierFix copy-paste error with SHA256 digest length in check...
2021-02-11  Peter EisentrautAdd test case for abbrev(cidr)
2021-02-10  Magnus HaganderRemove extra Success message at the end of initdb
2021-02-10  Peter Eisentrautpg_dump: Add const decorations
next