summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-06Teach fasthash_accum to use platform endianness for bytewise loadsJohn Naylor
2024-04-06Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro
2024-04-06Allow BufferAccessStrategy to limit pin count.Thomas Munro
2024-04-06Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor
2024-04-06Add macro to disable address safety instrumentationJohn Naylor
2024-04-06Fix incorrect return typeJohn Naylor
2024-04-06Improve read_stream.c's fast path.Thomas Munro
2024-04-05Fix headerscheck violation introduced in f8ce4ed78caAndres Freund
2024-04-05Silence some compiler warnings in commit 3311ea86edAndrew Dunstan
2024-04-05Fix incorrect calculation in BlockRefTableEntryGetBlocks.Robert Haas
2024-04-05Check HAVE_COPY_FILE_RANGE before calling copy_file_rangeTomas Vondra
2024-04-05Allow using copy_file_range in write_reconstructed_fileTomas Vondra
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-04-05Remove unused variable in checksum_file()Tomas Vondra
2024-04-05Allow copying files using clone/copy_file_rangeTomas Vondra
2024-04-05Suppress "variable may be used uninitialized" warning.Tom Lane
2024-04-05Align blocks in incremental backups to BLCKSZTomas Vondra
2024-04-05Operate XLogCtl->log{Write,Flush}Result with atomicsAlvaro Herrera
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-04Add "ABI_compatibility" regions to wait_event_names.txtMichael Paquier
2024-04-04Fix test failures when language environment is not UTF-8.Jeff Davis
2024-04-04Fix old, misleading comment for PGRES_POLLING_ACTIVE.Robert Haas
2024-04-04Remove reachable call to pg_unreachable().Robert Haas
2024-04-04Fix ecpg's mechanism for detecting unsupported cases in the grammar.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Tidy up after incremental JSON parser patchAndrew Dunstan
2024-04-04Fix warnings re typedef redefinition in ea7b4e9a2a and 3311ea86edAndrew Dunstan
2024-04-04Add missing initialization in transformJsonFuncExpr()Amit Langote
2024-04-04Fix typo introduced in 6185c9737Amit Langote
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-04pg_upgrade: Fix typo in messagePeter Eisentraut
2024-04-04Use incremental parsing of backup manifests.Andrew Dunstan
2024-04-04Add support for incrementally parsing backup manifestsAndrew Dunstan
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-04-04Secondary refactor of heap scanning functionsDavid Rowley
2024-04-04Coordinate emit_log_hook and all log destinations to share the same timevalMichael Paquier
2024-04-04Preliminary refactor of heap scanning functionsDavid Rowley
2024-04-04pg_regress: Save errno in emit_tap_output_v() and switch to %mMichael Paquier
2024-04-03CREATE INDEX: do not update stats during binary upgrade.Jeff Davis
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-03Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov
2024-04-03Split XLogCtl->LogwrtResult into separate struct membersAlvaro Herrera
2024-04-03Inline pg_popcount() for small buffers.Nathan Bossart
2024-04-03Combine freezing and pruning steps in VACUUMHeikki Linnakangas
2024-04-03Refactor how heap_prune_chain() updates prunable_xidHeikki Linnakangas
2024-04-03Fix zeroing of pg_serial page without SLRU bank lockAlvaro Herrera
2024-04-03Use the pairing heap instead of a flat array for LSN replay waitersAlexander Korotkov
2024-04-03Drop global objects after completed testDaniel Gustafsson
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila