Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 3, 2024
Clean up more unused variables in perl code
Show description for dd56921committed
Commits on Jul 2, 2024
Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.
Show description for dec9d4acommittedRemove redundant SetProcessingMode(InitProcessing) calls
Show description for eb21f5bcommittedMove bgworker specific logic to bgworker.c
Show description for 4d22173committedpg_dump: Remove some unused return values.
Show description for 8213df9committedUse safe string copy routine
Show description for e930c87committedRemove too demanding test
Show description for da3ea04committedLimit max parameter number with MaxAllocSize
Show description for 9c2e660committedFix overflow in parsing of positional parameter
Show description for d35cd06committedDrop pre-existing subscriptions from the converted subscriber.
Show description for 4867f8acommittedAmit KapilaImprove some global variable declarations
Show description for 8f8bcb8committedAdd missing includes for some global variables
Show description for 881455ecommittedConvert some extern variables to static
Show description for 720b0eacommittedRemove unused structure member in pg_createsubscriber.c.
Show description for a4c87dfcommittedAmit KapilaUse TupleDescAttr macro consistently
Show description for 65b71decommittedCleanup perl code from unused variables and routines
Show description for 0c1aca4committedAdd information about access method for partitioned relations in \dP+
Show description for 978f38ccommitted
Commits on Jul 1, 2024
Remove support for HPPA (a/k/a PA-RISC) architecture.
Show description for edadeb0committedRemove redundant privilege check from pg_sequences system view.
Show description for 7967d10committedPreserve CurrentMemoryContext across Start/CommitTransactionCommand.
Show description for 1afe31fcommittedAdd --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.
Show description for 6e16b1ecommittedRemove useless extern keywords
Show description for 3fb59e7committedFix copy-paste mistake in PQcancelCreate
Show description for 3497c87committedAdd context type field to pg_backend_memory_contexts
Show description for 12227a1committedRemove useless code
Show description for e26d313committedRemove useless initializations
Show description for da2aebacommitteddoc: Clarify that pg_attrdef also stores generation expressions
Show description for da486d3committedRename standby_slot_names to synchronized_standby_slots.
Show description for 2357c92committedAmit KapilaApply COPT to CXXFLAGS as well
Show description for 0c3930dcommittedUse pgstat_kind_infos to read fixed shared statistics
Show description for 9004abfcommittedFurther weaken new pg_createsubscriber test on Windows.
Show description for a1333eccommittedFormat better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Show description for 797adafcommitteddoc: Add ACL acronym for "Access Control List"
Show description for 00d819dcommittedRemove PgStat_KindInfo.named_on_disk
Show description for b19db55committedImprove enlargeStringInfo's ERROR message
Show description for 1029bdecommitted