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年09月19日 Tom Lane Remove precedence hacks no longer needed without postfi... commit | commitdiff | tree
2020年09月19日 Peter Eisentraut Remove unused parameters commit | commitdiff | tree
2020年09月19日 Thomas Munro Code review for dynahash change. commit | commitdiff | tree
2020年09月18日 Thomas Munro Remove large fill factor support from dynahash.c. commit | commitdiff | tree
2020年09月18日 Tom Lane Allow most keywords to be used as column labels without... commit | commitdiff | tree
2020年09月18日 Robert Haas pg_surgery: Try to stabilize regression tests. commit | commitdiff | tree
2020年09月18日 Amit Kapila Update file header comments for logical/relation.c. commit | commitdiff | tree
2020年09月18日 Amit Kapila Fix comments in heapam.c. commit | commitdiff | tree
2020年09月18日 Tom Lane Try to stabilize output from rolenames regression test. commit | commitdiff | tree
2020年09月17日 Tom Lane Remove support for postfix (right-unary) operators. commit | commitdiff | tree
2020年09月17日 Tom Lane Remove factorial operators, leaving only the factorial... commit | commitdiff | tree
2020年09月17日 Tom Lane Further improve pgindent's list of file exclusions. commit | commitdiff | tree
2020年09月17日 Tom Lane Improve common/logging.c's support for multiple verbosi... commit | commitdiff | tree
2020年09月17日 Amit Kapila Update parallel BTree scan state when the scan keys... commit | commitdiff | tree
2020年09月17日 Peter Eisentraut Allow CURRENT_ROLE where CURRENT_USER is accepted commit | commitdiff | tree
2020年09月17日 Heikki Linnakangas Add support for building GiST index by sorting. commit | commitdiff | tree
2020年09月17日 Michael Paquier doc: Apply more consistently <productname> markup for... commit | commitdiff | tree
2020年09月17日 Michael Paquier Improve tab completion of IMPORT FOREIGN SCHEMA in... commit | commitdiff | tree
2020年09月17日 Tom Lane Teach walsender to update its process title for replica... commit | commitdiff | tree
2020年09月17日 Tom Lane Improve formatting of create_help.pl and plperl_opmask... commit | commitdiff | tree
2020年09月17日 Alvaro Herrera Fix bogus completion tag usage in walsender commit | commitdiff | tree
2020年09月16日 Tom Lane Centralize setup of SIGQUIT handling for postmaster... commit | commitdiff | tree
2020年09月16日 Tom Lane Don't fetch partition check expression during InitResul... commit | commitdiff | tree
2020年09月16日 Peter Geoghegan Fix amcheck child check pg_upgrade bug. commit | commitdiff | tree
2020年09月16日 Tom Lane Avoid unnecessary recursion to child tables in ALTER... commit | commitdiff | tree
2020年09月16日 Tom Lane Fix bogus cache-invalidation logic in logical replicati... commit | commitdiff | tree
2020年09月16日 Fujii Masao Add leader_pid field into the example of file_fdw for... commit | commitdiff | tree
2020年09月16日 Michael Paquier Avoid retrieval of CHECK constraints and DEFAULT exprs... commit | commitdiff | tree
2020年09月16日 Jeff Davis Change LogicalTapeSetBlocks() to use nBlocksWritten. commit | commitdiff | tree
2020年09月16日 Jeff Davis HashAgg: release write buffers sooner by rewinding... commit | commitdiff | tree
2020年09月16日 Amit Kapila Fix initialization of RelationSyncEntry for streaming... commit | commitdiff | tree
2020年09月16日 David Rowley Optimize compactify_tuples function commit | commitdiff | tree
2020年09月16日 Alvaro Herrera Fix use-after-free bug with event triggers in an extens... commit | commitdiff | tree
2020年09月15日 David Rowley Report resource usage at the end of recovery commit | commitdiff | tree
2020年09月15日 David Rowley Allow incremental sorts for windowing functions commit | commitdiff | tree
2020年09月15日 David Rowley Fix compiler warning commit | commitdiff | tree
2020年09月14日 Tom Lane Make walsenders show their replication commands in... commit | commitdiff | tree
2020年09月14日 Noah Misch Fix interpolation in test name. commit | commitdiff | tree
2020年09月14日 Fujii Masao Fix typos. commit | commitdiff | tree
2020年09月14日 Michael Paquier Make index_set_state_flags() transactional commit | commitdiff | tree
2020年09月14日 Peter Eisentraut Message fixes and style improvements commit | commitdiff | tree
2020年09月14日 Michael Paquier Avoid useless allocations for information of dumpable... commit | commitdiff | tree
2020年09月13日 Tom Lane Use the properly transformed RangeVar for expandTableLi... commit | commitdiff | tree
2020年09月12日 Amit Kapila Fix inconsistency in determining the timestamp of the... commit | commitdiff | tree
2020年09月12日 Amit Kapila Remove unused function declaration in logicalproto.h. commit | commitdiff | tree
2020年09月12日 Jeff Davis logtape.c: do not preallocate for tapes when sorting commit | commitdiff | tree
2020年09月11日 Tom Lane Accept SIGQUIT during error recovery in auxiliary proce... commit | commitdiff | tree
2020年09月11日 Alvaro Herrera psql: Display stats target of extended statistics commit | commitdiff | tree
2020年09月11日 Tom Lane Log a message when resorting to SIGKILL during shutdown... commit | commitdiff | tree
2020年09月11日 Tom Lane Don't run atexit callbacks during signal exits from... commit | commitdiff | tree
2020年09月11日 Alvaro Herrera Update copyright year commit | commitdiff | tree
2020年09月11日 Amit Kapila Skip empty transaction stream in test_decoding. commit | commitdiff | tree
2020年09月10日 Alvaro Herrera Print WAL logical message contents in pg_waldump commit | commitdiff | tree
2020年09月10日 Tom Lane Use _exit(2) for SIGQUIT during ProcessStartupPacket... commit | commitdiff | tree
2020年09月10日 Robert Haas New contrib module, pg_surgery, with heap surgery funct... commit | commitdiff | tree
2020年09月10日 Peter Eisentraut Remove unused parameter commit | commitdiff | tree
2020年09月10日 Peter Eisentraut Add libpq's openssl dependencies to pkg-config file commit | commitdiff | tree
2020年09月10日 Peter Eisentraut doc: Remove buggy ICU collation from documentation commit | commitdiff | tree
2020年09月10日 Peter Eisentraut Add more tests for EXTRACT of date type commit | commitdiff | tree
2020年09月10日 Magnus Hagander Fix title in reference section commit | commitdiff | tree
2020年09月10日 Etsuro Fujita Clean up some code and comments in partbounds.c. commit | commitdiff | tree
2020年09月10日 Michael Paquier doc: Fix some grammar and inconsistencies commit | commitdiff | tree
2020年09月10日 Noah Misch Fix rd_firstRelfilenodeSubid for nailed relations,... commit | commitdiff | tree
2020年09月09日 Tom Lane Make archiver's SIGQUIT handler exit via _exit(). commit | commitdiff | tree
2020年09月09日 Peter Eisentraut Expose internal function for converting int64 to numeric commit | commitdiff | tree
2020年09月09日 Tom Lane Doc: adjust documentation related to index support... commit | commitdiff | tree
2020年09月09日 Tom Lane Minor fixes in docs and error messages. commit | commitdiff | tree
2020年09月09日 Magnus Hagander Add missing quote in docs commit | commitdiff | tree
2020年09月09日 Peter Eisentraut Add some more numeric test coverage commit | commitdiff | tree
2020年09月08日 Alvaro Herrera Check default partitions constraints while descending commit | commitdiff | tree
2020年09月08日 Tom Lane Install an error check into cancel_before_shmem_exit(). commit | commitdiff | tree
2020年09月08日 Andres Freund Fix autovacuum cancellation. commit | commitdiff | tree
2020年09月08日 Tom Lane Use plain memset() in numeric.c, not MemSet and friends. commit | commitdiff | tree
2020年09月08日 Peter Eisentraut Use <unnamed> for name of unnamed portal's memory context commit | commitdiff | tree
2020年09月08日 Peter Eisentraut Remove unused parameter commit | commitdiff | tree
2020年09月08日 Michael Paquier Remove isolation test reindex-partitions commit | commitdiff | tree
2020年09月08日 Michael Paquier Add support for partitioned tables and indexes in REINDEX commit | commitdiff | tree
2020年09月07日 Jeff Davis Adjust cost model for HashAgg that spills to disk. commit | commitdiff | tree
2020年09月07日 Tom Lane Clarify comments in enforce_generic_type_consistency(). commit | commitdiff | tree
2020年09月07日 Tom Lane Frob numeric.c loop so that clang will auto-vectorize... commit | commitdiff | tree
2020年09月07日 Thomas Munro Add d_type to our Windows dirent emulation. commit | commitdiff | tree
2020年09月07日 Peter Eisentraut doc: Fix table cell overflow commit | commitdiff | tree
2020年09月07日 Thomas Munro Skip unnecessary stat() calls in walkdir(). commit | commitdiff | tree
2020年09月07日 Michael Paquier doc: Tweak sentence for pg_checksums when enabling... commit | commitdiff | tree
2020年09月07日 Amit Kapila Add additional tests to test streaming of in-progress... commit | commitdiff | tree
2020年09月07日 Tom Lane Apply auto-vectorization to the inner loop of numeric... commit | commitdiff | tree
2020年09月07日 Tom Lane Split Makefile symbol CFLAGS_VECTOR into two symbols. commit | commitdiff | tree
2020年09月06日 Tom Lane Remove arbitrary line length limits in pg_regress ... commit | commitdiff | tree
2020年09月06日 Tom Lane Refactor pg_get_line() to expose an alternative StringI... commit | commitdiff | tree
2020年09月06日 Magnus Hagander Change path in example of file_fdw for logs commit | commitdiff | tree
2020年09月06日 Magnus Hagander Fix typo in comment commit | commitdiff | tree
2020年09月06日 Tom Lane Fix misleading error message about inconsistent moving... commit | commitdiff | tree
2020年09月06日 Tom Lane Remove useless lstat() call in pg_rewind. commit | commitdiff | tree
2020年09月06日 Peter Eisentraut doc: Don't hide the "Up" link when it is the same as... commit | commitdiff | tree
2020年09月06日 Peter Eisentraut Remove unused parameter commit | commitdiff | tree
2020年09月05日 Tom Lane Improve some ancient, crufty code in bootstrap + initdb. commit | commitdiff | tree
2020年09月05日 Tom Lane Yet more elimination of dead stores and useless initial... commit | commitdiff | tree
2020年09月05日 Michael Paquier Switch to multi-inserts when registering dependencies... commit | commitdiff | tree
2020年09月05日 Peter Eisentraut Extend SQL function tests lightly commit | commitdiff | tree
2020年09月05日 Peter Eisentraut Fix typo in comment commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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