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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年03月13日 Dean Rasheed Fix concurrent update issues with MERGE. commit | commitdiff | tree
2023年03月13日 Peter Eisentraut Fix expected test output commit | commitdiff | tree
2023年03月13日 Peter Eisentraut Remove incidental md5() function uses from main regress... commit | commitdiff | tree
2023年03月13日 Peter Eisentraut Improve support for UNICODE collation on older ICU commit | commitdiff | tree
2023年03月13日 Michael Paquier Fix inconsistent error handling for GSS encryption... commit | commitdiff | tree
2023年03月13日 Peter Eisentraut cirrus/ccache: Use G rather than GB suffix commit | commitdiff | tree
2023年03月13日 Peter Eisentraut meson: Make auto the default of the ssl option commit | commitdiff | tree
2023年03月13日 Michael Paquier Refactor and improve tests of pg_walinspect commit | commitdiff | tree
2023年03月12日 Tom Lane Work around implementation restriction in adjust_append... commit | commitdiff | tree
2023年03月12日 Andrew Dunstan Mark unsafe_tests module as not runnable with installcheck commit | commitdiff | tree
2023年03月11日 Andres Freund pg_amcheck: Minor test speedups commit | commitdiff | tree
2023年03月11日 Andres Freund amcheck: Fix FullTransactionIdFromXidAndCtx() for xids... commit | commitdiff | tree
2023年03月11日 Andres Freund amcheck: Fix ordering bug in update_cached_xid_range() commit | commitdiff | tree
2023年03月11日 Andres Freund meson: fix header path of ossp-uuid commit | commitdiff | tree
2023年03月11日 Tom Lane Fix misbehavior in contrib/pg_trgm with an unsatisfiabl... commit | commitdiff | tree
2023年03月10日 Tom Lane Ensure COPY TO on an RLS-enabled table copies no more... commit | commitdiff | tree
2023年03月10日 Jeff Davis initdb: derive encoding from locale for ICU; similar... commit | commitdiff | tree
2023年03月10日 Peter Eisentraut Fix tests for non-ICU build commit | commitdiff | tree
2023年03月10日 Peter Eisentraut Add standard collation UNICODE commit | commitdiff | tree
2023年03月10日 Michael Paquier Include headers of archive/ in installation commit | commitdiff | tree
2023年03月10日 Peter Eisentraut Add a test for UCS_BASIC collation commit | commitdiff | tree
2023年03月10日 Peter Eisentraut doc: Better example for custom ICU rules commit | commitdiff | tree
2023年03月10日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2023年03月10日 Michael Paquier pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_bloc... commit | commitdiff | tree
2023年03月09日 Jeff Davis Fix test failure caused in 27b62377b4. commit | commitdiff | tree
2023年03月09日 Tom Lane Reject combining "epoch" and "infinity" with other... commit | commitdiff | tree
2023年03月09日 Jeff Davis Use ICU by default at initdb time. commit | commitdiff | tree
2023年03月09日 Alvaro Herrera HTML docs: Add padding to table.simplelist for more... commit | commitdiff | tree
2023年03月09日 Jeff Davis Fix 9637badd9f. commit | commitdiff | tree
2023年03月09日 Jeff Davis pg_upgrade: copy locale and encoding information to... commit | commitdiff | tree
2023年03月09日 Stephen Frost For Kerberos testing, disable reverse DNS lookup commit | commitdiff | tree
2023年03月09日 Alvaro Herrera Avoid criticizable perl code commit | commitdiff | tree
2023年03月09日 Michael Paquier Add b6dfee28 to .git-blame-ignore-revs commit | commitdiff | tree
2023年03月09日 Peter Eisentraut Improve/correct comments commit | commitdiff | tree
2023年03月09日 Peter Eisentraut Disallow specifying ICU rules unless locale provider... commit | commitdiff | tree
2023年03月09日 Michael Paquier Run pgindent on libpq's fe-auth.c, fe-auth-scram.c... commit | commitdiff | tree
2023年03月09日 Thomas Munro Fix race in SERIALIZABLE READ ONLY. commit | commitdiff | tree
2023年03月09日 Andres Freund meson: tests: Adjust with_icu/ZSTD env vars for pg_dump... commit | commitdiff | tree
2023年03月09日 Michael Paquier doc: Add guidelines to generate coverage reports with... commit | commitdiff | tree
2023年03月08日 Andres Freund meson: Add target for installing test files & improve... commit | commitdiff | tree
2023年03月08日 Alvaro Herrera 001_libpq_pipeline.pl: use Test::Differences if available commit | commitdiff | tree
2023年03月08日 Peter Eisentraut Allow tailoring of ICU locales with custom rules commit | commitdiff | tree
2023年03月08日 Peter Eisentraut Clean up comments commit | commitdiff | tree
2023年03月08日 Peter Eisentraut Break up long GETTEXT_FILES lists commit | commitdiff | tree
2023年03月08日 Peter Eisentraut Update comment commit | commitdiff | tree
2023年03月08日 Michael Paquier Reflect normalization of query strings for utilities... commit | commitdiff | tree
2023年03月08日 Andres Freund Fix corruption due to vacuum_defer_cleanup_age underflo... commit | commitdiff | tree
2023年03月08日 Michael Paquier Refine query jumbling handling for CallStmt commit | commitdiff | tree
2023年03月08日 Andres Freund meson: don't require 'touch' binary, make use of 'cp... commit | commitdiff | tree
2023年03月08日 Michael Paquier Ignore IntoClause.viewQuery in query jumbling commit | commitdiff | tree
2023年03月08日 Michael Paquier Improve readability of code PROCESS_MAIN in vacuum_rel() commit | commitdiff | tree
2023年03月07日 Tom Lane Fix more bugs caused by adding columns to the end of... commit | commitdiff | tree
2023年03月07日 Peter Eisentraut Add support for unit "B" to pg_size_bytes() commit | commitdiff | tree
2023年03月07日 Peter Eisentraut doc: Update pg_size_pretty documentation about petabyte... commit | commitdiff | tree
2023年03月07日 Andres Freund Fix flakey pg_stat_io test commit | commitdiff | tree
2023年03月07日 Michael Paquier Make get_extension_schema() available commit | commitdiff | tree
2023年03月07日 David Rowley Fix incorrect comment in pg_get_partkeydef() commit | commitdiff | tree
2023年03月06日 Michael Paquier Improve cleanup phases in regression tests of pg_stat_s... commit | commitdiff | tree
2023年03月06日 Tom Lane Fix some more cases of missed GENERATED-column updates. commit | commitdiff | tree
2023年03月06日 Michael Paquier Silence -Wmissing-braces complaints in file_utils.c commit | commitdiff | tree
2023年03月06日 Tom Lane Fill EState.es_rteperminfos more systematically. commit | commitdiff | tree
2023年03月06日 Robert Haas Reword overly-optimistic comment about backup checksum... commit | commitdiff | tree
2023年03月06日 Robert Haas Remove an old comment that doesn't seem especially... commit | commitdiff | tree
2023年03月06日 Robert Haas In basebackup.c, perform end-of-file test after checksu... commit | commitdiff | tree
2023年03月06日 Daniel Gustafsson Fix handling of default option values in createuser commit | commitdiff | tree
2023年03月06日 Michael Paquier Add PROCESS_MAIN to VACUUM commit | commitdiff | tree
2023年03月06日 Michael Paquier Improve the regression tests of VACUUM (PROCESS_TOAST) commit | commitdiff | tree
2023年03月06日 Amit Kapila Deduplicate handling of binary and text modes in logica... commit | commitdiff | tree
2023年03月06日 Michael Paquier Revise pg_pwrite_zeros() commit | commitdiff | tree
2023年03月06日 Thomas Munro Fix assert failures in parallel SERIALIZABLE READ ONLY. commit | commitdiff | tree
2023年03月05日 Peter Eisentraut SQL JSON path enhanced numeric literals commit | commitdiff | tree
2023年03月04日 Tom Lane Avoid failure when altering state of partitioned foreig... commit | commitdiff | tree
2023年03月04日 Tom Lane Tighten header pre-inclusions in headerscheck and cplus... commit | commitdiff | tree
2023年03月03日 Robert Haas Update some incorrect comments about xlog records. commit | commitdiff | tree
2023年03月03日 Peter Eisentraut meson: Prevent installation of test files during main... commit | commitdiff | tree
2023年03月03日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2023年03月03日 Michael Paquier Force testing of query jumbling in 027_stream_regress.pl commit | commitdiff | tree
2023年03月02日 Michael Paquier Refactor more the regression tests of pg_stat_statements commit | commitdiff | tree
2023年03月02日 Tom Lane Harden new test case against force_parallel_mode =... commit | commitdiff | tree
2023年03月02日 Tom Lane Show "internal name" not "source code" in psql's \df... commit | commitdiff | tree
2023年03月02日 Thomas Munro Don't leak descriptors into subprograms. commit | commitdiff | tree
2023年03月02日 Tom Lane Remove local optimizations of empty Bitmapsets into... commit | commitdiff | tree
2023年03月02日 Tom Lane Require empty Bitmapsets to be represented as NULL. commit | commitdiff | tree
2023年03月02日 Tom Lane Mop up some undue familiarity with the innards of Bitma... commit | commitdiff | tree
2023年03月02日 Tom Lane Remove bms_first_member(). commit | commitdiff | tree
2023年03月02日 Daniel Gustafsson Mark options as deprecated in usage output commit | commitdiff | tree
2023年03月02日 Daniel Gustafsson Fix outdated references to guc.c commit | commitdiff | tree
2023年03月02日 Peter Eisentraut Make some xlogreader messages more accurate commit | commitdiff | tree
2023年03月02日 Michael Paquier pageinspect: Fix crash with gist_page_items() commit | commitdiff | tree
2023年03月01日 Tom Lane Avoid fetching one past the end of translate()'s "to... commit | commitdiff | tree
2023年03月01日 Tomas Vondra Improve wording in pg_dump compression docs commit | commitdiff | tree
2023年03月01日 Tomas Vondra Fix condition in pg_dump TAP test commit | commitdiff | tree
2023年03月01日 Peter Eisentraut meson: Add equivalent of configure --disable-rpath... commit | commitdiff | tree
2023年03月01日 Michael Paquier doc: Mention de-normalization of deallocated entries... commit | commitdiff | tree
2023年03月01日 Michael Paquier doc: Update pg_stat_statements about query ID calculati... commit | commitdiff | tree
2023年03月01日 Tom Lane Suppress more compiler warnings in new pgstats code. commit | commitdiff | tree
2023年02月28日 Michael Paquier doc: Fix description of pg_get_wal_stats_till_end_of_wa... commit | commitdiff | tree
2023年02月28日 Tom Lane Fix logic buglets in pg_dump's flagInhAttrs(). commit | commitdiff | tree
2023年02月28日 Andrew Dunstan Remove unnecessary and problematic collate.windows... commit | commitdiff | tree
2023年02月28日 Tom Lane Drop test view when done with it. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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