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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2021年08月25日 Etsuro Fujita Doc: Tweak function prototype indentation for consistency. commit | commitdiff | tree
2021年08月25日 Michael Paquier Add tab completion for EXPLAIN .. EXECUTE in psql commit | commitdiff | tree
2021年08月25日 Fujii Masao Avoid using ambiguous word "positive" in error message. commit | commitdiff | tree
2021年08月25日 Fujii Masao Improve error message about valid value for distance... commit | commitdiff | tree
2021年08月25日 Fujii Masao ecpg: Remove trailing period from error message. commit | commitdiff | tree
2021年08月24日 Tom Lane Fix regexp misbehavior with capturing parens inside... commit | commitdiff | tree
2021年08月24日 Amit Kapila Fix Alter Subscription's Add/Drop Publication behavior. commit | commitdiff | tree
2021年08月23日 Tom Lane Prevent regexp back-refs from sometimes matching when... commit | commitdiff | tree
2021年08月23日 Alvaro Herrera Avoid creating archive status ".ready" files too early commit | commitdiff | tree
2021年08月23日 Bruce Momjian Improve defaults shown in postgresql.conf.sample and... commit | commitdiff | tree
2021年08月23日 Michael Paquier Fix backup manifests to generate correct WAL-Ranges... commit | commitdiff | tree
2021年08月22日 Peter Eisentraut psql: Improve portability of query cancel test commit | commitdiff | tree
2021年08月22日 David Rowley Fix broken regression test caused by 22c4e88eb commit | commitdiff | tree
2021年08月22日 David Rowley Allow parallel DISTINCT commit | commitdiff | tree
2021年08月21日 Tom Lane Improve error messages about misuse of SELECT INTO. commit | commitdiff | tree
2021年08月20日 Tom Lane Fix performance bug in regexp's citerdissect/creviterdi... commit | commitdiff | tree
2021年08月20日 Daniel Gustafsson Remove --quiet option from pg_amcheck commit | commitdiff | tree
2021年08月20日 Peter Eisentraut psql: Add test for query canceling commit | commitdiff | tree
2021年08月20日 Peter Eisentraut pg_resetwal: Improve numeric command-line argument... commit | commitdiff | tree
2021年08月20日 Peter Eisentraut pg_amcheck: Fix block number parsing on command line commit | commitdiff | tree
2021年08月19日 Tom Lane Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. commit | commitdiff | tree
2021年08月19日 Andres Freund Unset MyBEEntry, making elog.c's call to pgstat_get_my_... commit | commitdiff | tree
2021年08月19日 Amit Kapila Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_ST... commit | commitdiff | tree
2021年08月19日 Amit Kapila Fix typo in protocol.sgml. commit | commitdiff | tree
2021年08月19日 Michael Paquier Improve performance of float overflow checks in btree_gist commit | commitdiff | tree
2021年08月19日 Michael Paquier Revert refactoring of hex code to src/common/ commit | commitdiff | tree
2021年08月18日 Tom Lane Fix check_agg_arguments' examination of aggregate FILTE... commit | commitdiff | tree
2021年08月18日 Daniel Gustafsson Doc: Fix typo in logical decoding example commit | commitdiff | tree
2021年08月18日 Daniel Gustafsson Fix pg_amcheck --skip option parameter handling commit | commitdiff | tree
2021年08月17日 Tom Lane Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extens... commit | commitdiff | tree
2021年08月17日 Tom Lane Reduce assumptions about locale's behavior in new regex... commit | commitdiff | tree
2021年08月17日 Tom Lane Improve regex compiler's arc moving/copying logic. commit | commitdiff | tree
2021年08月17日 Michael Meskes Improved ECPG warning as suggested by Michael Paquier... commit | commitdiff | tree
2021年08月17日 Daniel Gustafsson Set type identifier on BIO commit | commitdiff | tree
2021年08月17日 Heikki Linnakangas doc: 123円 and \x12 escapes in COPY are in database... commit | commitdiff | tree
2021年08月16日 Alvaro Herrera Revert analyze support for partitioned tables commit | commitdiff | tree
2021年08月16日 Tom Lane Reduce memory consumption for pending invalidation... commit | commitdiff | tree
2021年08月16日 Daniel Gustafsson Emit namespace in the post-copy errmsg commit | commitdiff | tree
2021年08月16日 John Naylor Use direct function calls for pg_popcount{32,64} on... commit | commitdiff | tree
2021年08月16日 Daniel Gustafsson Clarify initdb --sync-only help message and docs commit | commitdiff | tree
2021年08月16日 Michael Paquier Refresh apply delay on reload of recovery_min_apply_del... commit | commitdiff | tree
2021年08月13日 Tom Lane Un-break s_lock_test. commit | commitdiff | tree
2021年08月13日 Tom Lane Add RISC-V spinlock support in s_lock.h. commit | commitdiff | tree
2021年08月13日 Peter Eisentraut pg_amcheck: Message style and structuring improvements commit | commitdiff | tree
2021年08月13日 Andres Freund Remove support for background workers without BGWORKER_... commit | commitdiff | tree
2021年08月13日 Andres Freund Fix typo. commit | commitdiff | tree
2021年08月13日 Michael Meskes Fix connection handling for DEALLOCATE and DESCRIBE... commit | commitdiff | tree
2021年08月13日 Daniel Gustafsson Fix sslsni connparam boolean check commit | commitdiff | tree
2021年08月13日 David Rowley Fix incorrect hash table resizing code in simplehash.h commit | commitdiff | tree
2021年08月12日 Thomas Munro Make EXEC_BACKEND more convenient on macOS. commit | commitdiff | tree
2021年08月12日 Tomas Vondra Use appropriate tuple descriptor in FDW batching commit | commitdiff | tree
2021年08月12日 John Naylor Speed up generation of Unicode hash functions. commit | commitdiff | tree
2021年08月12日 John Naylor Fix grammar mistake in hash index README commit | commitdiff | tree
2021年08月12日 Michael Paquier Avoid unnecessary shared invalidations in ROLLBACK... commit | commitdiff | tree
2021年08月12日 Heikki Linnakangas Fix segfault during EvalPlanQual with mix of local... commit | commitdiff | tree
2021年08月10日 Tom Lane Fix failure of btree_gin indexscans with "char" type... commit | commitdiff | tree
2021年08月10日 Daniel Gustafsson Add alternative output for OpenSSL 3 without legacy... commit | commitdiff | tree
2021年08月10日 Daniel Gustafsson Disable OpenSSL EVP digest padding in pgcrypto commit | commitdiff | tree
2021年08月10日 Daniel Gustafsson Remove unused regression test certificate server-ss commit | commitdiff | tree
2021年08月10日 Michael Paquier Add tab completion for DECLARE .. ASENSITIVE in psql commit | commitdiff | tree
2021年08月10日 Michael Paquier Fix regression test output of sepgsql commit | commitdiff | tree
2021年08月10日 Michael Paquier Add call to object access hook at the end of table... commit | commitdiff | tree
2021年08月10日 Tom Lane Let regexp_replace() make use of REG_NOSUB when feasible. commit | commitdiff | tree
2021年08月09日 Andres Freund Fix bogus assertion in BootstrapModeMain(). commit | commitdiff | tree
2021年08月09日 Tom Lane Avoid determining regexp subexpression matches, when... commit | commitdiff | tree
2021年08月09日 David Rowley Remove some special cases from MSVC build scripts commit | commitdiff | tree
2021年08月09日 David Rowley Doc: Fix misleading statement about VACUUM memory limits commit | commitdiff | tree
2021年08月09日 David Rowley Use ExplainPropertyInteger for queryid in EXPLAIN commit | commitdiff | tree
2021年08月09日 Amit Kapila Fix typo in 022_twophase_cascade.pl. commit | commitdiff | tree
2021年08月09日 David Rowley Add POPCNT support for MSVC x86_64 builds commit | commitdiff | tree
2021年08月09日 Bruce Momjian doc: mention pg_upgrade extension script commit | commitdiff | tree
2021年08月08日 Peter Eisentraut Remove some unnecessary casts in format arguments commit | commitdiff | tree
2021年08月08日 Tom Lane Doc: remove bogus <indexterm> items. commit | commitdiff | tree
2021年08月08日 Peter Eisentraut Check the size in COPY_POINTER_FIELD commit | commitdiff | tree
2021年08月08日 Peter Eisentraut Change NestPath node to contain JoinPath node commit | commitdiff | tree
2021年08月08日 Peter Eisentraut Change SeqScan node to contain Scan node commit | commitdiff | tree
2021年08月08日 Tom Lane Rethink regexp engine's backref-related compilation... commit | commitdiff | tree
2021年08月08日 David Rowley Remove unused function declaration commit | commitdiff | tree
2021年08月08日 Tom Lane Make regexp engine's backref-related compilation state... commit | commitdiff | tree
2021年08月08日 Tom Lane Fix use-after-free issue in regexp engine. commit | commitdiff | tree
2021年08月08日 Andres Freund Move temporary file cleanup to before_shmem_exit(). commit | commitdiff | tree
2021年08月07日 Peter Eisentraut Remove T_MemoryContext commit | commitdiff | tree
2021年08月07日 Peter Eisentraut pg_amcheck: Message style improvements commit | commitdiff | tree
2021年08月07日 Tom Lane Really fix the ambiguity in REFRESH MATERIALIZED VIEW... commit | commitdiff | tree
2021年08月07日 Peter Eisentraut pg_amcheck: Add missing translation markers commit | commitdiff | tree
2021年08月07日 Peter Eisentraut Message style improvements commit | commitdiff | tree
2021年08月07日 Andres Freund pgstat: Schedule per-backend pgstat shutdown via before... commit | commitdiff | tree
2021年08月07日 Andres Freund Schedule ShutdownXLOG() in single user mode using befor... commit | commitdiff | tree
2021年08月07日 Andres Freund Make parallel worker shutdown complete entirely via... commit | commitdiff | tree
2021年08月07日 Andres Freund pgstat: Bring up pgstat in BaseInit() to fix uninitiali... commit | commitdiff | tree
2021年08月06日 Tom Lane Don't elide casting to typmod -1. commit | commitdiff | tree
2021年08月06日 Dean Rasheed Adjust the integer overflow tests in the numeric code. commit | commitdiff | tree
2021年08月06日 Peter Eisentraut Add missing message punctuation commit | commitdiff | tree
2021年08月06日 Peter Eisentraut Fix wording commit | commitdiff | tree
2021年08月05日 Andres Freund process startup: Always call Init[Auxiliary]Process... commit | commitdiff | tree
2021年08月05日 Andres Freund Call pgwin32_signal_initialize() in postmaster as well. commit | commitdiff | tree
2021年08月05日 Andres Freund process startup: Centralize pgwin32_signal_initialize... commit | commitdiff | tree
2021年08月05日 Andres Freund process startup: Remove bootstrap / checker modes from... commit | commitdiff | tree
2021年08月05日 Andres Freund process startup: Move AuxiliaryProcessMain into its... commit | commitdiff | tree
2021年08月05日 Andres Freund process startup: auxprocess: reindent block commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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