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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年08月03日 Amit Kapila Fix buffer usage stats for parallel nodes. commit | commitdiff | tree
2018年08月03日 Amit Kapila Match the buffer usage tracking for leader and worker... commit | commitdiff | tree
2018年08月02日 Thomas Munro Add missing header include to pmsignal.h. commit | commitdiff | tree
2018年08月01日 Tom Lane Fix run-time partition pruning for appends with multipl... commit | commitdiff | tree
2018年08月01日 Alvaro Herrera Fix logical replication slot initialization commit | commitdiff | tree
2018年08月01日 Alvaro Herrera Fix unnoticed variable shadowing in previous commit commit | commitdiff | tree
2018年08月01日 Alvaro Herrera Fix per-tuple memory leak in partition tuple routing commit | commitdiff | tree
2018年08月01日 Tom Lane Fix libpq's code for searching .pgpass; rationalize... commit | commitdiff | tree
2018年08月01日 Robert Haas Update parallel.sgml for Parallel Append commit | commitdiff | tree
2018年08月01日 Peter Eisentraut Allow multi-inserts during COPY into a partitioned... commit | commitdiff | tree
2018年07月31日 Bruce Momjian pg_upgrade: fix --check for live source server checks commit | commitdiff | tree
2018年07月31日 Andrew Gierth Provide for contrib and pgxs modules to install include... commit | commitdiff | tree
2018年07月31日 Tom Lane Further fixes for quoted-list GUC values in pg_dump... commit | commitdiff | tree
2018年07月31日 Alvaro Herrera Fix typo in file identification and copyright year commit | commitdiff | tree
2018年07月31日 Andrew Dunstan Remove SGMLism from commit 2d36a5e9dab6 commit | commitdiff | tree
2018年07月31日 Andrew Dunstan Provide a log_level setting for auto_explain commit | commitdiff | tree
2018年07月30日 Tom Lane Remove dead code left behind by 1b6801051. commit | commitdiff | tree
2018年07月30日 Alvaro Herrera Verify range bounds to bms_add_range when necessary commit | commitdiff | tree
2018年07月30日 Alvaro Herrera Change bms_add_range to be a no-op for empty ranges commit | commitdiff | tree
2018年07月30日 Tom Lane Ensure we build generated headers at the start of some... commit | commitdiff | tree
2018年07月30日 Alvaro Herrera Set ActiveSnapshot when logically replaying inserts commit | commitdiff | tree
2018年07月30日 Peter Eisentraut doc: Improve CREATE COLLATION locking documentation commit | commitdiff | tree
2018年07月30日 Tom Lane Fix pg_dump's failure to dump REPLICA IDENTITY for... commit | commitdiff | tree
2018年07月30日 Tom Lane Doc: fix oversimplified example for CREATE POLICY. commit | commitdiff | tree
2018年07月30日 Peter Eisentraut Add ssl_library preset parameter commit | commitdiff | tree
2018年07月29日 Tomas Vondra Mark variable used only in assertion with PG_USED_FOR_A... commit | commitdiff | tree
2018年07月29日 Tomas Vondra Restore handling of -0 in the C field of lines in line_... commit | commitdiff | tree
2018年07月29日 Noah Misch Fix earthdistance test suite function name typo. commit | commitdiff | tree
2018年07月29日 Michael Paquier Make error message of pageinspect more consistent for... commit | commitdiff | tree
2018年07月29日 Michael Paquier Fix two oversights from 9ebe0572 which refactored clust... commit | commitdiff | tree
2018年07月29日 Noah Misch Document security implications of qualified names. commit | commitdiff | tree
2018年07月29日 Tomas Vondra Provide separate header file for built-in float types commit | commitdiff | tree
2018年07月29日 Tomas Vondra Refactor geometric functions and operators commit | commitdiff | tree
2018年07月28日 Michael Paquier Add verbosity to pg_basebackup for sync commit | commitdiff | tree
2018年07月28日 Bruce Momjian pgtest: run clean, build, and check stages separately commit | commitdiff | tree
2018年07月28日 Bruce Momjian pg_upgrade: check for clean server shutdowns commit | commitdiff | tree
2018年07月28日 Bruce Momjian pg_upgrade: report database names with missing extensi... commit | commitdiff | tree
2018年07月28日 Bruce Momjian pgtest: grab possible warnings from install.log commit | commitdiff | tree
2018年07月27日 Alexander Korotkov Reduce path length for locking leaf B-tree pages during... commit | commitdiff | tree
2018年07月27日 Alvaro Herrera Fix grammar in README.tuplock commit | commitdiff | tree
2018年07月27日 Robert Haas Use key and partdesc from PartitionDispatch where possible. commit | commitdiff | tree
2018年07月27日 Amit Kapila Fix the buffer release order for parallel index scans. commit | commitdiff | tree
2018年07月27日 Michael Paquier Fix handling of pgbench's hash when no argument is... commit | commitdiff | tree
2018年07月26日 Tom Lane Provide plpgsql tests for cases involving record field... commit | commitdiff | tree
2018年07月26日 Tom Lane Avoid crash in eval_const_expressions if a Param's... commit | commitdiff | tree
2018年07月25日 Andres Freund LLVMJIT: Release JIT context after running ExprContext... commit | commitdiff | tree
2018年07月25日 Andres Freund LLVMJIT: Check for 'noinline' attribute in recursively... commit | commitdiff | tree
2018年07月24日 Tomas Vondra Add strict_multi_assignment and too_many_rows plpgsql... commit | commitdiff | tree
2018年07月24日 Thomas Munro Pad semaphores to avoid false sharing. commit | commitdiff | tree
2018年07月24日 Andres Freund doc: Fix reference to "decoder" to instead be the corre... commit | commitdiff | tree
2018年07月24日 Andres Freund Defend against some potential spurious compiler warning... commit | commitdiff | tree
2018年07月24日 Peter Eisentraut psql: Add option for procedures to \df commit | commitdiff | tree
2018年07月24日 Michael Paquier Refactor cluster_rel() to handle more options commit | commitdiff | tree
2018年07月24日 Michael Paquier Fix calculation for WAL segment recycling and removal commit | commitdiff | tree
2018年07月24日 Thomas Munro Use setproctitle_fast() to update the ps status, if... commit | commitdiff | tree
2018年07月23日 Robert Haas pgbench: Remove duplicate entries from table of builtin... commit | commitdiff | tree
2018年07月23日 Andres Freund LLVMJIT: Adapt to API changes in gdb and perf support. commit | commitdiff | tree
2018年07月23日 Andres Freund LLVMJIT: Fix LLVM build for LLVM > 7. commit | commitdiff | tree
2018年07月23日 Andres Freund Reset context at the tail end of JITed EEOP_AGG_PLAIN_T... commit | commitdiff | tree
2018年07月23日 Andres Freund Mop-up for 3522d0eaba5, which missed some alternative... commit | commitdiff | tree
2018年07月23日 Michael Paquier Add proper errcodes to new error messages for read... commit | commitdiff | tree
2018年07月23日 Michael Paquier Make more consistent some error messages for file-relat... commit | commitdiff | tree
2018年07月23日 Andres Freund Fix JITed EEOP_AGG_INIT_TRANS, which missed some state. commit | commitdiff | tree
2018年07月22日 Andres Freund Hand code string to integer conversion for performance. commit | commitdiff | tree
2018年07月22日 Andres Freund Deduplicate "invalid input syntax" messages for various... commit | commitdiff | tree
2018年07月21日 Tom Lane Further portability hacking in pg_upgrade's test script. commit | commitdiff | tree
2018年07月21日 Tom Lane Be more paranoid about quoting in pg_upgrade's test... commit | commitdiff | tree
2018年07月20日 Tom Lane Avoid unportable shell syntax in pg_upgrade's test... commit | commitdiff | tree
2018年07月20日 Dean Rasheed Guard against rare RAND_bytes() failures in pg_strong_r... commit | commitdiff | tree
2018年07月20日 Michael Paquier Bump catalog version for recent toast table additions commit | commitdiff | tree
2018年07月19日 Michael Paquier Add toast tables to most system catalogs commit | commitdiff | tree
2018年07月19日 Tom Lane Remove undocumented restriction against duplicate parti... commit | commitdiff | tree
2018年07月19日 Tom Lane Improve psql's \d command to show whether index columns... commit | commitdiff | tree
2018年07月19日 Tom Lane Fix pg_get_indexdef()'s behavior for included index... commit | commitdiff | tree
2018年07月19日 Alvaro Herrera Rewrite comments in replication slot advance implementation commit | commitdiff | tree
2018年07月19日 Alexander Korotkov Fix handling of empty uncompressed posting list pages... commit | commitdiff | tree
2018年07月19日 Heikki Linnakangas Fix error message when a hostaddr cannot be parsed. commit | commitdiff | tree
2018年07月19日 Heikki Linnakangas Rephrase a few comments for clarity. commit | commitdiff | tree
2018年07月19日 Heikki Linnakangas Fix comment. commit | commitdiff | tree
2018年07月19日 Heikki Linnakangas Expand run-time partition pruning to work with MergeAppend commit | commitdiff | tree
2018年07月19日 Michael Paquier Fix print of Path nodes when using OPTIMIZER_DEBUG commit | commitdiff | tree
2018年07月19日 Michael Paquier Fix re-parameterize of MergeAppendPath commit | commitdiff | tree
2018年07月18日 Tom Lane Remove race-prone hot_standby_feedback test cases in... commit | commitdiff | tree
2018年07月18日 Tom Lane Drop the rule against included index columns duplicatin... commit | commitdiff | tree
2018年07月18日 Tom Lane Use a ResourceOwner to track buffer pins in all cases. commit | commitdiff | tree
2018年07月18日 Heikki Linnakangas Fix misc typos, mostly in comments. commit | commitdiff | tree
2018年07月18日 Michael Paquier Fix more portability issues with casts to Size when... commit | commitdiff | tree
2018年07月18日 Michael Paquier Fix casting in error message for two-phase file commit | commitdiff | tree
2018年07月17日 Michael Paquier Rework error messages around file handling commit | commitdiff | tree
2018年07月17日 Alvaro Herrera doc: move PARTITION OF stanza to just below PARTITION BY commit | commitdiff | tree
2018年07月17日 Alvaro Herrera Revise BuildIndexValueDescription to simplify it commit | commitdiff | tree
2018年07月17日 Alvaro Herrera Fix ALTER TABLE...SET STATS error message for included... commit | commitdiff | tree
2018年07月16日 Alvaro Herrera Fix partition pruning with IS [NOT] NULL clauses commit | commitdiff | tree
2018年07月16日 Robert Haas Add subtransaction handling for table synchronization... commit | commitdiff | tree
2018年07月16日 Peter Eisentraut Add plan_cache_mode setting commit | commitdiff | tree
2018年07月16日 Peter Eisentraut doc: Update redirecting links commit | commitdiff | tree
2018年07月14日 Tom Lane Fix hashjoin costing mistake introduced with inner_uniq... commit | commitdiff | tree
2018年07月13日 Tom Lane Fix crash in contrib/ltree's lca() function for empty... commit | commitdiff | tree
2018年07月13日 Peter Eisentraut Update documentation editor setup instructions commit | commitdiff | tree
2018年07月13日 Tom Lane Fix crash in json{b}_populate_recordset() and json... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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