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月06日 John Naylor Introduce helper SIMD functions for small byte arrays commit | commitdiff | tree
2024年03月06日 Amit Kapila Doc: Improve replication slot synchronization section. commit | commitdiff | tree
2024年03月06日 Michael Paquier Add recovery TAP test for race condition with slot... commit | commitdiff | tree
2024年03月05日 Thomas Munro Add --copy-file-range option to pg_upgrade. commit | commitdiff | tree
2024年03月05日 David Rowley Remove surplus trailing semicolon commit | commitdiff | tree
2024年03月05日 Nathan Bossart Add a few recent commits to .git-blame-ignore-revs. commit | commitdiff | tree
2024年03月05日 Jeff Davis Run pgindent again on the same file. commit | commitdiff | tree
2024年03月05日 Jeff Davis Run pgindent for commit ef4cfdce0e. commit | commitdiff | tree
2024年03月05日 Jeff Davis docs: Update HOT update docs for 19d8e2308b commit | commitdiff | tree
2024年03月05日 Jeff Davis Update sepgsql expected output. commit | commitdiff | tree
2024年03月05日 Heikki Linnakangas Fix references to renamed function in comments commit | commitdiff | tree
2024年03月05日 Peter Eisentraut Improve field order in RangeTblEntry commit | commitdiff | tree
2024年03月05日 Alvaro Herrera Fix misspelled assertions commit | commitdiff | tree
2024年03月05日 Alvaro Herrera Rework redundant code in subtrans.c commit | commitdiff | tree
2024年03月05日 Peter Eisentraut Rename pg_constraint.conwithoutoverlaps to conperiod commit | commitdiff | tree
2024年03月05日 Heikki Linnakangas Fix a leftover reference to backend_id in comment commit | commitdiff | tree
2024年03月05日 Jeff Davis Fix buildfarm failures from 2af07e2f74. commit | commitdiff | tree
2024年03月05日 David Rowley Fix incorrectly reported stats kind in "can't happen... commit | commitdiff | tree
2024年03月05日 Jeff Davis Fix search_path to a safe value during maintenance... commit | commitdiff | tree
2024年03月04日 Nathan Bossart Add macro for customizing an archiving WARNING message. commit | commitdiff | tree
2024年03月04日 Tom Lane Explicitly list dependent types as extension members... commit | commitdiff | tree
2024年03月04日 Robert Haas pg_verifybackup: Refactor parse_manifest_file. commit | commitdiff | tree
2024年03月04日 Robert Haas Fix pgindent damage. commit | commitdiff | tree
2024年03月04日 Robert Haas Fix incremental backup interaction with XLOG_DBASE_CREA... commit | commitdiff | tree
2024年03月04日 Tom Lane Further further fix pg_upgrade crossversion test for... commit | commitdiff | tree
2024年03月04日 Tom Lane Fix initdb's -c option to treat the GUC name case-insen... commit | commitdiff | tree
2024年03月04日 Alvaro Herrera Rework locking code in GetMultiXactIdMembers commit | commitdiff | tree
2024年03月04日 Alvaro Herrera Simplify coding in slru.c commit | commitdiff | tree
2024年03月04日 Tom Lane Further fix pg_upgrade crossversion test for adminpack. commit | commitdiff | tree
2024年03月04日 Daniel Gustafsson Fix crossversion test for unsupported versions commit | commitdiff | tree
2024年03月04日 Daniel Gustafsson Adjust pg_upgrade crossversion test for adminpack commit | commitdiff | tree
2024年03月04日 Peter Eisentraut Put back required #include commit | commitdiff | tree
2024年03月04日 Daniel Gustafsson Remove the adminpack contrib extension commit | commitdiff | tree
2024年03月04日 Peter Eisentraut Remove unused #include's from backend .c files commit | commitdiff | tree
2024年03月04日 Heikki Linnakangas Remove unused 'countincludesself' argument to pq_sendco... commit | commitdiff | tree
2024年03月04日 Heikki Linnakangas Remove unused ParallelWorkerInfo.pid field commit | commitdiff | tree
2024年03月04日 Dean Rasheed Fix doc omission for MERGE into updatable views. commit | commitdiff | tree
2024年03月04日 Daniel Gustafsson doc: Fix datatype for postgres_fdw option commit | commitdiff | tree
2024年03月04日 Heikki Linnakangas Use MyBackendType in more places to check what process... commit | commitdiff | tree
2024年03月04日 Heikki Linnakangas Remove MyAuxProcType, use MyBackendType instead commit | commitdiff | tree
2024年03月04日 David Rowley Optimize GenerationAlloc() and SlabAlloc() commit | commitdiff | tree
2024年03月04日 David Rowley Support partition pruning on boolcol IS [NOT] UNKNOWN commit | commitdiff | tree
2024年03月04日 Michael Paquier Add PostgreSQL::Test::Cluster::wait_for_event() commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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