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年03月04日 Michael Paquier Add regression test for restart points during promotion commit | commitdiff | tree
2024年03月04日 Michael Paquier injection_points: Add wait and wakeup of processes commit | commitdiff | tree
2024年03月03日 Heikki Linnakangas Replace BackendIds with 0-based ProcNumbers commit | commitdiff | tree
2024年03月03日 Heikki Linnakangas Redefine backend ID to be an index into the proc array commit | commitdiff | tree
2024年03月03日 Alvaro Herrera GUC table: Add description to computed variables commit | commitdiff | tree
2024年03月02日 Jeff Davis Documentation update for Standard Collations. commit | commitdiff | tree
2024年03月02日 Thomas Munro Fix overflow in Windows replacement pg_pread/pg_pwrite. commit | commitdiff | tree
2024年03月01日 Thomas Munro Return ssize_t in fd.c I/O functions. commit | commitdiff | tree
2024年03月01日 Michael Paquier Simplify pg_enc2gettext_tbl[] with C99-designated initi... commit | commitdiff | tree
2024年03月01日 Amit Kapila Fix BF failure introduced by commit b3f6b14cf4. commit | commitdiff | tree
2024年02月29日 Nathan Bossart Convert unloggedLSN to an atomic variable. commit | commitdiff | tree
2024年02月29日 Nathan Bossart Convert archiver's force_dir_scan variable to an atomic... commit | commitdiff | tree
2024年02月29日 Nathan Bossart Introduce atomic read/write functions with full barrier... commit | commitdiff | tree
2024年02月29日 Dean Rasheed Support MERGE into updatable views. commit | commitdiff | tree
2024年02月29日 Peter Eisentraut Add missing RangeTblEntry field to jumble commit | commitdiff | tree
2024年02月29日 Dean Rasheed Remove field UpdateContext->updated in nodeModifyTable.c commit | commitdiff | tree
2024年02月29日 Daniel Gustafsson Fix integer underflow in shared memory debugging commit | commitdiff | tree
2024年02月29日 Amit Kapila Fixups for commit 93db6cbda0. commit | commitdiff | tree
2024年02月29日 Michael Paquier Use C99-designated initializer syntax for arrays relate... commit | commitdiff | tree
2024年02月28日 Tom Lane Fix cross-version upgrade tests after f0827b443. commit | commitdiff | tree
2024年02月28日 Daniel Gustafsson Fix documentation comments for test CA config files commit | commitdiff | tree
2024年02月28日 Tom Lane Improve plpgsql's error messages for incorrect %TYPE... commit | commitdiff | tree
2024年02月28日 Nathan Bossart Convert README to Markdown. commit | commitdiff | tree
2024年02月28日 Tom Lane Mop-up for AIX-ectomy: remove now-dead test code. commit | commitdiff | tree
2024年02月28日 Tom Lane Fix mis-rounding and overflow hazards in date_bin(). commit | commitdiff | tree
2024年02月28日 Alvaro Herrera Improve performance of subsystems on top of SLRU commit | commitdiff | tree
2024年02月28日 Heikki Linnakangas Remove configure --with-CC option commit | commitdiff | tree
2024年02月28日 Heikki Linnakangas Run autoconf, for update of a comment. commit | commitdiff | tree
2024年02月28日 Heikki Linnakangas Remove AIX support commit | commitdiff | tree
2024年02月28日 Alvaro Herrera Rename SLRU elements in view pg_stat_slru commit | commitdiff | tree
2024年02月28日 Michael Paquier Remove last NULL element in config_group_names[] commit | commitdiff | tree
2024年02月28日 David Rowley Refactor AllocSetAlloc(), separating hot and cold paths commit | commitdiff | tree
2024年02月27日 Michael Paquier Use C99-designated initializer syntax for more arrays commit | commitdiff | tree
2024年02月27日 Nathan Bossart Fix comments for the dshash_parameters struct. commit | commitdiff | tree
2024年02月27日 Andrew Dunstan Rationalize and improve error messages for some jsonpat... commit | commitdiff | tree
2024年02月27日 Michael Paquier Remove unnecessary array object_classes[] in dependency.c commit | commitdiff | tree
2024年02月27日 David Rowley Adjust memory allocation functions to allow sibling... commit | commitdiff | tree
2024年02月26日 Michael Paquier Fix comment thinko in sequence.c commit | commitdiff | tree
2024年02月26日 Nathan Bossart Add helper functions for dshash tables with string... commit | commitdiff | tree
2024年02月26日 Nathan Bossart Use NULL instead of 0 for 'arg' argument in dshash_crea... commit | commitdiff | tree
2024年02月26日 Alvaro Herrera Revise MERGE documentation commit | commitdiff | tree
2024年02月26日 Alvaro Herrera slru.c: Reduce scope of variables in 'for' blocks commit | commitdiff | tree
2024年02月26日 Michael Paquier Group more closely cache updates for backends in sequence.c commit | commitdiff | tree
2024年02月26日 Michael Paquier Introduce sequence_*() access functions commit | commitdiff | tree
2024年02月26日 Peter Eisentraut Fix incorrect format placeholder commit | commitdiff | tree
2024年02月25日 Tom Lane Promote assertion about !ReindexIsProcessingIndex to... commit | commitdiff | tree
2024年02月25日 Tom Lane Doc: fix minor typos in two ECPG function descriptions. commit | commitdiff | tree
2024年02月25日 Alexander Korotkov Improve documentation and GUC description for transacti... commit | commitdiff | tree
2024年02月25日 Alexander Korotkov Remove flaky isolation tests for timeouts commit | commitdiff | tree
2024年02月23日 Alexander Korotkov Multiple revisions to the GROUP BY reordering tests commit | commitdiff | tree
2024年02月23日 Alexander Korotkov Replace lateral references to removed rels in subqueries commit | commitdiff | tree
2024年02月23日 Tom Lane Avoid dangling-pointer problem with partitionwise joins... commit | commitdiff | tree
2024年02月23日 Heikki Linnakangas Fix compiler warning on typedef redeclaration commit | commitdiff | tree
2024年02月23日 Heikki Linnakangas Introduce a new smgr bulk loading facility. commit | commitdiff | tree
2024年02月23日 Peter Eisentraut Fix mistake in SQL features list commit | commitdiff | tree
2024年02月22日 Amit Kapila Fix BF failure in commit 93db6cbda0. commit | commitdiff | tree
2024年02月22日 Michael Paquier Make GetSlotInvalidationCause() return RS_INVAL_NONE... commit | commitdiff | tree
2024年02月22日 Amit Kapila Add a new slot sync worker to synchronize logical slots. commit | commitdiff | tree
2024年02月22日 Peter Eisentraut pgindent fix commit | commitdiff | tree
2024年02月22日 Amit Kapila Fix the intermittent buildfarm failures in 031_column_list. commit | commitdiff | tree
2024年02月22日 Peter Eisentraut Remove custom Constraint node read/write implementations commit | commitdiff | tree
2024年02月22日 Amit Kapila Improve ERROR/LOG messages added by commits ddd5f4f54a... commit | commitdiff | tree
2024年02月22日 Michael Paquier Speed up uuid_out() by not relying on a StringInfo commit | commitdiff | tree
2024年02月21日 Michael Paquier Add lookup table for replication slot conflict reasons commit | commitdiff | tree
2024年02月21日 Heikki Linnakangas Remove superfluous 'pgprocno' field from PGPROC commit | commitdiff | tree
2024年02月21日 Alvaro Herrera MERGE ... DO NOTHING: require SELECT privileges commit | commitdiff | tree
2024年02月21日 Alvaro Herrera Fix typo commit | commitdiff | tree
2024年02月21日 Daniel Gustafsson doc: Fix link to pg_ident_file_mappings view commit | commitdiff | tree
2024年02月21日 Michael Paquier Add option force_initdb to PostgreSQL::Test::Cluster... commit | commitdiff | tree
2024年02月21日 Alexander Korotkov Remove extra check_stack_depth() from dropconstraint_in... commit | commitdiff | tree
2024年02月20日 Tom Lane Doc: improve explanation of type interval, especially... commit | commitdiff | tree
2024年02月20日 Alexander Korotkov Replace relids in lateral subquery parse tree during SJE commit | commitdiff | tree
2024年02月20日 Peter Eisentraut Revert "Improve compression and storage support with... commit | commitdiff | tree
2024年02月20日 David Rowley Minor corrections for partition pruning commit | commitdiff | tree
2024年02月20日 Michael Paquier Fix race leading to incorrect conflict cause in Invalid... commit | commitdiff | tree
2024年02月20日 Michael Paquier doc: Use system-username instead of system-user commit | commitdiff | tree
2024年02月19日 David Rowley Fix incorrect pruning of NULL partition for boolean... commit | commitdiff | tree
2024年02月19日 Noah Misch Fix test race between primary XLOG_RUNNING_XACTS and... commit | commitdiff | tree
2024年02月19日 Noah Misch Bound waits in 035_standby_logical_decoding.pl. commit | commitdiff | tree
2024年02月19日 Tom Lane Doc: fix typo in SECURITY LABEL synopsis. commit | commitdiff | tree
2024年02月19日 Alexander Korotkov Get rid of pg_class usage in SJE regression tests commit | commitdiff | tree
2024年02月19日 Peter Eisentraut ci: Add test coverage of different pg_upgrade modes commit | commitdiff | tree
2024年02月19日 Amit Kapila Fix 004_subscription.pl to allow its usage in --link... commit | commitdiff | tree
2024年02月19日 Michael Paquier ecpg: Fix zero-termination of string generated by intoasc() commit | commitdiff | tree
2024年02月19日 Michael Paquier ecpg: Fix error handling on OOMs when parsing timestamps commit | commitdiff | tree
2024年02月16日 Alexander Korotkov Remove remaining references to timeouts-long commit | commitdiff | tree
2024年02月16日 Nathan Bossart Use new overflow-safe integer comparison functions. commit | commitdiff | tree
2024年02月16日 Nathan Bossart Introduce overflow-safe integer comparison functions. commit | commitdiff | tree
2024年02月16日 Jeff Davis Pass correct count to WALRead(). commit | commitdiff | tree
2024年02月16日 Jeff Davis Add assert to WALReadFromBuffers(). commit | commitdiff | tree
2024年02月16日 Nathan Bossart Replace calls to pg_qsort() with the qsort() macro. commit | commitdiff | tree
2024年02月16日 Alexander Korotkov Add missing check_stack_depth() to some recursive functions commit | commitdiff | tree
2024年02月16日 Alexander Korotkov Remove timeouts-long.out commit | commitdiff | tree
2024年02月16日 Peter Eisentraut Improve compression and storage support with inheritance commit | commitdiff | tree
2024年02月16日 Peter Eisentraut Remove non-existing file from .gitattributes commit | commitdiff | tree
2024年02月16日 Amit Kapila Disable autovacuum on primary in 040_standby_failover_s... commit | commitdiff | tree
2024年02月16日 Amit Kapila Fix the incorrect format specifier used in commit 7a424... commit | commitdiff | tree
2024年02月16日 Amit Kapila Change the LOG level in 040_standby_failover_slots_sync... commit | commitdiff | tree
2024年02月16日 Amit Kapila Add more LOG and DEBUG messages for slot synchronization. commit | commitdiff | tree
2024年02月16日 David Rowley Attempt to stabilize flapping regression test commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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