git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2024年04月06日 Peter Geoghegan Enhance nbtree ScalarArrayOp execution. commit | commitdiff | tree
2024年04月06日 Tom Lane Remove obsolete comment in CopyReadLineText(). commit | commitdiff | tree
2024年04月06日 John Naylor Speed up tail processing when hashing aligned C strings... commit | commitdiff | tree
2024年04月06日 John Naylor Teach fasthash_accum to use platform endianness for... commit | commitdiff | tree
2024年04月06日 Thomas Munro Increase default vacuum_buffer_usage_limit to 2MB. commit | commitdiff | tree
2024年04月06日 Thomas Munro Allow BufferAccessStrategy to limit pin count. commit | commitdiff | tree
2024年04月06日 John Naylor Convert uses of hash_string_pointer to fasthash equivalent commit | commitdiff | tree
2024年04月06日 John Naylor Add macro to disable address safety instrumentation commit | commitdiff | tree
2024年04月06日 John Naylor Fix incorrect return type commit | commitdiff | tree
2024年04月06日 Thomas Munro Improve read_stream.c's fast path. commit | commitdiff | tree
2024年04月05日 Andres Freund Fix headerscheck violation introduced in f8ce4ed78ca commit | commitdiff | tree
2024年04月05日 Andrew Dunstan Silence some compiler warnings in commit 3311ea86ed commit | commitdiff | tree
2024年04月05日 Robert Haas Fix incorrect calculation in BlockRefTableEntryGetBlocks. commit | commitdiff | tree
2024年04月05日 Tomas Vondra Check HAVE_COPY_FILE_RANGE before calling copy_file_range commit | commitdiff | tree
2024年04月05日 Tomas Vondra Allow using copy_file_range in write_reconstructed_file commit | commitdiff | tree
2024年04月05日 Alvaro Herrera Make libpqsrv_cancel's return const char *, not char * commit | commitdiff | tree
2024年04月05日 Tomas Vondra Remove unused variable in checksum_file() commit | commitdiff | tree
2024年04月05日 Tomas Vondra Allow copying files using clone/copy_file_range commit | commitdiff | tree
2024年04月05日 Tom Lane Suppress "variable may be used uninitialized" warning. commit | commitdiff | tree
2024年04月05日 Robert Haas docs: Merge separate chapters on built-in index AMs... commit | commitdiff | tree
2024年04月05日 Tomas Vondra Align blocks in incremental backups to BLCKSZ commit | commitdiff | tree
2024年04月05日 Alvaro Herrera Operate XLogCtl->log{Write,Flush}Result with atomics commit | commitdiff | tree
2024年04月05日 Amit Kapila Allow synced slots to have their inactive_since. commit | commitdiff | tree
2024年04月04日 Michael Paquier Add "ABI_compatibility" regions to wait_event_names.txt commit | commitdiff | tree
2024年04月04日 Jeff Davis Fix test failures when language environment is not... commit | commitdiff | tree
2024年04月04日 Robert Haas Fix old, misleading comment for PGRES_POLLING_ACTIVE. commit | commitdiff | tree
2024年04月04日 Robert Haas Remove reachable call to pg_unreachable(). commit | commitdiff | tree
2024年04月04日 Tom Lane Fix ecpg's mechanism for detecting unsupported cases... commit | commitdiff | tree
2024年04月04日 Tom Lane Further cleanup for recent JSON-related commits. commit | commitdiff | tree
2024年04月04日 Tom Lane Further cleanup for recent JSON-related commits. commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Tidy up after incremental JSON parser patch commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Fix warnings re typedef redefinition in ea7b4e9a2a... commit | commitdiff | tree
2024年04月04日 Amit Langote Add missing initialization in transformJsonFuncExpr() commit | commitdiff | tree
2024年04月04日 Amit Langote Fix typo introduced in 6185c9737 commit | commitdiff | tree
2024年04月04日 Amit Langote Add basic JSON_TABLE() functionality commit | commitdiff | tree
2024年04月04日 Peter Eisentraut pg_upgrade: Fix typo in message commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Use incremental parsing of backup manifests. commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Add support for incrementally parsing backup manifests commit | commitdiff | tree
2024年04月04日 Andrew Dunstan Introduce a non-recursive JSON parser commit | commitdiff | tree
2024年04月04日 Peter Eisentraut Silence meson warning commit | commitdiff | tree
2024年04月04日 Etsuro Fujita postgres_fdw: Remove useless ternary expression. commit | commitdiff | tree
2024年04月04日 David Rowley Secondary refactor of heap scanning functions commit | commitdiff | tree
2024年04月04日 Michael Paquier Coordinate emit_log_hook and all log destinations to... commit | commitdiff | tree
2024年04月04日 David Rowley Preliminary refactor of heap scanning functions commit | commitdiff | tree
2024年04月04日 Michael Paquier pg_regress: Save errno in emit_tap_output_v() and switc... commit | commitdiff | tree
2024年04月03日 Jeff Davis CREATE INDEX: do not update stats during binary upgrade. commit | commitdiff | tree
2024年04月03日 Tom Lane Invent SERIALIZE option for EXPLAIN. commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Fix the parameters order for TableAmRoutine.relation_co... commit | commitdiff | tree
2024年04月03日 Robert Haas docs: Demote "Monitoring Disk Usage" from chapter to... commit | commitdiff | tree
2024年04月03日 Alvaro Herrera Split XLogCtl->LogwrtResult into separate struct members commit | commitdiff | tree
2024年04月03日 Nathan Bossart Inline pg_popcount() for small buffers. commit | commitdiff | tree
2024年04月03日 Heikki Linnakangas Combine freezing and pruning steps in VACUUM commit | commitdiff | tree
2024年04月03日 Heikki Linnakangas Refactor how heap_prune_chain() updates prunable_xid commit | commitdiff | tree
2024年04月03日 Alvaro Herrera Fix zeroing of pg_serial page without SLRU bank lock commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Use the pairing heap instead of a flat array for LSN... commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Drop global objects after completed test commit | commitdiff | tree
2024年04月03日 Amit Kapila Ensure that the sync slots reach a consistent state... commit | commitdiff | tree
2024年04月03日 Alexander Korotkov Minor improvements for waitlsn.c commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Fix indentation from cafe1056558f commit | commitdiff | tree
2024年04月03日 Daniel Gustafsson Add error codes to some PANIC/FATAL errors reports commit | commitdiff | tree
2024年04月03日 Nathan Bossart Add built-in ERROR handling for archive callbacks. commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Improve eviction algorithm in ReorderBuffer using max... commit | commitdiff | tree
2024年04月03日 David Rowley Don't adjust ressortgroupref in generate_setop_child_gr... commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Add functions to binaryheap for efficient key removal... commit | commitdiff | tree
2024年04月03日 Masahiko Sawada Make binaryheap enlargeable. commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Move WaitLSNShmemInit() to CreateOrAttachShmemStructs() commit | commitdiff | tree
2024年04月02日 David Rowley Don't zero tuple_fraction when planning UNIONs with... commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Implement pg_wal_replay_wait() stored procedure commit | commitdiff | tree
2024年04月02日 Tom Lane Avoid deadlock during orphan temp table removal. commit | commitdiff | tree
2024年04月02日 Nathan Bossart Avoid function call overhead of pg_popcount() in syslog... commit | commitdiff | tree
2024年04月02日 Nathan Bossart Refactor code for setting pg_popcount* function pointers. commit | commitdiff | tree
2024年04月02日 Tom Lane Unwind #if spaghetti in hmac_openssl.c a bit. commit | commitdiff | tree
2024年04月02日 Robert Haas Allow SIGINT to cancel psql database reconnections. commit | commitdiff | tree
2024年04月02日 Robert Haas Expose PQsocketPoll via libpq commit | commitdiff | tree
2024年04月02日 Thomas Munro Use streaming I/O in pg_prewarm. commit | commitdiff | tree
2024年04月02日 Thomas Munro Provide API for streaming relation data. commit | commitdiff | tree
2024年04月02日 Thomas Munro Provide vectored variant of ReadBuffer(). commit | commitdiff | tree
2024年04月02日 Alvaro Herrera Don't use the pg_am system catalog in new test commit | commitdiff | tree
2024年04月02日 Alexander Korotkov Revert "Custom reloptions for table AM" commit | commitdiff | tree
2024年04月02日 Masahiko Sawada Use TidStore for dead tuple TIDs storage during lazy... commit | commitdiff | tree
2024年04月01日 David Rowley Fix assert failure when planning setop subqueries with... commit | commitdiff | tree
2024年04月01日 Tom Lane Avoid "unused variable" warning on non-USE_SSL_ENGINE... commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Introduce 'options' argument to heap_page_prune() commit | commitdiff | tree
2024年04月01日 Tom Lane Invent --transaction-size option for pg_restore. commit | commitdiff | tree
2024年04月01日 Tom Lane Rearrange pg_dump's handling of large objects for bette... commit | commitdiff | tree
2024年04月01日 Tom Lane Avoid possible longjmp-induced logic error in PLy_trigg... commit | commitdiff | tree
2024年04月01日 Tom Lane Fix assorted resource leaks in new pg_createsubscriber... commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Handle non-chain tuples outside of heap_prune_chain() commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Refactor heap_prune_chain() commit | commitdiff | tree
2024年04月01日 Heikki Linnakangas Minor refactoring in heap_page_prune commit | commitdiff | tree
2024年04月01日 Masahiko Sawada Add new COPY option LOG_VERBOSITY. commit | commitdiff | tree
2024年03月31日 John Naylor Revert "Speed up tail processing when hashing aligned... commit | commitdiff | tree
2024年03月31日 John Naylor Speed up tail processing when hashing aligned C strings commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Let table AM insertion methods control index insertion commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Custom reloptions for table AM commit | commitdiff | tree
2024年03月30日 Alexander Korotkov Generalize relation analyze in table AM interface commit | commitdiff | tree
2024年03月30日 Tom Lane Add pg_basetype() function to extract a domain's base... commit | commitdiff | tree
2024年03月30日 Alvaro Herrera Stabilize postgres_fdw test commit | commitdiff | tree
2024年03月30日 Alvaro Herrera doc: Improve "Partition Maintenance" section commit | commitdiff | tree
2024年03月30日 Dean Rasheed Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /