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月14日 Michael Paquier Add basic TAP tests for the low-level backup method... commit | commitdiff | tree
2024年03月14日 Michael Paquier Refactor initial hash lookup in dynahash.c commit | commitdiff | tree
2024年03月14日 David Rowley Trim ORDER BY/DISTINCT aggregate pathkeys in gather_gro... commit | commitdiff | tree
2024年03月14日 Daniel Gustafsson Login event trigger documentation wordsmithing commit | commitdiff | tree
2024年03月14日 Tom Lane Make INSERT-from-multiple-VALUES-rows handle domain... commit | commitdiff | tree
2024年03月14日 Nathan Bossart Add pg_column_toast_chunk_id(). commit | commitdiff | tree
2024年03月14日 Heikki Linnakangas Remove redundant snapshot copying from parallel leader... commit | commitdiff | tree
2024年03月14日 Robert Haas Allow a no-wait lock acquisition to succeed in more... commit | commitdiff | tree
2024年03月14日 Alexander Korotkov Fix contrib/pg_visibility/meson.build commit | commitdiff | tree
2024年03月14日 Alexander Korotkov Add TAP tests for timeouts commit | commitdiff | tree
2024年03月14日 Alexander Korotkov Fix false reports in pg_visibility commit | commitdiff | tree
2024年03月14日 Alvaro Herrera Comment out noisy libpq_pipeline test commit | commitdiff | tree
2024年03月14日 Daniel Gustafsson Fix documentation comment for pg_md5_hash commit | commitdiff | tree
2024年03月14日 Amit Kapila Fix typos in reorderbuffer.c. commit | commitdiff | tree
2024年03月14日 Jeff Davis Introduce "builtin" collation provider. commit | commitdiff | tree
2024年03月14日 Peter Eisentraut Put genbki.pl output into src/include/catalog/ directly commit | commitdiff | tree
2024年03月14日 Michael Paquier Revert "Add basic TAP tests for the low-level backup... commit | commitdiff | tree
2024年03月14日 Michael Paquier Add basic TAP tests for the low-level backup method commit | commitdiff | tree
2024年03月14日 Alexander Korotkov Improve documentation for pg_stat_checkpointer fields commit | commitdiff | tree
2024年03月13日 Nathan Bossart Reintroduce MAINTAIN privilege and pg_maintain predefin... commit | commitdiff | tree
2024年03月13日 Robert Haas Add the system identifier to backup manifests. commit | commitdiff | tree
2024年03月13日 Alvaro Herrera Hopefully make libpq_pipeline's new cancel test more... commit | commitdiff | tree
2024年03月13日 Robert Haas Expose new function get_controlfile_by_exact_path(). commit | commitdiff | tree
2024年03月13日 Peter Eisentraut Make the order of the header file includes consistent commit | commitdiff | tree
2024年03月13日 Dean Rasheed doc: Improve a couple of places in the MERGE docs. commit | commitdiff | tree
2024年03月13日 Andres Freund meson: macos: Avoid warnings on Sonoma commit | commitdiff | tree
2024年03月13日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2024年03月13日 Michael Paquier Add tests for more row patterns with COPY FROM .. ... commit | commitdiff | tree
2024年03月13日 Amit Kapila Fix a random failure in 038_save_logical_slots_shutdown.pl. commit | commitdiff | tree
2024年03月13日 Thomas Munro ci: Use a RAM disk and more CPUs on FreeBSD. commit | commitdiff | tree
2024年03月12日 Michael Paquier Add some asserts based on LWLockHeldByMe() for replicat... commit | commitdiff | tree
2024年03月12日 Jeff Davis Fix version check in 002_pg_upgrade.pl. commit | commitdiff | tree
2024年03月12日 Tom Lane Fix confusion about the return rowtype of SQL-language... commit | commitdiff | tree
2024年03月12日 David Rowley Fix incorrect filename reference in comment commit | commitdiff | tree
2024年03月12日 Alvaro Herrera libpq: Add encrypted and non-blocking query cancellatio... commit | commitdiff | tree
2024年03月12日 Heikki Linnakangas Fix copying SockAddr struct commit | commitdiff | tree
2024年03月12日 Heikki Linnakangas Move initialization of the Port struct to the child... commit | commitdiff | tree
2024年03月12日 Heikki Linnakangas Pass CAC as an argument to the backend process commit | commitdiff | tree
2024年03月12日 Heikki Linnakangas Set socket options in child process after forking commit | commitdiff | tree
2024年03月12日 Heikki Linnakangas Disconnect if socket cannot be put into non-blocking... commit | commitdiff | tree
2024年03月12日 Alvaro Herrera libpq: Move pg_cancel to fe-cancel.c commit | commitdiff | tree
2024年03月12日 Michael Paquier Keep replication slot statistics on invalidation commit | commitdiff | tree
2024年03月12日 Amit Kapila Remove redundant fetch of the recent flush pointer... commit | commitdiff | tree
2024年03月12日 Michael Paquier Use printf's %m format instead of strerror(errno) in... commit | commitdiff | tree
2024年03月11日 Peter Geoghegan Update obsolete index scan TID comments. commit | commitdiff | tree
2024年03月11日 Jeff Davis Fix 002_pg_upgrade.pl. commit | commitdiff | tree
2024年03月11日 Alvaro Herrera Add tests for libpq query cancellation APIs commit | commitdiff | tree
2024年03月11日 Nathan Bossart reindexdb: Allow specifying objects to process in all... commit | commitdiff | tree
2024年03月11日 Heikki Linnakangas Remove unneeded vacuum_delay_point from heap_vac_scan_g... commit | commitdiff | tree
2024年03月11日 Heikki Linnakangas Confine vacuum skip logic to lazy_scan_skip() commit | commitdiff | tree
2024年03月11日 Nathan Bossart clusterdb: Allow specifying tables to process in all... commit | commitdiff | tree
2024年03月11日 Bruce Momjian doc: add missing word "the" commit | commitdiff | tree
2024年03月11日 Alvaro Herrera Add missing connection statuses to docs commit | commitdiff | tree
2024年03月11日 Nathan Bossart vacuumdb: Allow specifying objects to process in all... commit | commitdiff | tree
2024年03月11日 Heikki Linnakangas Set all_visible_according_to_vm correctly with DISABLE_... commit | commitdiff | tree
2024年03月11日 Heikki Linnakangas Don't destroy SMgrRelations at relcache invalidation commit | commitdiff | tree
2024年03月11日 David Rowley Fix incorrect accessing of pfree'd memory in Memoize commit | commitdiff | tree
2024年03月11日 Amit Kapila Doc: Warn about two_phase when altering a subscription... commit | commitdiff | tree
2024年03月11日 Michael Paquier Improve consistency of replication slot statistics commit | commitdiff | tree
2024年03月11日 Michael Paquier Add some checkpoint and redo LSNs to a couple of recove... commit | commitdiff | tree
2024年03月10日 Michael Paquier Improve support for ExplainOneQuery() hook commit | commitdiff | tree
2024年03月10日 David Rowley Fix deparsing of Consts in postgres_fdw ORDER BY commit | commitdiff | tree
2024年03月10日 Peter Eisentraut Combine headerscheck and cpluspluscheck scripts commit | commitdiff | tree
2024年03月09日 Jeff Davis Catalog changes preparing for builtin collation provider. commit | commitdiff | tree
2024年03月09日 Joe Conway Make contrib/tablefunc crosstab() also check typmod commit | commitdiff | tree
2024年03月09日 Tom Lane Simplify and merge unwanted-module drop logic in Adjust... commit | commitdiff | tree
2024年03月09日 Tom Lane Improve wrong-tuple-type error reports in contrib/table... commit | commitdiff | tree
2024年03月09日 Jeff Davis Run perltidy on 002_pg_upgrade.pl. commit | commitdiff | tree
2024年03月09日 Jeff Davis Fix cross-version pg_upgrade test. commit | commitdiff | tree
2024年03月09日 Michael Paquier Document units of "timeout" in ConditionVariableTimedSl... commit | commitdiff | tree
2024年03月09日 Jeff Davis Fix type signedness error in commit 5c40364dd6. commit | commitdiff | tree
2024年03月08日 Daniel Gustafsson Fix errorhandling for reading from a pipe commit | commitdiff | tree
2024年03月08日 Daniel Gustafsson Replace perror with custom postgres logging commit | commitdiff | tree
2024年03月08日 Tom Lane Improve WIN32 waiting logic in psql's \watch command. commit | commitdiff | tree
2024年03月08日 Alvaro Herrera Admit deferrable PKs into rd_pkindex, but flag them... commit | commitdiff | tree
2024年03月08日 Alexander Korotkov Avoid recursion in MemoryContext functions commit | commitdiff | tree
2024年03月08日 Alexander Korotkov Avoid stack overflow in ShowTransactionStateRec() commit | commitdiff | tree
2024年03月08日 Alexander Korotkov Turn tail recursion into iteration in CommitTransaction... commit | commitdiff | tree
2024年03月08日 John Naylor Revert "Fix link error for test_radixtree module on... commit | commitdiff | tree
2024年03月08日 John Naylor Fix link error for test_radixtree module on Windows commit | commitdiff | tree
2024年03月08日 John Naylor Fix link error for test_radixtree module on Windows commit | commitdiff | tree
2024年03月08日 Amit Kapila Introduce a new GUC 'standby_slot_names'. commit | commitdiff | tree
2024年03月08日 Tom Lane Cope with a deficiency in OpenSSL 3.x's error reporting. commit | commitdiff | tree
2024年03月08日 Michael Paquier Add support for DEFAULT in ALTER TABLE .. SET ACCESS... commit | commitdiff | tree
2024年03月07日 Michael Paquier Update comment of AlterTableCmd->name in parsenodes.h commit | commitdiff | tree
2024年03月07日 Jeff Davis Unicode case mapping tables and functions. commit | commitdiff | tree
2024年03月07日 Peter Eisentraut Fix description and grouping of RangeTblEntry.inh commit | commitdiff | tree
2024年03月07日 John Naylor Blind attempt to fix ODR violations commit | commitdiff | tree
2024年03月07日 Dean Rasheed Fix handling of self-modified tuples in MERGE. commit | commitdiff | tree
2024年03月07日 John Naylor Fix incorrect format specifier for int64 commit | commitdiff | tree
2024年03月07日 John Naylor Fix redefinition of typedefs commit | commitdiff | tree
2024年03月07日 John Naylor Add template for adaptive radix tree commit | commitdiff | tree
2024年03月07日 Michael Paquier Revert "Add recovery TAP test for race condition with... commit | commitdiff | tree
2024年03月06日 Michael Paquier Revert "Fix parallel-safety check of expressions and... commit | commitdiff | tree
2024年03月06日 Jeff Davis Add Unicode property tables. commit | commitdiff | tree
2024年03月06日 Tom Lane Fix type-checking of RECORD-returning functions in... commit | commitdiff | tree
2024年03月06日 John Naylor Fix signedness error in 9f225e992 for gcc commit | commitdiff | tree
2024年03月06日 Michael Paquier Fix parallel-safety check of expressions and predicate... commit | commitdiff | tree
2024年03月06日 John Naylor Move some bitmap logic out of bitmapset.c commit | commitdiff | tree
2024年03月06日 John Naylor Introduce helper SIMD functions for small byte arrays commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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