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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2020年12月25日 Noah Misch Invalidate acl.c caches when pg_authid changes. commit | commitdiff | tree
2020年12月25日 Bruce Momjian remove uint128 requirement from patch 978f869b99 (CFE) commit | commitdiff | tree
2020年12月25日 Bruce Momjian Fix return value and const declaration from commit... commit | commitdiff | tree
2020年12月25日 Bruce Momjian Add key management system commit | commitdiff | tree
2020年12月25日 Tom Lane Avoid time-of-day-dependent failure in log rotation... commit | commitdiff | tree
2020年12月24日 Bruce Momjian revert removal of hex_decode() from ecpg from commit... commit | commitdiff | tree
2020年12月24日 Bruce Momjian move hex_decode() to /common so it can be called from... commit | commitdiff | tree
2020年12月24日 Tom Lane Fix race condition between shutdown and unstarted backg... commit | commitdiff | tree
2020年12月24日 Tom Lane Improve client error messages for immediate-stop situat... commit | commitdiff | tree
2020年12月24日 Michael Paquier Fix typos and grammar in docs and comments commit | commitdiff | tree
2020年12月23日 Bruce Momjian dummy commit commit | commitdiff | tree
2020年12月23日 Michael Paquier Fix portability issues with parsing of recovery_target_xid commit | commitdiff | tree
2020年12月22日 Tom Lane Improve autoprewarm's handling of early-shutdown scenarios. commit | commitdiff | tree
2020年12月22日 Tom Lane Increase timeout in 021_row_visibility.pl. commit | commitdiff | tree
2020年12月22日 Tomas Vondra Improve find_em_expr_usable_for_sorting_rel comment commit | commitdiff | tree
2020年12月21日 Tomas Vondra Don't search for volatile expr in find_em_expr_usable_f... commit | commitdiff | tree
2020年12月21日 Tomas Vondra Disallow SRFs when considering sorts below Gather Merge commit | commitdiff | tree
2020年12月21日 Tom Lane Remove "invalid concatenation of jsonb objects" error... commit | commitdiff | tree
2020年12月21日 Tomas Vondra Check parallel safety in generate_useful_gather_paths commit | commitdiff | tree
2020年12月21日 Tomas Vondra Consider unsorted paths in generate_useful_gather_paths commit | commitdiff | tree
2020年12月21日 Alexander Korotkov Fix compiler warning in multirange_constructor0() commit | commitdiff | tree
2020年12月21日 Michael Paquier Refactor logic to check for ASCII-only characters in... commit | commitdiff | tree
2020年12月20日 Alexander Korotkov Fix typalign in rangetypes statistics commit | commitdiff | tree
2020年12月20日 Tom Lane Doc: fix description of how to use src/tutorial files. commit | commitdiff | tree
2020年12月20日 Tom Lane Doc: improve description of pgbench script weights. commit | commitdiff | tree
2020年12月20日 Tom Lane Avoid memcpy() with same source and destination in... commit | commitdiff | tree
2020年12月20日 Alexander Korotkov Fix compiler warning introduced in 6df7a9698b commit | commitdiff | tree
2020年12月20日 Alexander Korotkov Fixes for pg_dump.c regarding multiranges commit | commitdiff | tree
2020年12月20日 Alexander Korotkov Multirange datatypes commit | commitdiff | tree
2020年12月19日 Tom Lane Remove now-useless ALWAYS_SUBDIRS entry in src/test... commit | commitdiff | tree
2020年12月19日 Amit Kapila Update comment atop of ReorderBufferQueueMessage(). commit | commitdiff | tree
2020年12月18日 Tom Lane Add a couple of missed .gitignore entries. commit | commitdiff | tree
2020年12月18日 Tom Lane Avoid memcpy() with same source and destination during... commit | commitdiff | tree
2020年12月18日 Fujii Masao pg_stat_statements: Track time at which all statistics... commit | commitdiff | tree
2020年12月17日 Fujii Masao Revert "Get rid of the dedicated latch for signaling... commit | commitdiff | tree
2020年12月16日 Tom Lane Fix varchar_2.out to match reality in cs_CZ locale. commit | commitdiff | tree
2020年12月16日 Michael Paquier doc: Fix explanation related to pg_shmem_allocations commit | commitdiff | tree
2020年12月16日 Bruce Momjian doc: clarify COPY TO for partitioning/inheritance commit | commitdiff | tree
2020年12月15日 Peter Geoghegan Remove obsolete btrescan() comment. commit | commitdiff | tree
2020年12月15日 Alvaro Herrera Remove useless variable stores commit | commitdiff | tree
2020年12月15日 Tomas Vondra Error out when Gather Merge input is not sorted commit | commitdiff | tree
2020年12月15日 Peter Eisentraut Clean up ancient test style commit | commitdiff | tree
2020年12月15日 Tom Lane Improve hash_create()'s API for some added robustness. commit | commitdiff | tree
2020年12月15日 Jeff Davis Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE... commit | commitdiff | tree
2020年12月14日 Michael Paquier Improve some code around cryptohash functions commit | commitdiff | tree
2020年12月14日 Michael Paquier Add some checkpoint/restartpoint status to ps display commit | commitdiff | tree
2020年12月13日 Noah Misch Use HASH_BLOBS for xidhash. commit | commitdiff | tree
2020年12月13日 Noah Misch Correct behavior descriptions in comments, and correct... commit | commitdiff | tree
2020年12月12日 Bruce Momjian initdb: complete getopt_long alphabetization commit | commitdiff | tree
2020年12月12日 Bruce Momjian initdb: properly alphabetize getopt_long options in... commit | commitdiff | tree
2020年12月11日 Tom Lane Allow subscripting of hstore values. commit | commitdiff | tree
2020年12月11日 Tom Lane Allow ALTER TYPE to update an existing type's typsubscr... commit | commitdiff | tree
2020年12月11日 Tom Lane Provide an error cursor for "can't subscript" error... commit | commitdiff | tree
2020年12月11日 Peter Eisentraut pg_dump: Don't use enums for defining bit mask values commit | commitdiff | tree
2020年12月10日 Michael Paquier Fix compilation of uuid-ossp commit | commitdiff | tree
2020年12月10日 Michael Paquier Refactor MD5 implementations according to new cryptohas... commit | commitdiff | tree
2020年12月09日 Tom Lane Support subscripting of arbitrary types, not only arrays. commit | commitdiff | tree
2020年12月09日 Peter Eisentraut Change get_constraint_index() to use pg_constraint... commit | commitdiff | tree
2020年12月09日 Michael Paquier Simplify code for getting a unicode codepoint's canonic... commit | commitdiff | tree
2020年12月09日 Andres Freund jit: Reference function pointer types via llvmjit_types.c. commit | commitdiff | tree
2020年12月08日 Tom Lane Teach contain_leaked_vars that assignment SubscriptingR... commit | commitdiff | tree
2020年12月08日 Tom Lane Remove operator_precedence_warning. commit | commitdiff | tree
2020年12月08日 Dean Rasheed Improve estimation of ANDs under ORs using extended... commit | commitdiff | tree
2020年12月08日 Dean Rasheed Improve estimation of OR clauses using multiple extende... commit | commitdiff | tree
2020年12月08日 Tom Lane Doc: clarify that CREATE TABLE discards redundant uniqu... commit | commitdiff | tree
2020年12月08日 Tom Lane Doc: explain that the string types can't store 0円 ... commit | commitdiff | tree
2020年12月08日 Fujii Masao Speed up rechecking if relation needs to be vacuumed... commit | commitdiff | tree
2020年12月08日 Fujii Masao Bump catversion for pg_stat_wal changes. commit | commitdiff | tree
2020年12月08日 Michael Paquier pgcrypto: Detect errors with EVP calls from OpenSSL commit | commitdiff | tree
2020年12月08日 Andres Freund jit: Correct parameter type for generated expression... commit | commitdiff | tree
2020年12月08日 Andres Freund jit: configure: Explicitly reference 'native' component. commit | commitdiff | tree
2020年12月08日 Michael Paquier Avoid using tuple from syscache for update of pg_databa... commit | commitdiff | tree
2020年12月07日 Tom Lane Add a couple of regression test cases related to array... commit | commitdiff | tree
2020年12月07日 Heikki Linnakangas Fix more race conditions in the newly-added pg_rewind... commit | commitdiff | tree
2020年12月07日 Tom Lane pg_dump: Reorganize dumpBaseType() commit | commitdiff | tree
2020年12月07日 Michael Paquier Fix fd leak in pg_verifybackup commit | commitdiff | tree
2020年12月05日 Tom Lane Fix missed step in removal of useless RESULT RTEs in... commit | commitdiff | tree
2020年12月04日 Heikki Linnakangas Fix race conditions in newly-added test. commit | commitdiff | tree
2020年12月04日 Peter Eisentraut Convert elog(LOG) calls to ereport() where appropriate commit | commitdiff | tree
2020年12月04日 Peter Eisentraut Remove unnecessary grammar symbols commit | commitdiff | tree
2020年12月04日 Amit Kapila Remove incorrect assertion in reorderbuffer.c. commit | commitdiff | tree
2020年12月04日 Michael Paquier Rename cryptohashes.c to cryptohashfuncs.c commit | commitdiff | tree
2020年12月04日 Michael Paquier Change SHA2 implementation based on OpenSSL to use... commit | commitdiff | tree
2020年12月03日 Bruce Momjian doc: remove unnecessary blank before command option... commit | commitdiff | tree
2020年12月03日 Bruce Momjian docs: list single-letter options first in command... commit | commitdiff | tree
2020年12月03日 Heikki Linnakangas Fix pg_rewind bugs when rewinding a standby server. commit | commitdiff | tree
2020年12月03日 Peter Eisentraut Small code simplifications commit | commitdiff | tree
2020年12月03日 Dean Rasheed Improve estimation of OR clauses using extended statistics. commit | commitdiff | tree
2020年12月03日 Michael Paquier Refactor CLUSTER and REINDEX grammar to use DefElem... commit | commitdiff | tree
2020年12月02日 Stephen Frost Add GSS information to connection authorized log message commit | commitdiff | tree
2020年12月02日 Fujii Masao Track total number of WAL records, FPIs and bytes gener... commit | commitdiff | tree
2020年12月02日 Michael Paquier Fix compilation warnings in cryptohash_openssl.c commit | commitdiff | tree
2020年12月02日 Fujii Masao Allow restore_command parameter to be changed with... commit | commitdiff | tree
2020年12月02日 Michael Paquier Move SHA2 routines to a new generic API layer for crypt... commit | commitdiff | tree
2020年12月02日 Bruce Momjian pg_checksums: data_checksum_version is unsigned so... commit | commitdiff | tree
2020年12月01日 Tom Lane Ensure that expandTableLikeClause() re-examines the... commit | commitdiff | tree
2020年12月01日 Alvaro Herrera Avoid memcpy() with a NULL source pointer and count... commit | commitdiff | tree
2020年12月01日 Heikki Linnakangas docs: ulink all references to RFC's commit | commitdiff | tree
2020年12月01日 Fujii Masao doc: Add additional index entries for progress reportin... commit | commitdiff | tree
2020年12月01日 Michael Paquier doc: Remove more notes about compatibilities with past... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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