]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-04-08  John NaylorUse bump context for TID bitmaps stored by vacuum
2024-04-08  Amit LangoteJSON_TABLE: Add support for NESTED paths and columns
2024-04-08  Amit LangoteFix JsonExpr deparsing to emit QUOTES and WRAPPER correctly
2024-04-08  Amit LangoteFix restriction on specifying KEEP QUOTES in JSON_QUERY()
2024-04-08  Alexander KorotkovFix the wording of or_to_any_transform_limit description
2024-04-08  Alexander KorotkovFix the value of or_to_any_transform_limit in postgresq...
2024-04-08  Andres FreundRemove references to old function name
2024-04-08  Thomas MunroAdd pg_buffercache_evict() function for testing.
2024-04-08  John NaylorFix alignment of stack variable
2024-04-08  Masahiko SawadaAdd more tab completion support for ALTER DEFAULT PRIVI...
2024-04-08  Peter GeogheganRemove redundant nbtree preprocessing assertions.
2024-04-08  Andres Freundsimplehash: Free collisions array in SH_STAT
2024-04-08  Heikki LinnakangasFix check for 'outlen' return from SSL_select_next_proto()
2024-04-08  Heikki LinnakangasSilence perlcritic warnings in new libpq tests
2024-04-08  Heikki LinnakangasSend ALPN in TLS handshake, require it in direct SSL...
2024-04-08  Heikki LinnakangasSupport TLS handshake directly without SSLRequest negot...
2024-04-08  Heikki LinnakangasRefactor libpq state machine for negotiating encryption
2024-04-08  Thomas MunroUse streaming I/O in ANALYZE.
2024-04-08  Michael Paquierinjection_points: Introduce runtime conditions
2024-04-07  Heikki LinnakangasEnhance libpq encryption negotiation tests with new GUC
2024-04-07  Heikki LinnakangasWith gssencmode='require', check credential cache befor...
2024-04-07  Heikki LinnakangasAdd tests for libpq gssencmode and sslmode options
2024-04-07  Heikki LinnakangasMove Kerberos module
2024-04-07  Michael PaquierMake GIN test using injection points repeatable
2024-04-07  David RowleyFix incorrect KeeperBlock macro in bump.c
2024-04-07  Alexander KorotkovFix usage of same ListCell transform_or_to_any()'s...
2024-04-07  Alexander KorotkovTransform OR clauses to ANY expression
2024-04-07  Daniel GustafssonChange debug printing to log filename
2024-04-07  Tom LaneDoc: clarify behavior of boolean options in replication...
2024-04-07  Tom LaneRemove useless duplicate call of defGetBoolean().
2024-04-07  Tom LaneDoc: show how to get the equivalent of LIMIT for UPDATE...
2024-04-07  Tom LaneDoc: update documentation about EXCLUDE constraint...
2024-04-07  Alvaro HerreraUse conditional variable to wait for next MultiXact...
2024-04-07  Peter GeogheganAvoid extra lookups with nbtree array inequalities.
2024-04-07  Heikki LinnakangasDon't clobber test exit code at cleanup in LDAP/Kerbero...
2024-04-07  Heikki LinnakangasImprove check in LDAP test to find the OpenLDAP install...
2024-04-07  Thomas MunroUse streaming I/O in sequential scans.
2024-04-07  David RowleyUse bump memory context for tuplesorts
2024-04-07  Alvaro HerreraAdd XLogCtl->logInsertResult
2024-04-07  David RowleyIntroduce a bump memory allocator
2024-04-07  David RowleyEnlarge bit-space for MemoryContextMethodID
2024-04-07  David RowleyAvoid needless large memcpys in libpq socket writing
2024-04-07  Andres FreundReduce branches in heapgetpage()'s per-tuple loop
2024-04-07  Nathan BossartOptimize visibilitymap_count() with AVX-512 instructions.
2024-04-07  Nathan BossartOptimize pg_popcount() with AVX-512 instructions.
2024-04-07  Thomas MunroFix if/while thinko in read_stream.c edge case.
2024-04-07  Tom LaneDisable parallel query in psql error-with-FETCH_COUNT...
2024-04-07  Tom LaneRe-implement psql's FETCH_COUNT feature atop libpq...
2024-04-07  Tom LaneSupport retrieval of results in chunks with libpq.
2024-04-06  Tomas VondraChange BitmapAdjustPrefetchIterator to accept BlockNumber
2024-04-06  Tomas VondraBitmapHeapScan: Use correct recheck flag for skip_fetch
2024-04-06  Tomas VondraBitmapHeapScan: Push skip_fetch optimization into table AM
2024-04-06  Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
2024-04-06  Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
2024-04-06  Tomas VondraBitmapHeapScan: postpone setting can_skip_fetch
2024-04-06  Alexander KorotkovCall WaitLSNCleanup() in AbortTransaction()
2024-04-06  Alexander KorotkovClarify what is protected by WaitLSNLock
2024-04-06  Alexander KorotkovUse an LWLock instead of a spinlock in waitlsn.c
2024-04-06  Tomas VondraBitmapHeapScan: begin scan after bitmap creation
2024-04-06  Noah MischBackport IPC::Run optimization to src/test/perl.
2024-04-06  Peter GeogheganEnhance nbtree ScalarArrayOp execution.
2024-04-06  Tom LaneRemove obsolete comment in CopyReadLineText().
2024-04-06  John NaylorSpeed up tail processing when hashing aligned C strings...
2024-04-06  John NaylorTeach fasthash_accum to use platform endianness for...
2024-04-06  Thomas MunroIncrease default vacuum_buffer_usage_limit to 2MB.
2024-04-06  Thomas MunroAllow BufferAccessStrategy to limit pin count.
2024-04-06  John NaylorConvert uses of hash_string_pointer to fasthash equivalent
2024-04-06  John NaylorAdd macro to disable address safety instrumentation
2024-04-06  John NaylorFix incorrect return type
2024-04-06  Thomas MunroImprove read_stream.c's fast path.
2024-04-05  Andres FreundFix headerscheck violation introduced in f8ce4ed78ca
2024-04-05  Andrew DunstanSilence some compiler warnings in commit 3311ea86ed
2024-04-05  Robert HaasFix incorrect calculation in BlockRefTableEntryGetBlocks.
2024-04-05  Tomas VondraCheck HAVE_COPY_FILE_RANGE before calling copy_file_range
2024-04-05  Tomas VondraAllow using copy_file_range in write_reconstructed_file
2024-04-05  Alvaro HerreraMake libpqsrv_cancel's return const char *, not char *
2024-04-05  Tomas VondraRemove unused variable in checksum_file()
2024-04-05  Tomas VondraAllow copying files using clone/copy_file_range
2024-04-05  Tom LaneSuppress "variable may be used uninitialized" warning.
2024-04-05  Robert Haasdocs: Merge separate chapters on built-in index AMs...
2024-04-05  Tomas VondraAlign blocks in incremental backups to BLCKSZ
2024-04-05  Alvaro HerreraOperate XLogCtl->log{Write,Flush}Result with atomics
2024-04-05  Amit KapilaAllow synced slots to have their inactive_since.
2024-04-04  Michael PaquierAdd "ABI_compatibility" regions to wait_event_names.txt
2024-04-04  Jeff DavisFix test failures when language environment is not...
2024-04-04  Robert HaasFix old, misleading comment for PGRES_POLLING_ACTIVE.
2024-04-04  Robert HaasRemove reachable call to pg_unreachable().
2024-04-04  Tom LaneFix ecpg's mechanism for detecting unsupported cases...
2024-04-04  Tom LaneFurther cleanup for recent JSON-related commits.
2024-04-04  Tom LaneFurther cleanup for recent JSON-related commits.
2024-04-04  Andrew DunstanTidy up after incremental JSON parser patch
2024-04-04  Andrew DunstanFix warnings re typedef redefinition in ea7b4e9a2a...
2024-04-04  Amit LangoteAdd missing initialization in transformJsonFuncExpr()
2024-04-04  Amit LangoteFix typo introduced in 6185c9737
2024-04-04  Amit LangoteAdd basic JSON_TABLE() functionality
2024-04-04  Peter Eisentrautpg_upgrade: Fix typo in message
2024-04-04  Andrew DunstanUse incremental parsing of backup manifests.
2024-04-04  Andrew DunstanAdd support for incrementally parsing backup manifests
2024-04-04  Andrew DunstanIntroduce a non-recursive JSON parser
2024-04-04  Peter EisentrautSilence meson warning
next