Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 3, 2024
Remove incorrect Asserts in buffile.c
Show description for 4331a11committedImprove performance of binary_upgrade_set_pg_class_oids().
Show description for 2329cadcommittedRemove is_index parameter from binary_upgrade_set_pg_class_oids().
Show description for 6e1c4a0committedAvoid 0-length memcpy to NULL with EXEC_BACKEND
Show description for f3412a6committedTighten check for --forkchild argument when spawning child process
Show description for a06e8f8committedFix the testcase introduced in commit 81d20fbf7a.
Show description for ae395f0committedAmit KapilaReplace hardcoded identifiers of pgstats file by #defines
Show description for 9fd0252committedClean 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 Kapila