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年06月27日 Michael Paquier Fix overflow with pgstats DSA reference count commit | commitdiff | tree
2024年06月26日 Heikki Linnakangas Fix bugs in MultiXact truncation commit | commitdiff | tree
2024年06月26日 Bruce Momjian doc PG 17 relnotes: fix system catalog name mistake commit | commitdiff | tree
2024年06月26日 Bruce Momjian doc PG 17 relnotes: add item about pg_collation column... commit | commitdiff | tree
2024年06月26日 Nathan Bossart Use PqMsg_* macros in fe-auth.c. commit | commitdiff | tree
2024年06月26日 Peter Geoghegan Fix nbtree array unsatisfied inequality check. commit | commitdiff | tree
2024年06月26日 Alvaro Herrera Fix partition pruning setup during DETACH CONCURRENTLY commit | commitdiff | tree
2024年06月25日 Tom Lane Improve comment in gram.y. commit | commitdiff | tree
2024年06月24日 Joe Conway Stamp 17beta2. REL_17_BETA2 commit | commitdiff | tree
2024年06月24日 Alvaro Herrera Revert "Fix partition pruning setup during DETACH CONCU... commit | commitdiff | tree
2024年06月24日 Alvaro Herrera Fix partition pruning setup during DETACH CONCURRENTLY commit | commitdiff | tree
2024年06月24日 Peter Eisentraut Translation updates commit | commitdiff | tree
2024年06月22日 Alexander Korotkov Remove extra comment at TableAmRoutine.scan_analyze_nex... commit | commitdiff | tree
2024年06月21日 Bruce Momjian doc PG 17 relnotes: wording improvements, add links... commit | commitdiff | tree
2024年06月21日 Heikki Linnakangas Fix relcache invalidation when relfilelocator is updated commit | commitdiff | tree
2024年06月21日 Bruce Momjian doc PG 17 relnotes: add link to enable_group_by_reorde... commit | commitdiff | tree
2024年06月21日 Alexander Korotkov Add doc entry for the new GUC paramenter enable_group_b... commit | commitdiff | tree
2024年06月21日 John Naylor Prevent access of uninitialized memory in radix tree... commit | commitdiff | tree
2024年06月21日 Peter Eisentraut pg_combinebackup: Error message improvements commit | commitdiff | tree
2024年06月21日 Peter Eisentraut Remove redundant newlines from error messages commit | commitdiff | tree
2024年06月21日 Peter Eisentraut Fix make build on MinGW commit | commitdiff | tree
2024年06月21日 Peter Eisentraut parse_manifest: Use const char * commit | commitdiff | tree
2024年06月21日 Peter Eisentraut jsonapi: Use const char * commit | commitdiff | tree
2024年06月21日 Peter Eisentraut jsonapi: Use size_t commit | commitdiff | tree
2024年06月21日 Amit Kapila Doc: Generated columns are skipped for logical replication. commit | commitdiff | tree
2024年06月20日 Bruce Momjian doc PG 17 relnotes: remove mention of undocumented GUC commit | commitdiff | tree
2024年06月20日 Tom Lane Don't throw an error if a queued AFTER trigger no longe... commit | commitdiff | tree
2024年06月20日 Peter Eisentraut pg_combinebackup: Fix small mistake in --help output commit | commitdiff | tree
2024年06月20日 Peter Eisentraut pg_createsubscriber: Indent --help output correctly commit | commitdiff | tree
2024年06月20日 Peter Eisentraut pg_dump: Fix weird error message composition commit | commitdiff | tree
2024年06月20日 Peter Eisentraut Fix redundancy in error messages commit | commitdiff | tree
2024年06月20日 Peter Eisentraut Unify some error messages commit | commitdiff | tree
2024年06月20日 Peter Eisentraut meson: Fix import library name in Windows commit | commitdiff | tree
2024年06月19日 Nathan Bossart Fix comment in pg_upgrade.h. commit | commitdiff | tree
2024年06月19日 Amit Langote SQL/JSON: Correctly enforce the default ON EMPTY behavior commit | commitdiff | tree
2024年06月19日 Amit Langote SQL/JSON: Correct jsonpath variable name matching commit | commitdiff | tree
2024年06月19日 Bruce Momjian doc PG 17 relnotes: properly wrap SGML text commit | commitdiff | tree
2024年06月19日 Bruce Momjian doc PG 17 relnotes: add links to documentation sections commit | commitdiff | tree
2024年06月18日 David Rowley Fix possible Assert failure in cost_memoize_rescan commit | commitdiff | tree
2024年06月18日 Peter Eisentraut Fix incorrect punctuation in error message commit | commitdiff | tree
2024年06月18日 Michael Paquier Fix typo in 029_stats_restart.pl commit | commitdiff | tree
2024年06月17日 Bruce Momjian doc PG 17 relnotes: update to current commit | commitdiff | tree
2024年06月17日 Andres Freund doc PG 17 relnotes: Fix sslnegotation typo commit | commitdiff | tree
2024年06月17日 Tom Lane Fix insertion of SP-GiST REDIRECT tuples during REINDEX... commit | commitdiff | tree
2024年06月17日 Tom Lane Remove recordExtensionInitPriv[Worker]'s ownerId argument. commit | commitdiff | tree
2024年06月17日 Tom Lane Improve tracking of role dependencies of pg_init_privs... commit | commitdiff | tree
2024年06月17日 Andrew Dunstan Teach jsonpath string() to unwrap in lax mode commit | commitdiff | tree
2024年06月17日 Peter Eisentraut pg_createsubscriber: Remove failover replication slots... commit | commitdiff | tree
2024年06月17日 Peter Eisentraut pg_createsubscriber: Remove replication slot check... commit | commitdiff | tree
2024年06月17日 Peter Eisentraut pg_createsubscriber: Only --recovery-timeout controls... commit | commitdiff | tree
2024年06月17日 Michael Paquier Make regress function make_tuple_indirect() able to... commit | commitdiff | tree
2024年06月17日 Michael Paquier doc: Mention modules/injection_points as example for... commit | commitdiff | tree
2024年06月16日 Noah Misch Add Windows file version information to test_json_parse... commit | commitdiff | tree
2024年06月16日 Noah Misch Remove use of %z in sscanf. commit | commitdiff | tree
2024年06月16日 Heikki Linnakangas Convert confusing macros in multixact.c to static inlin... commit | commitdiff | tree
2024年06月16日 Tatsuo Ishii doc: fix typo in create role manual. commit | commitdiff | tree
2024年06月14日 Tom Lane Clean out column-level pg_init_privs entries when dropp... commit | commitdiff | tree
2024年06月14日 Tom Lane Fix misc_sanity test to accept SHARED_DEPENDENCY_INITAC... commit | commitdiff | tree
2024年06月14日 Masahiko Sawada Reintroduce dead tuple counter in pg_stat_progress_vacuum. commit | commitdiff | tree
2024年06月14日 Tom Lane Fix parsing of ignored operators in websearch_to_tsquery(). commit | commitdiff | tree
2024年06月14日 Michael Paquier doc: Fix description WAL summarizer in glossary commit | commitdiff | tree
2024年06月14日 Michael Paquier doc: Fix description WAL writer in glossary commit | commitdiff | tree
2024年06月13日 Tom Lane Improve the granularity of PQsocketPoll's timeout param... commit | commitdiff | tree
2024年06月13日 Tom Lane When replanning a plpgsql "simple expression", check... commit | commitdiff | tree
2024年06月13日 Heikki Linnakangas Clamp result of MultiXactMemberFreezeThreshold commit | commitdiff | tree
2024年06月13日 Andrew Dunstan Skip some permissions checks on Cygwin commit | commitdiff | tree
2024年06月13日 Andrew Dunstan Add postgres_inc to meson check for Python.h commit | commitdiff | tree
2024年06月13日 Peter Eisentraut Fix documentation of initdb --show option commit | commitdiff | tree
2024年06月13日 Peter Eisentraut Add missing source files to nls.mk commit | commitdiff | tree
2024年06月13日 Peter Eisentraut libpq: Some message style normalization commit | commitdiff | tree
2024年06月12日 Peter Geoghegan Harmonize pg_bsd_indent parameter names. commit | commitdiff | tree
2024年06月12日 Peter Geoghegan Harmonize function parameter names for Postgres 17. commit | commitdiff | tree
2024年06月12日 Peter Eisentraut libpq: Add missing gettext markers commit | commitdiff | tree
2024年06月12日 Peter Eisentraut libpq: Remove a gettext marker commit | commitdiff | tree
2024年06月12日 Peter Eisentraut Fix typo in error message commit | commitdiff | tree
2024年06月12日 Masahiko Sawada Fix segmentation fault in test_tidstore. commit | commitdiff | tree
2024年06月11日 Tom Lane Fix infer_arbiter_indexes() to not assume resultRelatio... commit | commitdiff | tree
2024年06月11日 Alvaro Herrera Fix creation of partition descriptor during concurrent... commit | commitdiff | tree
2024年06月11日 Amit Kapila Fix an assert in CheckPointReplicationSlots(). commit | commitdiff | tree
2024年06月11日 Amit Kapila Doc: Fix ambuiguity in column lists. commit | commitdiff | tree
2024年06月10日 Dean Rasheed doc: Mention all options equivalent to pg_dump --filter... commit | commitdiff | tree
2024年06月10日 Richard Guo Fix comment about cross-checking the varnullingrels commit | commitdiff | tree
2024年06月10日 Thomas Munro Fix RBM_ZERO_AND_LOCK. commit | commitdiff | tree
2024年06月07日 Tom Lane Tighten test_predtest's input checks, and improve error... commit | commitdiff | tree
2024年06月07日 Tom Lane Reject modifying a temp table of another session with... commit | commitdiff | tree
2024年06月07日 Tom Lane Fix behavior of stable functions called from a CALL... commit | commitdiff | tree
2024年06月07日 Michael Paquier Add more debugging information when dropping twice... commit | commitdiff | tree
2024年06月07日 Etsuro Fujita postgres_fdw: Refuse to send FETCH FIRST WITH TIES... commit | commitdiff | tree
2024年06月07日 Peter Eisentraut meson: Restore implicit warning/debug/optimize flags... commit | commitdiff | tree
2024年06月07日 Amit Kapila Doc: Add the new section "Logical Replication Failover". commit | commitdiff | tree
2024年06月07日 Peter Eisentraut doc: Fix copy-and-paste mistake commit | commitdiff | tree
2024年06月06日 Jeff Davis Collation documentation fixes. commit | commitdiff | tree
2024年06月06日 Peter Eisentraut meson: Add user-provided c_args to bitcode_cflags commit | commitdiff | tree
2024年06月06日 Peter Eisentraut Add meson NLS support for pg_walsummary commit | commitdiff | tree
2024年06月06日 Tom Lane Fix failure with SQL-procedure polymorphic output argum... commit | commitdiff | tree
2024年06月06日 Heikki Linnakangas Make RelationFlushRelation() work without ResourceOwner... commit | commitdiff | tree
2024年06月06日 Alexander Korotkov Restore preprocess_groupclause() commit | commitdiff | tree
2024年06月06日 Alexander Korotkov Rename PathKeyInfo to GroupByOrdering commit | commitdiff | tree
2024年06月06日 Alexander Korotkov Add invariants check to get_useful_group_keys_orderings() commit | commitdiff | tree
2024年06月06日 Alexander Korotkov Fix asymmetry in setting EquivalenceClass.ec_sortref commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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