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月21日 Amit Kapila Allow dbname to be written as part of connstring via... commit | commitdiff | tree
2024年03月21日 Masahiko Sawada Add TIDStore, to store sets of TIDs (ItemPointerData... commit | commitdiff | tree
2024年03月20日 Tom Lane Un-break genbki.pl's error reporting capabilities. commit | commitdiff | tree
2024年03月20日 Tom Lane Add to_regtypemod function to extract typemod from... commit | commitdiff | tree
2024年03月20日 Nathan Bossart Avoid overflow in MaybeRemoveOldWalSummaries(). commit | commitdiff | tree
2024年03月20日 Jeff Davis Inline basic UTF-8 functions. commit | commitdiff | tree
2024年03月20日 Nathan Bossart Revert "Temporary patch to help debug pg_walsummary... commit | commitdiff | tree
2024年03月20日 Alvaro Herrera Review wording on tablespaces w.r.t. partitioned tables commit | commitdiff | tree
2024年03月20日 Alvaro Herrera Rework lwlocknames.txt to become lwlocklist.h commit | commitdiff | tree
2024年03月20日 Peter Eisentraut Catalog domain not-null constraints commit | commitdiff | tree
2024年03月20日 Heikki Linnakangas Remove unused PruneState member rel commit | commitdiff | tree
2024年03月20日 Heikki Linnakangas Reorganize heap_page_prune() function comment commit | commitdiff | tree
2024年03月20日 Dean Rasheed Add "--exclude-extension" to pg_dump's options. commit | commitdiff | tree
2024年03月20日 Heikki Linnakangas Remove assertions that some compiler say are tautological commit | commitdiff | tree
2024年03月20日 Peter Eisentraut Add tests for domain-related information schema views commit | commitdiff | tree
2024年03月19日 Jeff Davis Support C.UTF-8 locale in the new builtin collation... commit | commitdiff | tree
2024年03月19日 Tom Lane Improve EXPLAIN's display of SubPlan nodes and output... commit | commitdiff | tree
2024年03月19日 Nathan Bossart Inline pg_popcount{32,64} into pg_popcount(). commit | commitdiff | tree
2024年03月19日 Tom Lane Postpone reparameterization of paths until create_plan(). commit | commitdiff | tree
2024年03月19日 Peter Eisentraut gen_node_support.pl: Mark location fields as type alias... commit | commitdiff | tree
2024年03月19日 Daniel Gustafsson pg_upgrade: run all data type checks per connection commit | commitdiff | tree
2024年03月19日 Peter Eisentraut Use half-open interval notation in without_overlaps... commit | commitdiff | tree
2024年03月19日 Peter Eisentraut Fix misleading comments commit | commitdiff | tree
2024年03月19日 Peter Eisentraut Use daterange and YMD in without_overlaps tests instead... commit | commitdiff | tree
2024年03月19日 Peter Eisentraut Add some UUID support functions commit | commitdiff | tree
2024年03月19日 Peter Eisentraut Activate perlcritic InputOutput::RequireCheckedSyscalls... commit | commitdiff | tree
2024年03月19日 Jeff Davis Fix documentation oversights from 2d819a08a1. commit | commitdiff | tree
2024年03月18日 Jeff Davis Update src/common/unicode/README. commit | commitdiff | tree
2024年03月18日 Jeff Davis Fix another warning, introduced by 846311051e. commit | commitdiff | tree
2024年03月18日 Jeff Davis Address more review comments on commit 2d819a08a1. commit | commitdiff | tree
2024年03月18日 Alvaro Herrera dblink/isolationtester/fe_utils: Use new cancel API commit | commitdiff | tree
2024年03月18日 Jeff Davis Fix unreachable code warning from commit 2d819a08a1. commit | commitdiff | tree
2024年03月18日 Peter Eisentraut Add missing source files to nls.mk commit | commitdiff | tree
2024年03月18日 Alvaro Herrera Put libpq_pipeline cancel test back commit | commitdiff | tree
2024年03月18日 Heikki Linnakangas Fix EXPLAIN Bitmap heap scan to count pages with no... commit | commitdiff | tree
2024年03月18日 Peter Eisentraut Add some const decorations commit | commitdiff | tree
2024年03月18日 Heikki Linnakangas Move code for backend startup to separate file commit | commitdiff | tree
2024年03月18日 Heikki Linnakangas Refactor postmaster child process launching commit | commitdiff | tree
2024年03月18日 Heikki Linnakangas Move some functions from postc to a new source file commit | commitdiff | tree
2024年03月18日 Heikki Linnakangas Split registration of Win32 deadchild callback to separ... commit | commitdiff | tree
2024年03月18日 Michael Paquier Remove references to backup_fs_hot() in Cluster.pm commit | commitdiff | tree
2024年03月18日 Nathan Bossart Initialize variables to placate compiler. commit | commitdiff | tree
2024年03月17日 Daniel Gustafsson Support json_errdetail in FRONTEND code commit | commitdiff | tree
2024年03月17日 Tom Lane Mark hash_corrupted() as pg_attribute_noreturn. commit | commitdiff | tree
2024年03月17日 Dean Rasheed Fix PDF doc generation. commit | commitdiff | tree
2024年03月17日 Dean Rasheed Add RETURNING support to MERGE. commit | commitdiff | tree
2024年03月17日 Peter Eisentraut Add attstattarget to FormExtraData_pg_attribute commit | commitdiff | tree
2024年03月17日 Peter Eisentraut Generalize handling of nullable pg_attribute columns... commit | commitdiff | tree
2024年03月17日 Peter Eisentraut Make stxstattarget nullable commit | commitdiff | tree
2024年03月17日 Dean Rasheed Fix EXPLAIN output for subplans in MERGE. commit | commitdiff | tree
2024年03月17日 Peter Eisentraut Separate equalRowTypes() from equalTupleDescs() commit | commitdiff | tree
2024年03月16日 Daniel Gustafsson Add destroyStringInfo function for cleaning up StringInfos commit | commitdiff | tree
2024年03月16日 Alexander Korotkov psql: fix variable existence tab completion commit | commitdiff | tree
2024年03月15日 Alexander Korotkov Use locale-aware value for \watch in 005_timeouts.pl commit | commitdiff | tree
2024年03月15日 Daniel Gustafsson Fix handling of expecteddir in pg_regress commit | commitdiff | tree
2024年03月15日 Heikki Linnakangas Fix backstop in gin test if injection point is not... commit | commitdiff | tree
2024年03月15日 Heikki Linnakangas Try to unbreak injection-fault tests in the buildfarm commit | commitdiff | tree
2024年03月15日 Alexander Korotkov Fix wordings in timeouts TAP test commit | commitdiff | tree
2024年03月15日 Alexander Korotkov Fix race condition in transaction timeout TAP tests commit | commitdiff | tree
2024年03月15日 Heikki Linnakangas Improve log messages referring to background worker... commit | commitdiff | tree
2024年03月15日 Heikki Linnakangas Disable tests using injection points in installcheck commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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