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年09月04日 Peter Eisentraut Remove a couple of strerror() calls commit | commitdiff | tree
2024年09月04日 Michael Paquier Unify some error messages to ease work of translators commit | commitdiff | tree
2024年09月04日 Michael Paquier Apply more quoting to GUC names in messages commit | commitdiff | tree
2024年09月04日 Amit Kapila Collect statistics about conflicts in logical replication. commit | commitdiff | tree
2024年09月04日 Richard Guo Avoid unnecessary post-sort projection commit | commitdiff | tree
2024年09月04日 Richard Guo Check the validity of commutators for merge/hash clauses commit | commitdiff | tree
2024年09月04日 Michael Paquier Fix inconsistent LWLock tranche name "CommitTsSLRU" commit | commitdiff | tree
2024年09月03日 Michael Paquier Avoid installcheck failure in TAP tests using injection... commit | commitdiff | tree
2024年09月03日 Jeff Davis Remember last collation to speed up collation cache. commit | commitdiff | tree
2024年09月03日 Michael Paquier Simplify makefiles exporting twice enable_injection_points commit | commitdiff | tree
2024年09月03日 Thomas Munro Standardize "read-ahead advice" terminology. commit | commitdiff | tree
2024年09月03日 Noah Misch Fix stack variable scope from previous commit. commit | commitdiff | tree
2024年09月03日 Noah Misch Optimize pg_visibility with read streams. commit | commitdiff | tree
2024年09月03日 Noah Misch Add block_range_read_stream_cb(), to deduplicate code. commit | commitdiff | tree
2024年09月03日 Daniel Gustafsson Use library functions to edit config in SSL tests commit | commitdiff | tree
2024年09月03日 Daniel Gustafsson Test for PG_TEST_EXTRA separately in SSL tests commit | commitdiff | tree
2024年09月03日 Daniel Gustafsson Fix typos in code comments and test data commit | commitdiff | tree
2024年09月03日 Peter Eisentraut Add const qualifiers to XLogRegister*() functions commit | commitdiff | tree
2024年09月03日 Michael Paquier Fix typos and grammar in code comments and docs commit | commitdiff | tree
2024年09月03日 Michael Paquier Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder commit | commitdiff | tree
2024年09月02日 Daniel Gustafsson doc: Consistently use result set in documentation commit | commitdiff | tree
2024年09月02日 Peter Eisentraut Fix rarely-run test for message wording change commit | commitdiff | tree
2024年09月02日 Daniel Gustafsson Only perform pg_strong_random init when required commit | commitdiff | tree
2024年09月02日 Daniel Gustafsson Remove support for OpenSSL older than 1.1.0 commit | commitdiff | tree
2024年09月02日 Daniel Gustafsson Cache typarray for fast lookups in binary upgrade mode commit | commitdiff | tree
2024年09月02日 Peter Eisentraut More use of getpwuid_r() directly commit | commitdiff | tree
2024年09月01日 Michael Paquier Rename enum labels of PG_Locale_Strategy commit | commitdiff | tree
2024年08月31日 Thomas Munro Fix unfairness in all-cached parallel seq scan. commit | commitdiff | tree
2024年08月31日 Thomas Munro Stabilize 039_end_of_wal test. commit | commitdiff | tree
2024年08月30日 Masahiko Sawada Clarify restrict_nonsystem_relation_kind description. commit | commitdiff | tree
2024年08月30日 Tom Lane Make postgres_fdw's query_cancel test less flaky. commit | commitdiff | tree
2024年08月30日 Tom Lane Avoid inserting PlaceHolderVars in cases where pre... commit | commitdiff | tree
2024年08月30日 Tom Lane Remove one memoize test case added by commit 069d0ff02. commit | commitdiff | tree
2024年08月30日 Michael Paquier Define PG_LOGICAL_DIR for path pg_logical/ in data... commit | commitdiff | tree
2024年08月30日 Michael Paquier Define PG_REPLSLOT_DIR for path pg_replslot/ in data... commit | commitdiff | tree
2024年08月29日 Michael Paquier Rename pg_sequence_read_tuple() to pg_get_sequence_data() commit | commitdiff | tree
2024年08月29日 Tom Lane Fix mis-deparsing of ORDER BY lists when there is a... commit | commitdiff | tree
2024年08月29日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2024年08月29日 Peter Eisentraut Put generated_stored test objects in a schema commit | commitdiff | tree
2024年08月29日 Peter Eisentraut Rename regress test generated to generated_stored commit | commitdiff | tree
2024年08月29日 Peter Eisentraut Disallow USING clause when altering type of generated... commit | commitdiff | tree
2024年08月29日 Heikki Linnakangas Rename some shared memory initialization routines commit | commitdiff | tree
2024年08月29日 Heikki Linnakangas Refactor lock manager initialization to make it a bit... commit | commitdiff | tree
2024年08月29日 Michael Paquier Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED... commit | commitdiff | tree
2024年08月29日 Peter Eisentraut Fixup for prefetching support on macOS commit | commitdiff | tree
2024年08月29日 Amit Kapila Rename the conflict types for the origin differ cases. commit | commitdiff | tree
2024年08月29日 Amit Kapila Doc: Fix the ambiguity in the description of failover... commit | commitdiff | tree
2024年08月28日 Peter Eisentraut Add prefetching support on macOS commit | commitdiff | tree
2024年08月27日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2024年08月27日 Peter Eisentraut Fix misplaced translator comments commit | commitdiff | tree
2024年08月26日 Masahiko Sawada Fix identation. commit | commitdiff | tree
2024年08月26日 Masahiko Sawada Fix memory counter update in ReorderBuffer. commit | commitdiff | tree
2024年08月26日 Peter Geoghegan Fix nbtree lookahead overflow bug. commit | commitdiff | tree
2024年08月26日 Peter Eisentraut pg_upgrade: Message style improvements commit | commitdiff | tree
2024年08月26日 Dean Rasheed Fix compiler warning in mul_var_short(). commit | commitdiff | tree
2024年08月25日 Alexander Korotkov Revert: Avoid looping over all type cache entries in... commit | commitdiff | tree
2024年08月25日 Alexander Korotkov Avoid looping over all type cache entries in TypeCacheR... commit | commitdiff | tree
2024年08月24日 Alexander Korotkov Revert support for ALTER TABLE ... MERGE/SPLIT PARTITIO... commit | commitdiff | tree
2024年08月24日 Peter Eisentraut pg_createsubscriber: Message style improvements commit | commitdiff | tree
2024年08月23日 Tom Lane Provide feature-test macros for libpq features added... commit | commitdiff | tree
2024年08月23日 Peter Eisentraut thread-safety: gmtime_r(), localtime_r() commit | commitdiff | tree
2024年08月23日 Michael Paquier Rework new SLRU test with injection points commit | commitdiff | tree
2024年08月23日 Michael Paquier injection_point: Add injection_points.stats commit | commitdiff | tree
2024年08月23日 Michael Paquier injection_points: Add initialization of shmem state... commit | commitdiff | tree
2024年08月22日 Amit Kapila Doc: explain the log format of logical replication... commit | commitdiff | tree
2024年08月22日 Michael Paquier psql: Add more meta-commands able to use the extended... commit | commitdiff | tree
2024年08月22日 Noah Misch Fix attach of a previously-detached injection point. commit | commitdiff | tree
2024年08月22日 Alexander Korotkov Avoid repeated table name lookups in createPartitionTable() commit | commitdiff | tree
2024年08月22日 Richard Guo Small code simplification commit | commitdiff | tree
2024年08月22日 Michael Paquier Create syscache entries for pg_extension commit | commitdiff | tree
2024年08月21日 Jeff Davis Fix obsolete comments in varstr_cmp(). commit | commitdiff | tree
2024年08月21日 Tom Lane Disallow creating binary-coercible casts involving... commit | commitdiff | tree
2024年08月21日 Robert Haas Show number of disabled nodes in EXPLAIN ANALYZE output. commit | commitdiff | tree
2024年08月21日 Robert Haas Treat number of disabled nodes in a path as a separate... commit | commitdiff | tree
2024年08月21日 Robert Haas Fix pgindent damage commit | commitdiff | tree
2024年08月21日 Peter Eisentraut doc: remove llvm-config search from configure documentation commit | commitdiff | tree
2024年08月21日 Amit Kapila Fix typos in 9758174e2e. commit | commitdiff | tree
2024年08月21日 Peter Eisentraut Small code simplification commit | commitdiff | tree
2024年08月21日 Amit Kapila Don't advance origin during apply failure. commit | commitdiff | tree
2024年08月20日 Jeff Davis Slightly refactor varstr_sortsupport() to improve reada... commit | commitdiff | tree
2024年08月20日 Michael Paquier Remove _PG_fini() commit | commitdiff | tree
2024年08月20日 Alvaro Herrera Minor wording change in table "JSON Creation Functions" commit | commitdiff | tree
2024年08月20日 Jeff Davis Improve configure error for ICU libraries if pkg-config... commit | commitdiff | tree
2024年08月20日 Nathan Bossart Fix a couple of wait event descriptions. commit | commitdiff | tree
2024年08月20日 Alvaro Herrera Add injection-point test for new multixact CV usage commit | commitdiff | tree
2024年08月20日 John Naylor Document limit on the number of out-of-line values... commit | commitdiff | tree
2024年08月20日 Amit Kapila Log the conflicts while applying changes in logical... commit | commitdiff | tree
2024年08月20日 David Rowley Speed up Hash Join by making ExprStates support hashing commit | commitdiff | tree
2024年08月20日 Bruce Momjian doc: improve create/alter sequence CYCLE syntax commit | commitdiff | tree
2024年08月19日 Bruce Momjian doc: mention of postpostgres_fdw INSERT ON CONFLICT... commit | commitdiff | tree
2024年08月19日 Bruce Momjian doc: clarify create database in start docs uses comman... commit | commitdiff | tree
2024年08月19日 Bruce Momjian doc: Improve vague pg_createsubscriber description commit | commitdiff | tree
2024年08月19日 Alvaro Herrera Avoid failure to open dropped detached partition commit | commitdiff | tree
2024年08月19日 Tomas Vondra Document that search_path is reported by the server commit | commitdiff | tree
2024年08月19日 Tomas Vondra Mark search_path as GUC_REPORT commit | commitdiff | tree
2024年08月19日 Tomas Vondra Explain dropdb can't use syscache because of TOAST commit | commitdiff | tree
2024年08月19日 Daniel Gustafsson Fix regression in TLS session ticket disabling commit | commitdiff | tree
2024年08月19日 Thomas Munro Fix harmless LC_COLLATE[_MASK] confusion. commit | commitdiff | tree
2024年08月19日 Heikki Linnakangas Fix garbled process name on backend crash commit | commitdiff | tree
2024年08月19日 Michael Paquier Fix more holes with SLRU code in need of int64 for... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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