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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年12月27日 Alexander Korotkov Add asserts to bimapset manipulation functions commit | commitdiff | tree
2023年12月26日 Tom Lane Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_... commit | commitdiff | tree
2023年12月26日 Tom Lane Fix mistaken file name in plpython's meson recipe. commit | commitdiff | tree
2023年12月26日 Tom Lane Hide warnings from Python headers when using gcc-compat... commit | commitdiff | tree
2023年12月26日 Peter Eisentraut Add meson NLS support for pg_combinebackup commit | commitdiff | tree
2023年12月26日 Bruce Momjian doc: add ISO 8601 extended format example using to_char() commit | commitdiff | tree
2023年12月26日 Tom Lane Add empty placeholder LINGUAS file for pg_combinebackup. commit | commitdiff | tree
2023年12月26日 Peter Eisentraut Remove unused macro commit | commitdiff | tree
2023年12月26日 Michael Paquier Fix some translatable strings in pg_basebackup and... commit | commitdiff | tree
2023年12月26日 Amit Kapila Doc: Add missing pgoutput options. commit | commitdiff | tree
2023年12月25日 Tom Lane Fix erroneous -Werror=missing-braces on old GCC. commit | commitdiff | tree
2023年12月24日 Alexander Korotkov Fix a comment for remove_self_joins_recurse() commit | commitdiff | tree
2023年12月24日 Alexander Korotkov Don't constrain self-join removal due to PHVs commit | commitdiff | tree
2023年12月24日 Alexander Korotkov Handle PlaceHolderVar case in replace_varno_walker commit | commitdiff | tree
2023年12月24日 Alexander Korotkov Enhance checkpointer restartpoint statistics commit | commitdiff | tree
2023年12月24日 Michael Paquier pgbench: Fix overflow in table populating when rows... commit | commitdiff | tree
2023年12月23日 Tom Lane Set readline-relevant ENV vars in interactive_psql... commit | commitdiff | tree
2023年12月22日 Peter Eisentraut Set all variable-length fields of pg_attribute to null... commit | commitdiff | tree
2023年12月22日 Tom Lane Stop generating plain-text INSTALL instructions. commit | commitdiff | tree
2023年12月22日 Andrew Dunstan Make win32tzlist.pl checkable again commit | commitdiff | tree
2023年12月21日 Jeff Davis Initialize data directories with --lc-messages=C for... commit | commitdiff | tree
2023年12月21日 Robert Haas Replace nonsense comment with a relevant one. commit | commitdiff | tree
2023年12月21日 Robert Haas Fix numerous typos in incremental backup commits. commit | commitdiff | tree
2023年12月21日 Tom Lane pg_combinebackup didn't clean its tmp_check directory... commit | commitdiff | tree
2023年12月21日 Tom Lane Avoid trying to fetch metapage of an SPGist partitioned... commit | commitdiff | tree
2023年12月21日 Tom Lane pg_combinebackup's .gitignore file is incomplete. commit | commitdiff | tree
2023年12月21日 Dean Rasheed Fix BEFORE ROW trigger handling in cross-partition... commit | commitdiff | tree
2023年12月21日 Peter Eisentraut Fix prologue of get_partition_ancestors() commit | commitdiff | tree
2023年12月21日 Peter Eisentraut meson: Make gzip and tar optional commit | commitdiff | tree
2023年12月21日 Peter Eisentraut meson: Make sed optional commit | commitdiff | tree
2023年12月21日 Michael Paquier Add PostgreSQL::Test::Cluster::advance_wal commit | commitdiff | tree
2023年12月21日 Masahiko Sawada Show isCatalogRel in several rmgr descriptions. commit | commitdiff | tree
2023年12月20日 Andrew Dunstan Rename pgindent options commit | commitdiff | tree
2023年12月20日 Daniel Gustafsson doc: Fix typo in pg_combinebackup documentation commit | commitdiff | tree
2023年12月20日 Daniel Gustafsson Fix unchecked return value from strdup commit | commitdiff | tree
2023年12月20日 Robert Haas Add support for incremental backup. commit | commitdiff | tree
2023年12月20日 Robert Haas Add a new WAL summarizer process. commit | commitdiff | tree
2023年12月20日 Michael Paquier Fix generation of distribution tarball commit | commitdiff | tree
2023年12月20日 Jeff Davis Additional write barrier in AdvanceXLInsertBuffer(). commit | commitdiff | tree
2023年12月20日 Jeff Davis Use 64-bit atomics for xlblocks array elements. commit | commitdiff | tree
2023年12月20日 Michael Paquier Remove MSVC scripts commit | commitdiff | tree
2023年12月19日 Michael Paquier basic_archive: Fix comments related to NO_INSTALLCHECK commit | commitdiff | tree
2023年12月19日 Robert Haas Move src/bin/pg_verifybackup/parse_manifest.c into... commit | commitdiff | tree
2023年12月19日 Robert Haas Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a... commit | commitdiff | tree
2023年12月19日 Tom Lane Prevent integer overflow when forming tuple width estim... commit | commitdiff | tree
2023年12月19日 Peter Eisentraut Update comment for Cardinality typedef commit | commitdiff | tree
2023年12月19日 Daniel Gustafsson doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example commit | commitdiff | tree
2023年12月19日 Heikki Linnakangas Simplify newNode() by removing special cases commit | commitdiff | tree
2023年12月19日 Michael Paquier pageinspect: Fix failure with hash_bitmap_info() for... commit | commitdiff | tree
2023年12月19日 Michael Paquier pgstattuple: Fix failure with pgstathashindex() for... commit | commitdiff | tree
2023年12月19日 Amit Kapila pgoutput: Raise an error for missing protocol version... commit | commitdiff | tree
2023年12月18日 Tom Lane compute_bitmap_pages' loop_count parameter should be... commit | commitdiff | tree
2023年12月18日 Nathan Bossart Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64. commit | commitdiff | tree
2023年12月18日 Nathan Bossart Micro-optimize datum_to_json_internal() some more. commit | commitdiff | tree
2023年12月18日 Thomas Munro Provide vectored variants of smgrread() and smgrwrite(). commit | commitdiff | tree
2023年12月17日 Tom Lane Doc: add a bit to indices.sgml about what is an indexab... commit | commitdiff | tree
2023年12月16日 Michael Paquier Refactor pgstat_prepare_io_time() with an input argumen... commit | commitdiff | tree
2023年12月16日 Alvaro Herrera Remove useless LIMIT_OPTION_DEFAULT value from LimitOption commit | commitdiff | tree
2023年12月16日 Thomas Munro Provide multi-block smgrprefetch(). commit | commitdiff | tree
2023年12月15日 Tom Lane Fix bugs in manipulation of large objects. commit | commitdiff | tree
2023年12月14日 Peter Eisentraut Fix typo commit | commitdiff | tree
2023年12月13日 Daniel Gustafsson docs: Fix typo in pg_stat_statements documentation commit | commitdiff | tree
2023年12月12日 Michael Paquier Prevent tuples to be marked as dead in subtransactions... commit | commitdiff | tree
2023年12月12日 Daniel Gustafsson Fix typo in comment commit | commitdiff | tree
2023年12月12日 Thomas Munro Provide vectored variants of FileRead() and FileWrite(). commit | commitdiff | tree
2023年12月11日 Thomas Munro Provide helper for retrying partial vectored I/O. commit | commitdiff | tree
2023年12月11日 Thomas Munro Define unconstify() and unvolatize() for C++. commit | commitdiff | tree
2023年12月11日 Tom Lane Be more wary about OpenSSL not setting errno on error. commit | commitdiff | tree
2023年12月11日 Alvaro Herrera Simplify productions for FORMAT JSON [ ENCODING name ] commit | commitdiff | tree
2023年12月11日 Michael Paquier Remove trace_recovery_messages commit | commitdiff | tree
2023年12月11日 Amit Kapila Fix an undetected deadlock due to apply worker. commit | commitdiff | tree
2023年12月10日 Peter Eisentraut Remove some unnecessary includes of "access/xlog_intern... commit | commitdiff | tree
2023年12月08日 Peter Geoghegan Fix nbtree backward scan race condition comments. commit | commitdiff | tree
2023年12月08日 Nathan Bossart Micro-optimize JSONTYPE_NUMERIC code path in json.c. commit | commitdiff | tree
2023年12月08日 Jeff Davis Cache opaque handle for GUC option to avoid repeasted... commit | commitdiff | tree
2023年12月08日 Peter Geoghegan Optimize nbtree backward scan boundary cases. commit | commitdiff | tree
2023年12月08日 Tomas Vondra Allow parallel CREATE INDEX for BRIN indexes commit | commitdiff | tree
2023年12月08日 Tomas Vondra Add empty BRIN ranges during CREATE INDEX commit | commitdiff | tree
2023年12月08日 Daniel Gustafsson Don't clean initdb files on template creation failure commit | commitdiff | tree
2023年12月08日 Heikki Linnakangas Remove some unnecessary #includes of postmaster/interrupt.h commit | commitdiff | tree
2023年12月08日 Alvaro Herrera Test that it works to RESET an invalid reloption commit | commitdiff | tree
2023年12月08日 Heikki Linnakangas Rename ShmemVariableCache to TransamVariables commit | commitdiff | tree
2023年12月08日 Heikki Linnakangas Initialize ShmemVariableCache like other shmem areas commit | commitdiff | tree
2023年12月08日 Heikki Linnakangas Don't try to open visibilitymap when analyzing a foreig... commit | commitdiff | tree
2023年12月08日 Thomas Munro Fix potential pointer overflow in xlogreader.c. commit | commitdiff | tree
2023年12月08日 Bruce Momjian doc: clarify handling of ON CONFLICT with triggers commit | commitdiff | tree
2023年12月08日 Michael Paquier Fix path of regress shared library in pg_upgrade test commit | commitdiff | tree
2023年12月08日 Bruce Momjian doc, pg_upgrade: add vacuumdb w/ tips for generating... commit | commitdiff | tree
2023年12月08日 Bruce Momjian doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an... commit | commitdiff | tree
2023年12月08日 Bruce Momjian doc, intagg: fix one-to-many mention to many-to-many commit | commitdiff | tree
2023年12月07日 Jeff Davis Shrink Unicode category table. commit | commitdiff | tree
2023年12月07日 David Rowley Verify that attribute counts match in ExecCopySlot commit | commitdiff | tree
2023年12月07日 Michael Paquier Improve some error messages with invalid indexes for... commit | commitdiff | tree
2023年12月07日 Amit Kapila Fix issues in binary_upgrade_logical_slot_has_caught_up(). commit | commitdiff | tree
2023年12月06日 Michael Paquier Fix assertion failure with REINDEX and event triggers commit | commitdiff | tree
2023年12月06日 Nathan Bossart Suppress -Wunused-result warning about write(). commit | commitdiff | tree
2023年12月06日 Peter Eisentraut Use signal-safe functions in signal handler commit | commitdiff | tree
2023年12月06日 Michael Paquier Fix compilation on Windows with WAL_DEBUG commit | commitdiff | tree
2023年12月06日 Michael Paquier Apply filters to dump files all the time in 002_pg_upgr... commit | commitdiff | tree
2023年12月05日 Alexander Korotkov Add support for deparsing semi-joins to contrib/postgre... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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