postgresql.git
2023-04-11 Peter GeogheganRefine the guidelines for rmgrdesc authors.
2023-04-11 Peter GeogheganFix Heap rmgr's desc output for infobits arrays.
2023-04-11 Peter GeogheganFix xl_heap_lock WAL record field's data type.
2023-04-11 Andres Freund035_standby_logical_decoding: Add missing waits for...
2023-04-11 Robert HaasDocument new pg_subscription columns.
2023-04-11 David RowleyFix uninitialized variable in transformTableLikeClause()
2023-04-11 David RowleyImprove ereports for VACUUM's BUFFER_USAGE_LIMIT option
2023-04-11 David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2023-04-11 Peter GeogheganClarify nbtree posting list update desc issue.
2023-04-10 Tom LaneDoc: add missed entries in BRIN extensibility tables.
2023-04-10 Peter GeogheganFix nbtree posting list update desc output.
2023-04-10 Tom LaneDoc: adjust examples of EXTRACT() output to match curre...
2023-04-10 Tom LaneDoc: avoid using pg_get_publication_tables() in an...
2023-04-08 Daniel GustafssonSimplify version check for SKIP clause
2023-04-08 Thomas MunroUse higher wal_level for 004_io_direct.pl.
2023-04-08 Tom LaneImprove indentation of multiline initialization express...
2023-04-08 Andrew DunstanTry to unbreak MSVC builds for pg_waldump
2023-04-08 Tom LaneSuppress bogus printout during new 035_standby_logical_...
2023-04-08 Daniel GustafssonSkip \password TAP test on old IPC::Run versions
2023-04-08 Andrew DunstanTry to unbreak MSVC builds for fuzzystrmatch
2023-04-08 Stephen FrostRevert "Add support for Kerberos credential delegation"
2023-04-08 Thomas MunroRedesign interrupt/cancel API for regex engine.
2023-04-08 Thomas MunroUpdate contrib/trgm_regexp's memory management.
2023-04-08 Thomas MunroUpdate tsearch regex memory management.
2023-04-08 Thomas MunroUse MemoryContext API for regex memory management.
2023-04-08 Andres FreundTAP test for logical decoding on standby
2023-04-08 Andres FreundAllow logical decoding on standbys
2023-04-08 Andres FreundFor cascading replication, wake physical and logical...
2023-04-08 Andres FreundHandle logical slot conflicts on standby
2023-04-08 Andres FreundSupport invalidating replication slots due to horizon...
2023-04-08 Andres FreundFix underspecified sort order in inherit.sql
2023-04-08 Andres FreundPrevent use of invalidated logical slot in CreateDecodi...
2023-04-08 Andres FreundReplace replication slot's invalidated_at LSN with...
2023-04-08 Thomas MunroAdd io_direct setting (developer-only).
2023-04-08 Thomas MunroIntroduce PG_IO_ALIGN_SIZE and align all I/O buffers.
2023-04-08 Amit KapilaDoc: Fix the datatype of the newly added SUBSCRIPTION...
2023-04-08 Tom LaneAdd missing .gitignore entry.
2023-04-08 Tom LaneRemove useless dependencies in daitch_mokotoff_header.pl.
2023-04-08 Stephen FrostAdd support for Kerberos credential delegation
2023-04-08 Tom LanePacify perlcritic.
2023-04-08 Andres FreundTrack IO times in pg_stat_io
2023-04-07 Peter GeogheganShow more detail in nbtree rmgr descriptions.
2023-04-07 Stephen FrostFor Kerberos testing, disable DNS lookups
2023-04-07 Peter GeogheganShow more detail in heapam rmgr descriptions.
2023-04-07 Tom LaneAdjust contrib/sepgsql regression test expected outputs.
2023-04-07 Tom LaneAdd support for Daitch-Mokotoff Soundex in contrib...
2023-04-07 Andres FreundFix table name clash in recently introduced test
2023-04-07 Andres FreundImprove IO accounting for temp relation writes
2023-04-07 Daniel GustafssonTest SCRAM iteration changes with psql \password
2023-04-07 Daniel GustafssonRefactor background psql TAP functions
2023-04-07 Alvaro HerreraFix underspecified sort order in test query
2023-04-07 Tom LaneAdd pg_buffercache_usage_counts() to contrib/pg_bufferc...
2023-04-07 Alvaro HerreraCatalog NOT NULL constraints
2023-04-07 Tom LaneDoc: improve descriptions of max_[pred_]locks_per_trans...
2023-04-07 Tom LaneAdd array_sample() and array_shuffle() functions.
2023-04-07 Tom LaneFix locale-dependent test case.
2023-04-07 Andres FreundFix copy-paste bug in 12f3867f553 triggering an assert...
2023-04-07 Amit KapilaAdd tab-completion for newly added SUBSCRIPTION options.
2023-04-07 Michael PaquierAdd more protections in WAL record APIs against overflows
2023-04-07 Andres FreundUse ExtendBufferedRelTo() in XLogReadBufferExtended()
2023-04-07 David RowleyAdd --buffer-usage-limit option to vacuumdb
2023-04-06 Andres Freundhio: Use ExtendBufferedRelBy() to extend tables more...
2023-04-06 David RowleyAdd VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
2023-04-06 Andres Freundheapam: Pass number of required pages to RelationGetBuf...
2023-04-06 Daniel GustafssonRefresh cost-based delay params more frequently in...
2023-04-06 Daniel GustafssonSeparate vacuum cost variables from GUCs
2023-04-06 Daniel GustafssonMake vacuum failsafe_active globally visible
2023-04-06 Tom LaneStabilize just-added regression test cases.
2023-04-06 Tom Lanepsql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
2023-04-06 Tom LaneFix ts_headline() edge cases for empty query and empty...
2023-04-06 Andres Freundhio: Don't pin the VM while holding buffer lock while...
2023-04-06 Andres Freundhio: Relax rules for calling GetVisibilityMapPins()
2023-04-06 Tom Lanepsql: add an optional execution-count limit to \watch.
2023-04-06 Tomas VondraSupport long distance matching for zstd compression
2023-04-06 Etsuro Fujitapostgres_fdw: Add support for parallel abort.
2023-04-06 David RowleyMove various prechecks from vacuum() into ExecVacuum()
2023-04-06 Andres FreundConvert many uses of ReadBuffer[Extended](P_NEW) to...
2023-04-06 Andres FreundUse ExtendBufferedRelTo() in {vm,fsm}_extend()
2023-04-06 David RowleyAlways make a BufferAccessStrategy for ANALYZE
2023-04-06 Michael PaquierFix row tracking in pg_stat_statements with extended...
2023-04-05 Andres Freundbufmgr: Introduce infrastructure for faster relation...
2023-04-05 Daniel GustafssonAllow to use system CA pool for certificate verification
2023-04-05 Andres Freundbufmgr: Support multiple in-progress IOs by using resowner
2023-04-05 Tom LaneSupport "Right Anti Join" plan shapes.
2023-04-05 Andres Freundbufmgr: Acquire and clean victim buffer separately
2023-04-05 Tom LaneAcquire locks on views in AcquirePlannerLocks, too.
2023-04-05 Tomas Vondrapg_dump: Add support for zstd compression
2023-04-05 Andres Freundbufmgr: Add Pin/UnpinLocalBuffer()
2023-04-05 Andres Freundbufmgr: Add some more error checking [infrastructure...
2023-04-05 Andres FreundAdd smgrzeroextend(), FileZero(), FileFallocate()
2023-04-05 Tom LaneFix another issue with ENABLE/DISABLE TRIGGER on partit...
2023-04-05 Andres FreundDon't initialize page in {vm,fsm}_extend(), not needed
2023-04-05 Robert HaasFix wrong word in comment.
2023-04-05 Peter EisentrautUpdate information_schema for SQL:2023
2023-04-05 John Naylordoc: Update error messages in RLS examples
2023-04-05 Peter Eisentrautdoc: Update SQL features/conformance information to...
2023-04-05 Daniel GustafssonFix function reference in comment
2023-04-05 Peter Eisentrautdoc: Update SQL keywords list to SQL:2023
2023-04-05 Peter EisentrautFix minor signed/unsigned mixup
2023-04-05 Andres Freundmeson: docs: Allow configuring simple/website style
next