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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2025年04月03日 Jeff Davis Fix unintentional 'NULL' string literal in pg_upgrade. commit | commitdiff | tree
2025年04月03日 Jeff Davis pg_upgrade check for Unicode-dependent relations. commit | commitdiff | tree
2025年04月03日 Masahiko Sawada Restrict copying of invalidated replication slots. commit | commitdiff | tree
2025年04月03日 Álvaro Herrera Remove duplicate set of print_notnull commit | commitdiff | tree
2025年04月03日 Daniel Gustafsson Add missing declarations to pg_config.h.in commit | commitdiff | tree
2025年04月03日 Daniel Gustafsson libpq: Add support for dumping SSL key material to... commit | commitdiff | tree
2025年04月03日 Heikki Linnakangas Add support for sorted gist index builds to btree_gist commit | commitdiff | tree
2025年04月03日 Heikki Linnakangas Fix boilerplate comments in btree_gist commit | commitdiff | tree
2025年04月03日 Peter Eisentraut Update Unicode data to Unicode 16.0.0 commit | commitdiff | tree
2025年04月03日 Peter Eisentraut plpython: Add test for returning Python set from SETOF... commit | commitdiff | tree
2025年04月03日 Amit Kapila Doc: Improve -R option added in e5aeed4b80. commit | commitdiff | tree
2025年04月03日 Álvaro Herrera 002_pg_upgrade.pl: Move pg_dump test code for better... commit | commitdiff | tree
2025年04月03日 Álvaro Herrera 002_pg_upgrade.pl: rename some variables for clarity commit | commitdiff | tree
2025年04月03日 Richard Guo Remove duplicated comment in get_relation_constraints commit | commitdiff | tree
2025年04月03日 Peter Eisentraut Update Unicode data to CLDR 47 commit | commitdiff | tree
2025年04月03日 Peter Eisentraut Update code comment commit | commitdiff | tree
2025年04月03日 Peter Eisentraut Fix update-unicode make target commit | commitdiff | tree
2025年04月03日 Amit Kapila Fix slot synchronization for two_phase enabled slots. commit | commitdiff | tree
2025年04月02日 Tom Lane Remove unnecessary type violation in tsvectorrecv(). commit | commitdiff | tree
2025年04月02日 Andres Freund Add test for HeapBitmapScan's broken skip_fetch optimiz... commit | commitdiff | tree
2025年04月02日 Andres Freund Remove HeapBitmapScan's skip_fetch optimization commit | commitdiff | tree
2025年04月02日 Tom Lane Change SQL-language functions to use the plan cache. commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas Add GiST and btree sortsupport routines for range types commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas docs: Fix column count attribute in table commit | commitdiff | tree
2025年04月02日 Tomas Vondra Improve accounting for PredXactList, RWConflictPool... commit | commitdiff | tree
2025年04月02日 Tomas Vondra Improve accounting for memory used by shared hash tables commit | commitdiff | tree
2025年04月02日 Tom Lane Need to do CommandCounterIncrement after StoreAttrMissi... commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas docs: Add a new section and a table listing protocol... commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas Make cancel request keys longer commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas libpq: Add min/max_protocol_version connection options commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas libpq: Handle NegotiateProtocolVersion message differently commit | commitdiff | tree
2025年04月02日 Peter Eisentraut Fix code comment commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas Add timingsafe_bcmp(), for constant-time memory comparison commit | commitdiff | tree
2025年04月02日 Heikki Linnakangas docs: Update phrase on message lengths in the protocol commit | commitdiff | tree
2025年04月02日 Andres Freund tests: Fix incompatibility of test_aio with *_FORCE_RELEASE commit | commitdiff | tree
2025年04月02日 Andres Freund tests: Cope with WARNINGs during failed CREATE DB on... commit | commitdiff | tree
2025年04月02日 Peter Eisentraut Add support for NOT ENFORCED in foreign key constraints commit | commitdiff | tree
2025年04月02日 Andres Freund tests: Cope with io_method in TEMP_CONFIG in test_aio commit | commitdiff | tree
2025年04月02日 Alexander Korotkov Get rid of WALBufMappingLock commit | commitdiff | tree
2025年04月02日 Fujii Masao Improve error message when standby does accept connections. commit | commitdiff | tree
2025年04月02日 David Rowley Doc: add information about partition locking commit | commitdiff | tree
2025年04月01日 Melanie Plageman aio: Add errcontext for processing I/Os for another... commit | commitdiff | tree
2025年04月01日 David Rowley Fix planner's failure to identify multiple hashable... commit | commitdiff | tree
2025年04月01日 Tom Lane Introduce a SQL-callable function array_sort(anyarray). commit | commitdiff | tree
2025年04月01日 Tom Lane Fix detection and handling of strchrnul() for macOS... commit | commitdiff | tree
2025年04月01日 Andrew Dunstan Use workaround of __builtin_setjmp only on MINGW on... commit | commitdiff | tree
2025年04月01日 Andres Freund aio: Minor comment improvements commit | commitdiff | tree
2025年04月01日 Andres Freund aio: Add README.md explaining higher level design commit | commitdiff | tree
2025年04月01日 Nathan Bossart doc: Adjust some notes about pg_upgrade's file transfer... commit | commitdiff | tree
2025年04月01日 Andres Freund md: Add comment & assert to buffer-zeroing path in... commit | commitdiff | tree
2025年04月01日 Andres Freund aio: Add test_aio module commit | commitdiff | tree
2025年04月01日 Andres Freund aio: Add pg_aios view commit | commitdiff | tree
2025年04月01日 Andres Freund docs: Add acronym and glossary entries for I/O and AIO commit | commitdiff | tree
2025年04月01日 Álvaro Herrera Verify roundtrip dump/restore of regression database commit | commitdiff | tree
2025年04月01日 Peter Eisentraut Remove a stray "pgrminclude" annotation commit | commitdiff | tree
2025年04月01日 Peter Eisentraut Fix minor C type confusion commit | commitdiff | tree
2025年04月01日 Heikki Linnakangas heapam: Only set tuple's block once per page in pagemode commit | commitdiff | tree
2025年04月01日 John Naylor Use function attributes for SSE 4.2 even when targeting... commit | commitdiff | tree
2025年03月31日 David Rowley Fix failing regression test on x86-32 machines commit | commitdiff | tree
2025年03月31日 Tom Lane Fix accidentally-harmless thinko in psqlscan_test_varia... commit | commitdiff | tree
2025年03月31日 Peter Eisentraut doc: Mention clock synchronization recommendation for... commit | commitdiff | tree
2025年03月31日 John Naylor Inline CRC computation for small fixed-length input... commit | commitdiff | tree
2025年03月31日 Jeff Davis Add relallfrozen to pg_dump statistics. commit | commitdiff | tree
2025年03月30日 Andres Freund Enable IO concurrency on all systems commit | commitdiff | tree
2025年03月30日 Andres Freund read_stream: Introduce and use optional batchmode support commit | commitdiff | tree
2025年03月30日 Andres Freund aio: Basic read_stream adjustments for real AIO commit | commitdiff | tree
2025年03月30日 Andres Freund docs: Reframe track_io_timing related docs as wait... commit | commitdiff | tree
2025年03月30日 Andres Freund bufmgr: Use AIO in StartReadBuffers() commit | commitdiff | tree
2025年03月30日 Andres Freund bufmgr: Implement AIO read support commit | commitdiff | tree
2025年03月30日 Andres Freund aio: Add WARNING result status commit | commitdiff | tree
2025年03月30日 Andres Freund Let caller of PageIsVerified() control ignore_checksum_... commit | commitdiff | tree
2025年03月30日 Andres Freund pgstat: Allow checksum errors to be reported in critica... commit | commitdiff | tree
2025年03月30日 Andres Freund Add errhint_internal() commit | commitdiff | tree
2025年03月30日 Tomas Vondra Remove incidental md5() function use from test commit | commitdiff | tree
2025年03月29日 Andres Freund localbuf: Track pincount in BufferDesc as well commit | commitdiff | tree
2025年03月29日 Andres Freund aio, bufmgr: Comment fixes/improvements commit | commitdiff | tree
2025年03月29日 Andres Freund aio: Implement support for reads in smgr/md/fd commit | commitdiff | tree
2025年03月29日 Andres Freund Fix mis-attribution of checksum failure stats to the... commit | commitdiff | tree
2025年03月29日 Tomas Vondra amcheck: Add a GIN index to the CREATE INDEX CONCURRENT... commit | commitdiff | tree
2025年03月29日 Tomas Vondra amcheck: Add a test with GIN index on JSONB data commit | commitdiff | tree
2025年03月29日 Tomas Vondra amcheck: Fix indentation in verify_gin.c commit | commitdiff | tree
2025年03月29日 Andres Freund Fix "‘static’ is not at beginning of declaration" warning commit | commitdiff | tree
2025年03月29日 Tomas Vondra amcheck: Add gin_index_check() to verify GIN index commit | commitdiff | tree
2025年03月29日 Peter Eisentraut pgbench: Make set_random_seed() 64-bit everywhere. commit | commitdiff | tree
2025年03月29日 Tomas Vondra amcheck: Move common routines into a separate module commit | commitdiff | tree
2025年03月29日 Tomas Vondra Fix grammar in GIN README commit | commitdiff | tree
2025年03月29日 Dean Rasheed Fix MERGE with DO NOTHING actions into a partitioned... commit | commitdiff | tree
2025年03月29日 Peter Eisentraut Use PRI?64 instead of "ll?" in format strings (continued). commit | commitdiff | tree
2025年03月28日 Jeff Davis Matview statistics depend on matview data. commit | commitdiff | tree
2025年03月28日 Alexander Korotkov Make group_similar_or_args() reorder clause list as... commit | commitdiff | tree
2025年03月28日 Nathan Bossart Optimize popcount functions with ARM SVE intrinsics. commit | commitdiff | tree
2025年03月28日 Peter Eisentraut Revert "Tidy up locale thread safety in ECPG library." commit | commitdiff | tree
2025年03月28日 Nathan Bossart Optimize popcount functions with ARM Neon intrinsics. commit | commitdiff | tree
2025年03月28日 Heikki Linnakangas Fix crash if LockErrorCleanup() is called twice commit | commitdiff | tree
2025年03月28日 Nathan Bossart Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64. commit | commitdiff | tree
2025年03月28日 Masahiko Sawada Fix timestamp overflow in UUIDv7 implementation. commit | commitdiff | tree
2025年03月28日 Peter Eisentraut Tidy up locale thread safety in ECPG library. commit | commitdiff | tree
2025年03月28日 Peter Eisentraut Cast result of i64abs() back to int64 commit | commitdiff | tree
2025年03月28日 Robert Haas pg_overexplain: Use PG_MODULE_MAGIC_EXT. commit | commitdiff | tree
2025年03月28日 Robert Haas pg_overexplain: Call previous hooks as appropriate. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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