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月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
2023年12月05日 Robert Haas Rename pg_verifybackup's JsonManifestParseContext callb... commit | commitdiff | tree
2023年12月05日 Robert Haas Rename JsonManifestParseContext callbacks. commit | commitdiff | tree
2023年12月05日 Daniel Gustafsson Fix indentation commit | commitdiff | tree
2023年12月05日 Daniel Gustafsson Fix incorrect error message for IDENTIFY_SYSTEM commit | commitdiff | tree
2023年12月05日 Alvaro Herrera Fix handling of errors in libpq pipelines commit | commitdiff | tree
2023年12月05日 Amit Kapila Fix a random failure in 003_logical_slots.pl. commit | commitdiff | tree
2023年12月05日 Jeff Davis Optimize SearchPathCache by saving the last entry. commit | commitdiff | tree
2023年12月04日 Nathan Bossart Teach convert() and friends to avoid copying when possible. commit | commitdiff | tree
2023年12月04日 Heikki Linnakangas Remove now-unnecessary Autovacuum[Launcher|Worker]IAm... commit | commitdiff | tree
2023年12月04日 Alvaro Herrera Don't use pgbench -j in tests commit | commitdiff | tree
2023年12月04日 Peter Eisentraut Remove unnecessary include of <math.h> commit | commitdiff | tree
2023年12月04日 Peter Eisentraut Remove unnecessary include of <sys/socket.h> commit | commitdiff | tree
2023年12月04日 Peter Eisentraut Remove unnecessary includes of <signal.h> commit | commitdiff | tree
2023年12月04日 Michael Paquier Add support for REINDEX in event triggers commit | commitdiff | tree
2023年12月03日 Michael Paquier doc: Remove reference to trigger file regarding promotion commit | commitdiff | tree
2023年12月03日 Heikki Linnakangas Refactor how InitProcess is called commit | commitdiff | tree
2023年12月03日 Heikki Linnakangas Pass BackgroundWorker entry in the parameter file in... commit | commitdiff | tree
2023年12月03日 Heikki Linnakangas Refactor CreateSharedMemoryAndSemaphores commit | commitdiff | tree
2023年12月01日 Heikki Linnakangas Silence Valgrind complaint with EXEC_BACKEND commit | commitdiff | tree
2023年12月01日 Peter Eisentraut pgindent fix commit | commitdiff | tree
2023年12月01日 Peter Eisentraut Check collation when creating partitioned index commit | commitdiff | tree
2023年12月01日 Peter Eisentraut doc: Update info on information schema usage tables commit | commitdiff | tree
2023年12月01日 Amit Kapila Fix an uninitialized access in hash_xlog_squeeze_page(). commit | commitdiff | tree
2023年12月01日 Andres Freund meson: Stop using deprecated way getting path of files commit | commitdiff | tree
2023年12月01日 Thomas Munro Adjust obsolete comment explaining set_stack_base(). commit | commitdiff | tree
2023年11月30日 Heikki Linnakangas Print lwlock stats also for aux processes, when built... commit | commitdiff | tree
2023年11月30日 Alexander Korotkov Fix typo in 5a1dfde8334b commit | commitdiff | tree
2023年11月30日 Daniel Gustafsson Fix spelling and punctuation commit | commitdiff | tree
2023年11月30日 Daniel Gustafsson Add missing file to nls Makefile commit | commitdiff | tree
2023年11月30日 Daniel Gustafsson Fix array subscript warnings commit | commitdiff | tree
2023年11月30日 Alexander Korotkov Fix warning due non-standard inline declaration in... commit | commitdiff | tree
2023年11月30日 John Naylor Remove redundant setting of hashkey after insertion commit | commitdiff | tree
2023年11月30日 Peter Eisentraut meson: Improve/fix Python version selection commit | commitdiff | tree
2023年11月30日 Masahiko Sawada Add tests for XID wraparound. commit | commitdiff | tree
2023年11月30日 Michael Paquier doc: Mention how to use quotes with GUC names in error... commit | commitdiff | tree
2023年11月30日 Michael Paquier Apply quotes more consistently to GUC names in logs commit | commitdiff | tree
2023年11月30日 Masahiko Sawada Add option to specify timeout seconds to BackgroundPsql.pm. commit | commitdiff | tree
2023年11月30日 Peter Eisentraut Remove unused macro commit | commitdiff | tree
2023年11月30日 Peter Eisentraut Improve "user mapping not found" error message commit | commitdiff | tree
2023年11月30日 Amit Kapila Fix a test in 003_logical_slots. commit | commitdiff | tree
2023年11月30日 Masahiko Sawada Fix wrong description of BackgroundPsql's timeout. commit | commitdiff | tree
2023年11月30日 Masahiko Sawada Fix BackgroundPsql's set_query_timer_restart() issue... commit | commitdiff | tree
2023年11月29日 Daniel Gustafsson Fix typo in comment commit | commitdiff | tree
2023年11月29日 Daniel Gustafsson Read include/exclude commands for dump/restore from... commit | commitdiff | tree
2023年11月29日 Thomas Munro Optimize pg_readv/pg_pwritev single vector case. commit | commitdiff | tree
2023年11月28日 Alexander Korotkov Add SLRU tests for 64-bit page case commit | commitdiff | tree
2023年11月28日 Alexander Korotkov Make use FullTransactionId in 2PC filenames commit | commitdiff | tree
2023年11月28日 Alexander Korotkov Use larger segment file names for pg_notify commit | commitdiff | tree
2023年11月28日 Alexander Korotkov Index SLRUs by 64-bit integers rather than by 32-bit... commit | commitdiff | tree
2023年11月28日 Tom Lane Clean up usage of bison precedence for non-operator... commit | commitdiff | tree
2023年11月28日 Tom Lane Use BIO_{get,set}_app_data instead of BIO_{get,set... commit | commitdiff | tree
2023年11月28日 Heikki Linnakangas Fix comment about ressortgrouprefs being unique in... commit | commitdiff | tree
2023年11月28日 Michael Paquier Remove more statements from stats.sql commit | commitdiff | tree
2023年11月28日 Heikki Linnakangas Fix assertions with RI triggers in heap_update and... commit | commitdiff | tree
2023年11月28日 Dean Rasheed psql: Add tab completion for view options. commit | commitdiff | tree
2023年11月28日 Michael Paquier Remove test for pg_stat_reset_shared() in stats.sql commit | commitdiff | tree
2023年11月27日 Michael Paquier Fix comment in tableam.h about GetHeapamTableAmRoutine() commit | commitdiff | tree
2023年11月27日 Michael Paquier Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword... commit | commitdiff | tree
2023年11月27日 David Rowley Don't use bms_membership() in cases where we don't... commit | commitdiff | tree
2023年11月27日 Nathan Bossart Retire a few backwards compatibility macros. commit | commitdiff | tree
2023年11月27日 Alvaro Herrera Fix CREATE INDEX CONCURRENTLY example commit | commitdiff | tree
2023年11月27日 Tomas Vondra Check if ii_AmCache is NULL in aminsertcleanup commit | commitdiff | tree
2023年11月27日 Heikki Linnakangas Reduce rate of walwriter wakeups due to async commits. commit | commitdiff | tree
2023年11月27日 Amit Kapila Avoid unconditionally filling in missing values with... commit | commitdiff | tree
2023年11月27日 Alexander Korotkov Track statement entry timestamp in contrib/pg_stat_stat... commit | commitdiff | tree
2023年11月27日 Alexander Korotkov Add NOT NULL checking of pg_stat_statements_reset(... commit | commitdiff | tree
2023年11月27日 Michael Paquier Fix race condition with BIO methods initialization... commit | commitdiff | tree
2023年11月26日 Alexander Korotkov Display length and bounds histograms in pg_stats commit | commitdiff | tree
2023年11月26日 Alexander Korotkov Update comments for pg_statistic catalog table commit | commitdiff | tree
2023年11月26日 Tom Lane Doc: list AT TIME ZONE and COLLATE in operator preceden... commit | commitdiff | tree
2023年11月26日 Tomas Vondra Fix brin.c indentation issues introduced by c1ec02be1d commit | commitdiff | tree
2023年11月25日 Peter Eisentraut Use fipshash in brin_multi test commit | commitdiff | tree
2023年11月25日 Tomas Vondra Reuse BrinDesc and BrinRevmap in brininsert commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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