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年04月09日 Thomas Munro Doc: Review for "Optionally prefetch referenced data... commit | commitdiff | tree
2021年04月09日 Peter Eisentraut doc: Additional documentation for date_bin commit | commitdiff | tree
2021年04月09日 Alvaro Herrera Document ANALYZE storage parameters for partitioned... commit | commitdiff | tree
2021年04月09日 Alvaro Herrera Set pg_class.reltuples for partitioned tables commit | commitdiff | tree
2021年04月09日 Magnus Hagander Fix typo commit | commitdiff | tree
2021年04月09日 Michael Paquier Fix typos and grammar in documentation and code comments commit | commitdiff | tree
2021年04月08日 Peter Geoghegan Silence another _bt_check_unique compiler warning. commit | commitdiff | tree
2021年04月08日 Tom Lane Add support for tab-completion of type arguments in... commit | commitdiff | tree
2021年04月08日 Tom Lane Suppress uninitialized-variable warning. commit | commitdiff | tree
2021年04月08日 Bruce Momjian Fixes for query_id feature commit | commitdiff | tree
2021年04月08日 Magnus Hagander Merge v1.10 of pg_stat_statements into v1.9 commit | commitdiff | tree
2021年04月08日 Thomas Munro Remove duplicate typedef. commit | commitdiff | tree
2021年04月08日 Fujii Masao Allow TRUNCATE command to truncate foreign tables. commit | commitdiff | tree
2021年04月08日 David Rowley Speedup ScalarArrayOpExpr evaluation commit | commitdiff | tree
2021年04月08日 Thomas Munro Optionally prefetch referenced data in recovery. commit | commitdiff | tree
2021年04月08日 Thomas Munro Add circular WAL decoding buffer. commit | commitdiff | tree
2021年04月08日 Thomas Munro Remove read_page callback from XLogReader. commit | commitdiff | tree
2021年04月08日 David Rowley Cleanup partition pruning step generation commit | commitdiff | tree
2021年04月08日 Peter Eisentraut Add ORDER BY to some regression test queries commit | commitdiff | tree
2021年04月08日 Magnus Hagander Add functions to wait for backend termination commit | commitdiff | tree
2021年04月08日 Peter Eisentraut doc: Prefer explicit JOIN syntax over old implicit... commit | commitdiff | tree
2021年04月08日 Magnus Hagander Track identical top vs nested queries independently... commit | commitdiff | tree
2021年04月08日 Peter Eisentraut Update Unicode data to CLDR 39 commit | commitdiff | tree
2021年04月08日 Thomas Munro Provide ReadRecentBuffer() to re-pin buffers by ID. commit | commitdiff | tree
2021年04月08日 Alvaro Herrera autovacuum: handle analyze for partitioned tables commit | commitdiff | tree
2021年04月08日 Andres Freund Cope with NULL query string in ExecInitParallelPlan(). commit | commitdiff | tree
2021年04月08日 Amit Kapila Fix typo in jsonfuncs.c. commit | commitdiff | tree
2021年04月08日 Alvaro Herrera Repair find_inheritance_children with no active snapshot commit | commitdiff | tree
2021年04月08日 Tom Lane Allow psql's \df and \do commands to specify argument... commit | commitdiff | tree
2021年04月08日 Bruce Momjian Add csvlog output for the new query_id value commit | commitdiff | tree
2021年04月07日 Peter Geoghegan Teach VACUUM to bypass unnecessary index vacuuming. commit | commitdiff | tree
2021年04月07日 Bruce Momjian Fix regression test failure caused by commit 4f0b0966c8 commit | commitdiff | tree
2021年04月07日 Michael Paquier Fix some failures with connection tests on Windows... commit | commitdiff | tree
2021年04月07日 Peter Eisentraut SQL-standard function body commit | commitdiff | tree
2021年04月07日 Peter Geoghegan Add wraparound failsafe to VACUUM. commit | commitdiff | tree
2021年04月07日 Bruce Momjian Make use of in-core query id added by commit 5fd9dfa5f5 commit | commitdiff | tree
2021年04月07日 Robert Haas amcheck: fix multiple problems with TOAST pointer valid... commit | commitdiff | tree
2021年04月07日 Bruce Momjian Move pg_stat_statements query jumbling to core. commit | commitdiff | tree
2021年04月07日 Tom Lane Remove channel binding requirement from clientcert... commit | commitdiff | tree
2021年04月07日 Tom Lane Comment cleanup for a1115fa07. commit | commitdiff | tree
2021年04月07日 Robert Haas amcheck: Remove duplicate XID/MXID bounds checks. commit | commitdiff | tree
2021年04月07日 Peter Geoghegan Truncate line pointer array during VACUUM. commit | commitdiff | tree
2021年04月07日 Tom Lane Tighten up allowed names for custom GUC parameters. commit | commitdiff | tree
2021年04月07日 Tomas Vondra Don't add non-existent pages to bitmap from BRIN commit | commitdiff | tree
2021年04月07日 Peter Eisentraut libpq: Set Server Name Indication (SNI) for SSL connections commit | commitdiff | tree
2021年04月07日 Magnus Hagander Refactor hba_authname commit | commitdiff | tree
2021年04月07日 Peter Eisentraut doc: Improve wording commit | commitdiff | tree
2021年04月07日 Heikki Linnakangas Revert "Add sortsupport for gist_btree opclasses, for... commit | commitdiff | tree
2021年04月07日 Heikki Linnakangas Add sortsupport for gist_btree opclasses, for faster... commit | commitdiff | tree
2021年04月07日 Peter Eisentraut Fix use of cursor sensitivity terminology commit | commitdiff | tree
2021年04月07日 Peter Eisentraut Message improvement commit | commitdiff | tree
2021年04月07日 Michael Paquier Remove redundant memset(0) calls for page init of some... commit | commitdiff | tree
2021年04月07日 Michael Paquier Add some information about authenticated identity via... commit | commitdiff | tree
2021年04月06日 Fujii Masao Fix test added by commit 9de9294b0c. commit | commitdiff | tree
2021年04月06日 Tom Lane Postpone some more stuff out of ExecInitModifyTable. commit | commitdiff | tree
2021年04月06日 David Rowley Fix compiler warning for MSVC in libpq_pipeline.c commit | commitdiff | tree
2021年04月06日 Tom Lane Postpone some stuff out of ExecInitModifyTable. commit | commitdiff | tree
2021年04月06日 Fujii Masao postgres_fdw: Allow partitions specified in LIMIT TO... commit | commitdiff | tree
2021年04月06日 Andres Freund Increment xactCompletionCount during subtransaction... commit | commitdiff | tree
2021年04月06日 Peter Geoghegan Remove tupgone special case from vacuumlazy.c. commit | commitdiff | tree
2021年04月06日 Tom Lane Fix missing #include in nodeResultCache.h. commit | commitdiff | tree
2021年04月06日 Peter Eisentraut psql: Show all query results by default commit | commitdiff | tree
2021年04月06日 Tomas Vondra Fix handling of clauses incompatible with extended... commit | commitdiff | tree
2021年04月06日 Peter Geoghegan Refactor lazy_scan_heap() loop. commit | commitdiff | tree
2021年04月06日 Tom Lane Clean up treatment of missing default and CHECK-constra... commit | commitdiff | tree
2021年04月06日 Fujii Masao Stop archive recovery if WAL generated with wal_level... commit | commitdiff | tree
2021年04月06日 Heikki Linnakangas Mark test_enc_conversion() as STRICT. commit | commitdiff | tree
2021年04月06日 Dean Rasheed pgbench: Function to generate random permutations. commit | commitdiff | tree
2021年04月06日 Etsuro Fujita Adjust input value to WaitEventSetWait() in ExecAppendA... commit | commitdiff | tree
2021年04月06日 Peter Eisentraut ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION commit | commitdiff | tree
2021年04月06日 Amit Kapila Fix the tests added by commit ac4645c015. commit | commitdiff | tree
2021年04月06日 David Rowley Fix compiler warning in fe-trace.c for MSVC commit | commitdiff | tree
2021年04月06日 Peter Eisentraut Change return type of EXTRACT to numeric commit | commitdiff | tree
2021年04月06日 Fujii Masao Fix typo in pgstat.c. commit | commitdiff | tree
2021年04月06日 Fujii Masao Add function to log the memory contexts of specified... commit | commitdiff | tree
2021年04月06日 Michael Paquier Fix some issues with SSL and Kerberos tests commit | commitdiff | tree
2021年04月06日 Amit Kapila Allow pgoutput to send logical decoding messages. commit | commitdiff | tree
2021年04月06日 Amit Kapila Refactor function parse_output_parameters. commit | commitdiff | tree
2021年04月06日 Michael Paquier Change PostgresNode::connect_fails() to never send... commit | commitdiff | tree
2021年04月06日 Peter Geoghegan Allocate access strategy in parallel VACUUM workers. commit | commitdiff | tree
2021年04月05日 Tom Lane Support INCLUDE'd columns in SP-GiST. commit | commitdiff | tree
2021年04月05日 Peter Geoghegan Propagate parallel VACUUM's buffer access strategy. commit | commitdiff | tree
2021年04月05日 Peter Geoghegan Simplify state managed by VACUUM. commit | commitdiff | tree
2021年04月05日 Stephen Frost Add pg_read_all_data and pg_write_all_data roles commit | commitdiff | tree
2021年04月05日 Fujii Masao Shut down transaction tracking at startup process exit. commit | commitdiff | tree
2021年04月05日 Alvaro Herrera Align some terms in arch-dev.sgml to glossary commit | commitdiff | tree
2021年04月05日 Peter Eisentraut Renumber cursor option flags commit | commitdiff | tree
2021年04月05日 Michael Paquier Fix typo in collationcmds.c commit | commitdiff | tree
2021年04月05日 Michael Paquier Refactor all TAP test suites doing connection checks commit | commitdiff | tree
2021年04月04日 Tom Lane Fix more confusion in SP-GiST. commit | commitdiff | tree
2021年04月04日 Tom Lane Fix confusion in SP-GiST between attribute type and... commit | commitdiff | tree
2021年04月04日 Tomas Vondra Fix bug in brin_minmax_multi_union commit | commitdiff | tree
2021年04月04日 Tomas Vondra Add regression test for minmax-multi macaddr8 type commit | commitdiff | tree
2021年04月04日 Tomas Vondra Fix order of parameters in BRIN minmax-multi calls commit | commitdiff | tree
2021年04月04日 Tomas Vondra Fix BRIN minmax-multi distance for inet type commit | commitdiff | tree
2021年04月04日 Tomas Vondra Fix BRIN minmax-multi distance for timetz type commit | commitdiff | tree
2021年04月04日 Tomas Vondra Fix BRIN minmax-multi distance for interval type commit | commitdiff | tree
2021年04月03日 Tom Lane Improve psql's behavior when the editor is exited witho... commit | commitdiff | tree
2021年04月03日 Andres Freund Improve efficiency of wait event reporting, remove... commit | commitdiff | tree
2021年04月03日 Andres Freund Split backend status and progress related functionality... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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