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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2022年11月21日 Tom Lane Mark pageinspect's disk-accessing functions as parallel... commit | commitdiff | tree
2022年11月21日 Tom Lane Provide options for postmaster to kill child processes... commit | commitdiff | tree
2022年11月21日 Tom Lane Prevent instability in contrib/pageinspect's regression... commit | commitdiff | tree
2022年11月21日 Michael Paquier Replace SQLValueFunction by COERCE_SQL_SYNTAX commit | commitdiff | tree
2022年11月21日 Amit Kapila Add additional checks while creating the initial decodi... commit | commitdiff | tree
2022年11月20日 Andres Freund lwlock: Fix quadratic behavior with very long wait... commit | commitdiff | tree
2022年11月20日 Andres Freund pgstat: replace double lookup with IsSharedRelation() commit | commitdiff | tree
2022年11月20日 Tom Lane Fix sloppy cleanup of roles in privileges.sql. commit | commitdiff | tree
2022年11月20日 Tom Lane Fix long-obsolete comment. commit | commitdiff | tree
2022年11月20日 Andrew Dunstan Prevent port collisions between concurrent TAP tests commit | commitdiff | tree
2022年11月20日 Michael Paquier Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX commit | commitdiff | tree
2022年11月19日 Joe Conway Fix catversion commit | commitdiff | tree
2022年11月19日 Andres Freund Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing... commit | commitdiff | tree
2022年11月19日 Tom Lane Disable debug_discard_caches in test_oat_hooks test. commit | commitdiff | tree
2022年11月19日 Tom Lane Doc: sync src/tutorial/basics.source with SGML document... commit | commitdiff | tree
2022年11月18日 Robert Haas Fix typos and bump catversion. commit | commitdiff | tree
2022年11月18日 Robert Haas Add a SET option to the GRANT command. commit | commitdiff | tree
2022年11月18日 Tom Lane Don't read MCV stats needlessly in eqjoinsel(). commit | commitdiff | tree
2022年11月18日 Peter Eisentraut Make object_address test output easier to update commit | commitdiff | tree
2022年11月18日 Peter Eisentraut Clean up SQL code indentation in test file commit | commitdiff | tree
2022年11月18日 Andrew Dunstan Fix version comparison in Version.pm commit | commitdiff | tree
2022年11月18日 Alvaro Herrera Fix typo commit | commitdiff | tree
2022年11月18日 Peter Eisentraut doc: Small wording improvement commit | commitdiff | tree
2022年11月18日 Alvaro Herrera Add glossary entries related to superusers commit | commitdiff | tree
2022年11月18日 Michael Paquier psql: Improve tab completion for GRANT/REVOKE commit | commitdiff | tree
2022年11月18日 Andres Freund ci: Add task testing windows with mingw commit | commitdiff | tree
2022年11月17日 Peter Geoghegan Standardize rmgrdesc recovery conflict XID output. commit | commitdiff | tree
2022年11月17日 Alvaro Herrera Fix MERGE tuple count with DO NOTHING commit | commitdiff | tree
2022年11月17日 Peter Geoghegan Use correct type name in comments about freezing. commit | commitdiff | tree
2022年11月17日 Noah Misch Account for IPC::Run::result() Windows behavior change. commit | commitdiff | tree
2022年11月17日 Peter Eisentraut libpq: Handle NegotiateProtocolVersion message commit | commitdiff | tree
2022年11月17日 Peter Eisentraut libpq: Correct processing of startup response messages commit | commitdiff | tree
2022年11月17日 Daniel Gustafsson Fix wording in comment commit | commitdiff | tree
2022年11月17日 Alvaro Herrera Fix outdated comment in ExecDelete commit | commitdiff | tree
2022年11月17日 Peter Eisentraut Allow initdb to complete on systems without "locale... commit | commitdiff | tree
2022年11月17日 Daniel Gustafsson doc: Fix wording of MERGE actions in README commit | commitdiff | tree
2022年11月17日 Daniel Gustafsson Fix typos in comments commit | commitdiff | tree
2022年11月17日 Michael Paquier Remove unneeded include in test_slru.c commit | commitdiff | tree
2022年11月17日 Peter Eisentraut Export with_icu when running src/bin/scripts tests... commit | commitdiff | tree
2022年11月17日 Peter Eisentraut Update some more ObjectType switch statements to not... commit | commitdiff | tree
2022年11月17日 Tom Lane Improve ruleutils' printout of LATERAL references withi... commit | commitdiff | tree
2022年11月16日 Thomas Munro Fix slowdown in TAP tests due to recent walreceiver... commit | commitdiff | tree
2022年11月16日 Tom Lane Invent "multibitmapsets", and use them to speed up... commit | commitdiff | tree
2022年11月16日 Peter Eisentraut Add missing object classes to object_address test commit | commitdiff | tree
2022年11月16日 Tom Lane Shave some cycles off subscription/t/100_bugs.pl tests. commit | commitdiff | tree
2022年11月16日 Peter Eisentraut Variable renaming in preparation for refactoring commit | commitdiff | tree
2022年11月16日 Peter Eisentraut Remove useless casts commit | commitdiff | tree
2022年11月16日 Peter Eisentraut Turn HeapKeyTest macro into inline function commit | commitdiff | tree
2022年11月16日 Peter Eisentraut Remove unused include commit | commitdiff | tree
2022年11月16日 Daniel Gustafsson doc: document the TAP test environment variables commit | commitdiff | tree
2022年11月16日 Daniel Gustafsson doc: update metacpan.org links to avoid redirects commit | commitdiff | tree
2022年11月16日 Michael Paquier Use multi-inserts for pg_ts_config_map commit | commitdiff | tree
2022年11月16日 Jeff Davis Fix test in ae168c794f, per buildfarm. commit | commitdiff | tree
2022年11月16日 Michael Paquier Use multi-inserts for pg_enum commit | commitdiff | tree
2022年11月16日 Michael Paquier Avoid some overhead with open and close of catalog... commit | commitdiff | tree
2022年11月16日 Michael Paquier Add test module for SLRUs commit | commitdiff | tree
2022年11月16日 Jeff Davis Mark argument of RegisterCustomRmgr() as const. commit | commitdiff | tree
2022年11月15日 Jeff Davis Add test module for Custom WAL Resource Manager feature. commit | commitdiff | tree
2022年11月15日 Peter Geoghegan Deduplicate freeze plans in freeze WAL records. commit | commitdiff | tree
2022年11月15日 Peter Eisentraut Check return value of pclose() correctly commit | commitdiff | tree
2022年11月15日 Daniel Gustafsson doc: Use more concise wording for pl/pgSQL TG_ variables commit | commitdiff | tree
2022年11月15日 Peter Eisentraut psql: Add command to use extended query protocol commit | commitdiff | tree
2022年11月15日 Peter Eisentraut libpq error message refactoring, part 2 commit | commitdiff | tree
2022年11月15日 Peter Eisentraut libpq error message refactoring commit | commitdiff | tree
2022年11月15日 Peter Eisentraut Disallow setting archive_library and archive_command... commit | commitdiff | tree
2022年11月15日 Amit Kapila Improve comments referring snapshot's subxip array. commit | commitdiff | tree
2022年11月14日 Amit Kapila Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE... commit | commitdiff | tree
2022年11月14日 Michael Paquier Add error context callback when tokenizing authenticati... commit | commitdiff | tree
2022年11月14日 Michael Paquier Invent open_auth_file() in hba.c to refactor authentica... commit | commitdiff | tree
2022年11月13日 Peter Eisentraut libpq: Add missing newlines to error messages commit | commitdiff | tree
2022年11月13日 Peter Eisentraut libpq: Remove unneeded cast and adjust format placeholder commit | commitdiff | tree
2022年11月13日 Tom Lane Make Bitmapsets be valid Nodes. commit | commitdiff | tree
2022年11月13日 Andrew Dunstan Use installed postgresql.conf.sample for GUC sanity... commit | commitdiff | tree
2022年11月13日 Andrew Dunstan Make PostgreSQL::Test::Cluster::config_data more flexible commit | commitdiff | tree
2022年11月13日 Peter Eisentraut Refactor aclcheck functions commit | commitdiff | tree
2022年11月13日 Peter Eisentraut Refactor ownercheck functions commit | commitdiff | tree
2022年11月12日 Peter Eisentraut Add repalloc0 and repalloc0_array commit | commitdiff | tree
2022年11月12日 Noah Misch If wait_for_catchup fails under has_wal_read_bug, skip... commit | commitdiff | tree
2022年11月12日 Tom Lane Fix volatility marking of timestamptz_trunc_zone. commit | commitdiff | tree
2022年11月12日 Jeff Davis Document WAL rules related to PD_ALL_VISIBLE in README. commit | commitdiff | tree
2022年11月11日 Jeff Davis Fix theoretical torn page hazard. commit | commitdiff | tree
2022年11月11日 Jeff Davis Remove obsolete comments and code from prior to f8f4227976. commit | commitdiff | tree
2022年11月11日 Peter Eisentraut meson: Define HAVE_LOCALE_T for msvc commit | commitdiff | tree
2022年11月10日 Tom Lane Support writing "CREATE/ALTER TABLE ... SET STORAGE... commit | commitdiff | tree
2022年11月10日 Tom Lane Fix alter_table.sql test case to test what it claims to. commit | commitdiff | tree
2022年11月10日 Amit Kapila Fix comments atop ReorderBufferAddInvalidations. commit | commitdiff | tree
2022年11月10日 Michael Paquier Fix comment of SimpleLruInit() in slru.c commit | commitdiff | tree
2022年11月09日 Tom Lane Apply a better fix to mdunlinkfork(). commit | commitdiff | tree
2022年11月09日 Alvaro Herrera Remove redundant declaration for XidInMVCCSnapshot commit | commitdiff | tree
2022年11月09日 Tom Lane Report a more useful error for reloptions on a partitio... commit | commitdiff | tree
2022年11月09日 Tom Lane Doc: add comments about PreventInTransactionBlock/IsInT... commit | commitdiff | tree
2022年11月09日 Thomas Munro Provide sigaction() for Windows. commit | commitdiff | tree
2022年11月08日 Michael Paquier Use AbsoluteConfigLocation() when building an included... commit | commitdiff | tree
2022年11月08日 Tom Lane Doc: improve tutorial section about grouped aggregates. commit | commitdiff | tree
2022年11月08日 Peter Eisentraut Unify some internal error message wordings commit | commitdiff | tree
2022年11月08日 Tom Lane Produce more-optimal plans for bitmap scans on boolean... commit | commitdiff | tree
2022年11月08日 Thomas Munro Suppress useless wakeups in walreceiver. commit | commitdiff | tree
2022年11月08日 Michael Paquier psql: Add information in \d+ about foreign partitions... commit | commitdiff | tree
2022年11月08日 Michael Paquier Use pg_pwrite_zeros() in walmethods.c commit | commitdiff | tree
2022年11月08日 Michael Paquier Introduce pg_pwrite_zeros() in fileutils.c commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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