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年09月14日 Tom Lane Send NOTIFY signals during CommitTransaction. commit | commitdiff | tree
2021年09月14日 Tom Lane Fix planner error with multiple copies of an Alternativ... commit | commitdiff | tree
2021年09月14日 Peter Eisentraut Add WRITE_INDEX_ARRAY commit | commitdiff | tree
2021年09月14日 Peter Eisentraut Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD commit | commitdiff | tree
2021年09月14日 Peter Eisentraut Remove T_Expr commit | commitdiff | tree
2021年09月14日 Andres Freund jit: Do not try to shut down LLVM state in case of... commit | commitdiff | tree
2021年09月14日 Michael Paquier Remove code duplication for permission checks with... commit | commitdiff | tree
2021年09月13日 Tom Lane Clear conn->errorMessage at successful completion of... commit | commitdiff | tree
2021年09月13日 Tom Lane Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. commit | commitdiff | tree
2021年09月13日 Tom Lane Fix EXIT out of outermost block in plpgsql. commit | commitdiff | tree
2021年09月13日 Amit Kapila Fix reorder buffer memory accounting for toast changes. commit | commitdiff | tree
2021年09月13日 Michael Paquier Fix error handling with threads on OOM in ECPG connecti... commit | commitdiff | tree
2021年09月13日 Amit Kapila Doc: Change optional parameters grouping in Create... commit | commitdiff | tree
2021年09月13日 Michael Paquier Add regression tests for csvlog with the logging collector commit | commitdiff | tree
2021年09月13日 Michael Paquier Refactor the syslogger pipe protocol to use a bitmask... commit | commitdiff | tree
2021年09月11日 Tom Lane Make pg_regexec() robust against out-of-range search_start. commit | commitdiff | tree
2021年09月10日 Tom Lane Fix some anomalies with NO SCROLL cursors. commit | commitdiff | tree
2021年09月10日 Noah Misch Update src/test/kerberos to account for previous commit. commit | commitdiff | tree
2021年09月10日 Noah Misch Revoke PUBLIC CREATE from public schema, now owned... commit | commitdiff | tree
2021年09月09日 Tom Lane Avoid fetching from an already-terminated plan. commit | commitdiff | tree
2021年09月09日 Fujii Masao pgbench: Stop counting skipped transactions as soon... commit | commitdiff | tree
2021年09月09日 Tom Lane Check for relation length overrun soon enough. commit | commitdiff | tree
2021年09月09日 Fujii Masao Fix issue with WAL archiving in standby. commit | commitdiff | tree
2021年09月09日 Peter Eisentraut Fix _equalA_Const commit | commitdiff | tree
2021年09月09日 Peter Eisentraut Remove Value node struct commit | commitdiff | tree
2021年09月09日 Peter Eisentraut Remove useless casts commit | commitdiff | tree
2021年09月09日 Michael Paquier Make shared_memory_size a preset option commit | commitdiff | tree
2021年09月08日 Tom Lane Avoid useless malloc/free traffic around getFormattedTy... commit | commitdiff | tree
2021年09月08日 Tom Lane Fix misleading comments about TOAST access macros. commit | commitdiff | tree
2021年09月08日 Tom Lane In psql tab completion, offer spelled-out commands... commit | commitdiff | tree
2021年09月08日 Tom Lane Fix rewriter to set hasModifyingCTE correctly on rewrit... commit | commitdiff | tree
2021年09月08日 Daniel Gustafsson Consistently use "superuser" instead of "super user" commit | commitdiff | tree
2021年09月08日 Peter Eisentraut Fix typo commit | commitdiff | tree
2021年09月08日 Peter Eisentraut Disable anonymous record hash support except in special... commit | commitdiff | tree
2021年09月08日 Fujii Masao postgres_fdw: Revert unstable tests for postgres_fdw... commit | commitdiff | tree
2021年09月08日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年09月08日 Amit Kapila Invalidate relcache for publications defined for all... commit | commitdiff | tree
2021年09月08日 Michael Paquier Fix compilation warning in ipci.c commit | commitdiff | tree
2021年09月08日 Michael Paquier Introduce GUC shared_memory_size commit | commitdiff | tree
2021年09月08日 Michael Paquier Clean up some code using "(expr) ? true : false" commit | commitdiff | tree
2021年09月07日 Magnus Hagander Consistently use read-only instead of "read only" commit | commitdiff | tree
2021年09月07日 Andres Freund windows: Only consider us to be running as service... commit | commitdiff | tree
2021年09月07日 Heikki Linnakangas Fix missing words in comment. commit | commitdiff | tree
2021年09月07日 Fujii Masao postgres_fdw: Allow application_name of remote connecti... commit | commitdiff | tree
2021年09月07日 Amit Kapila Log new catalog xmin candidate in LogicalIncreaseXminFo... commit | commitdiff | tree
2021年09月06日 Tom Lane Further fix psql query-cancel test. commit | commitdiff | tree
2021年09月06日 Noah Misch AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. commit | commitdiff | tree
2021年09月06日 Alvaro Herrera Add PublicationTable and PublicationRelInfo structs commit | commitdiff | tree
2021年09月06日 Tom Lane Fix actively-misleading comments about the contents... commit | commitdiff | tree
2021年09月06日 Tom Lane Make timetz_zone() stable, and correct a bug for DYNTZ... commit | commitdiff | tree
2021年09月06日 Fujii Masao Fix typo in comments. commit | commitdiff | tree
2021年09月06日 Peter Eisentraut Improve fix pkg-config files for static linking commit | commitdiff | tree
2021年09月06日 Michael Paquier Move the shared memory size calculation to its own... commit | commitdiff | tree
2021年09月06日 Michael Paquier Remove some unused variables in TAP tests commit | commitdiff | tree
2021年09月04日 Tom Lane Further portability tweaks for float4/float8 hash funct... commit | commitdiff | tree
2021年09月04日 Tom Lane Minor improvements for psql help output. commit | commitdiff | tree
2021年09月04日 Alvaro Herrera Revert "Avoid creating archive status ".ready" files... commit | commitdiff | tree
2021年09月04日 Tom Lane Remove arbitrary MAXPGPATH limit on command lengths... commit | commitdiff | tree
2021年09月03日 Tom Lane Disallow creating an ICU collation if the DB encoding... commit | commitdiff | tree
2021年09月03日 John Naylor Set the volatility of the timestamptz version of date_b... commit | commitdiff | tree
2021年09月03日 Tom Lane Fix portability issue in tests from commit ce773f230. commit | commitdiff | tree
2021年09月03日 Peter Eisentraut Make pkg-config files cross-compile friendly commit | commitdiff | tree
2021年09月03日 Peter Eisentraut Fix pkg-config files for static linking commit | commitdiff | tree
2021年09月02日 Tom Lane In count_usable_fds(), duplicate stderr not stdin. commit | commitdiff | tree
2021年09月02日 Tom Lane Fix float4/float8 hash functions to produce uniform... commit | commitdiff | tree
2021年09月02日 Daniel Gustafsson Remove superfluous variable assignment commit | commitdiff | tree
2021年09月02日 Fujii Masao Enhance pg_stat_reset_single_table_counters function. commit | commitdiff | tree
2021年09月02日 Amit Kapila Optimize fileset usage in apply worker. commit | commitdiff | tree
2021年09月02日 Michael Paquier doc: Replace some uses of "which" by "that" in parallel... commit | commitdiff | tree
2021年09月02日 Tatsuo Ishii Use COPY FREEZE in pgbench for faster benchmark table... commit | commitdiff | tree
2021年09月01日 Tom Lane Doc: clarify how triggers relate to transactions. commit | commitdiff | tree
2021年09月01日 Tom Lane Refactor postgresImportForeignSchema to avoid code... commit | commitdiff | tree
2021年09月01日 Tomas Vondra Identify simple column references in extended statistics commit | commitdiff | tree
2021年09月01日 Fujii Masao Improve tab-completion for CREATE PUBLICATION. commit | commitdiff | tree
2021年09月01日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年09月01日 Fujii Masao pgbench: Fix bug in measurement of disconnection delays. commit | commitdiff | tree
2021年09月01日 Amit Kapila Fix the random test failure in 001_rep_changes. commit | commitdiff | tree
2021年09月01日 Peter Geoghegan VACUUM VERBOSE: Don't report "pages removed". commit | commitdiff | tree
2021年09月01日 Michael Paquier Refactor one conversion of SQLSTATE to string in elog.c commit | commitdiff | tree
2021年09月01日 Michael Paquier Add PostgresNode::command_fails_like() commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Remove obsolete nbtree relation extension comment. commit | commitdiff | tree
2021年08月31日 Peter Geoghegan vacuumlazy.c: Correct prune state comment. commit | commitdiff | tree
2021年08月31日 Tomas Vondra Don't print extra parens around expressions in extended... commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Remove unneeded old_rel_pages VACUUM state field. commit | commitdiff | tree
2021年08月31日 Peter Geoghegan Add historic commit to git-blame-ignore-revs file. commit | commitdiff | tree
2021年08月31日 John Naylor Mark the timestamptz variant of date_bin() as stable commit | commitdiff | tree
2021年08月31日 Tom Lane In pg_dump, avoid doing per-table queries for RLS policies. commit | commitdiff | tree
2021年08月31日 Tom Lane Cache the results of format_type() queries in pg_dump. commit | commitdiff | tree
2021年08月31日 Tomas Vondra Rename the role in stats_ext to have regress_ prefix commit | commitdiff | tree
2021年08月31日 Tomas Vondra Fix lookup error in extended stats ownership check commit | commitdiff | tree
2021年08月31日 Tom Lane Fix missed lock acquisition while inlining new-style... commit | commitdiff | tree
2021年08月31日 Daniel Gustafsson Prohibit map and grep in void context commit | commitdiff | tree
2021年08月31日 Michael Paquier Add tab completion for data types after ALTER TABLE... commit | commitdiff | tree
2021年08月31日 Michael Paquier Refactor one use of IDENTIFY_SYSTEM in WAL streaming... commit | commitdiff | tree
2021年08月30日 Alvaro Herrera Report tuple address in data-corruption error message commit | commitdiff | tree
2021年08月30日 Alvaro Herrera psql: Fix name quoting on extended statistics commit | commitdiff | tree
2021年08月30日 Fujii Masao pgbench: Avoid unnecessary measurement of connection... commit | commitdiff | tree
2021年08月30日 Amit Kapila Fix incorrect error code in StartupReplicationOrigin(). commit | commitdiff | tree
2021年08月30日 Amit Kapila Refactor sharedfileset.c to separate out fileset implem... commit | commitdiff | tree
2021年08月30日 Michael Paquier Add more tab completion support for ALTER TABLE ADD... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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