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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2022年06月02日 Michael Paquier Add missing test names in TAP tests of pg_upgrade commit | commitdiff | tree
2022年06月01日 Tom Lane Silence compiler warnings from some older compilers. commit | commitdiff | tree
2022年06月01日 Tom Lane Fix pl/perl test case so it will still work under Perl... commit | commitdiff | tree
2022年06月01日 Tom Lane Doc: fix a couple of erroneous examples. commit | commitdiff | tree
2022年06月01日 David Rowley Doc: mention limitation of the number of resultset... commit | commitdiff | tree
2022年05月31日 Magnus Hagander Recommend scram-sha-256 instead of md5 authentication... commit | commitdiff | tree
2022年05月31日 Alvaro Herrera Revert changes to CONCURRENTLY that "sped up" Xmin... commit | commitdiff | tree
2022年05月31日 Tom Lane Ensure ParseTzFile() closes the input file after failing. commit | commitdiff | tree
2022年05月31日 Tom Lane Doc: fix mention of psql's minimum supported server... commit | commitdiff | tree
2022年05月31日 Tom Lane Doc: fix mention of pg_dump's minimum supported server... commit | commitdiff | tree
2022年05月31日 Robert Haas shm_mq_sendv: Fix flushing bug when receiver not yet... commit | commitdiff | tree
2022年05月31日 Amit Kapila Fix typo in hash README. commit | commitdiff | tree
2022年05月31日 Michael Paquier Remove useless tests for TRUNCATE on foreign tables commit | commitdiff | tree
2022年05月31日 Thomas Munro Add debugging help in OwnLatch(). commit | commitdiff | tree
2022年05月30日 Tom Lane Make STRING an unreserved_keyword. commit | commitdiff | tree
2022年05月30日 Peter Eisentraut logging: Also add the command prefix to detail and... commit | commitdiff | tree
2022年05月30日 Michael Paquier doc: Reword description of roles able to view track_act... commit | commitdiff | tree
2022年05月29日 Heikki Linnakangas Fix COPY FROM when database encoding is SQL_ASCII. commit | commitdiff | tree
2022年05月29日 Tom Lane Doc: fix missing/bogus documentation of range_intersect... commit | commitdiff | tree
2022年05月29日 Thomas Munro Doc: Document pg_stat_recovery_prefetch.stats_reset. commit | commitdiff | tree
2022年05月28日 Andres Freund Align stats_fetch_consistency definition with guc.c... commit | commitdiff | tree
2022年05月28日 Michael Paquier Revert "Add single-item cache when looking at topmost... commit | commitdiff | tree
2022年05月28日 Michael Paquier Handle NULL for short descriptions of custom GUC variables commit | commitdiff | tree
2022年05月26日 David Rowley Teach remove_unused_subquery_outputs about window run... commit | commitdiff | tree
2022年05月26日 Tom Lane Remove misguided SSL key file ownership check in libpq. commit | commitdiff | tree
2022年05月26日 Robert Haas In CREATE FOREIGN TABLE syntax synopsis, fix partitioni... commit | commitdiff | tree
2022年05月26日 Tom Lane Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions. commit | commitdiff | tree
2022年05月26日 Bruce Momjian relnotes: update ordered partition scan item commit | commitdiff | tree
2022年05月25日 Michael Paquier Add tab completion for table_rewrite's CREATE EVENT... commit | commitdiff | tree
2022年05月25日 Andres Freund Fix stats_fetch_consistency default value indicated... commit | commitdiff | tree
2022年05月24日 Bruce Momjian relnotes: add Heikki to UTF8 item commit | commitdiff | tree
2022年05月24日 Michael Paquier Remove duplicated words in comments of pgstat.c and... commit | commitdiff | tree
2022年05月23日 Peter Eisentraut doc: Improve COPY synopsis commit | commitdiff | tree
2022年05月23日 Peter Eisentraut pg_upgrade: Tweak translatable strings commit | commitdiff | tree
2022年05月23日 Peter Eisentraut doc: Add documentation for pg_database.datlocprovider... commit | commitdiff | tree
2022年05月23日 Peter Eisentraut psql: Update \timing also in case of an error commit | commitdiff | tree
2022年05月23日 John Naylor Remove debug messages from tuplesort_sort_memtuples() commit | commitdiff | tree
2022年05月22日 Andres Freund pgstat: fix stats.spec instability on slow machines. commit | commitdiff | tree
2022年05月21日 Tom Lane Show 'AS "?column?"' explicitly when it's important. commit | commitdiff | tree
2022年05月21日 Tom Lane Remove unused-and-misspelled function extern declaration. commit | commitdiff | tree
2022年05月21日 Tom Lane Avoid overflow hazard when clamping group counts to... commit | commitdiff | tree
2022年05月21日 Michael Paquier doc: Mention pg_read_all_stats in description of track_... commit | commitdiff | tree
2022年05月21日 Michael Paquier doc: Fix description of the JIT time fields in pg_stat_... commit | commitdiff | tree
2022年05月21日 Michael Paquier Improve and fix some issues in the TAP tests of pg_upgrade commit | commitdiff | tree
2022年05月20日 Tom Lane Remove portability hazard in unsafe_tests/sql/guc_privs... commit | commitdiff | tree
2022年05月20日 Alvaro Herrera Fix DDL deparse of CREATE OPERATOR CLASS commit | commitdiff | tree
2022年05月20日 Michael Paquier Add pg_version() to PostgreSQL::Test::Cluster commit | commitdiff | tree
2022年05月20日 Alvaro Herrera doc: Explain 'invalid' index state for CREATE INDEX... commit | commitdiff | tree
2022年05月20日 Peter Eisentraut pg_waldump: Improve option parsing error messages commit | commitdiff | tree
2022年05月19日 Tom Lane Doc: clarify location of libpq's default service file... commit | commitdiff | tree
2022年05月19日 Alvaro Herrera Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS commit | commitdiff | tree
2022年05月19日 Andrew Dunstan Rework SQL/JSON documentation commit | commitdiff | tree
2022年05月19日 Peter Eisentraut doc: Properly punctuate "etc." commit | commitdiff | tree
2022年05月19日 David Rowley Fix incorrect comments for Memoize struct commit | commitdiff | tree
2022年05月19日 Amit Kapila Extend pg_publication_tables to display column list... commit | commitdiff | tree
2022年05月18日 Alvaro Herrera Update xml_1.out and xml_2.out commit | commitdiff | tree
2022年05月18日 Alvaro Herrera Fix EXPLAIN MERGE output when no tuples are processed commit | commitdiff | tree
2022年05月18日 Alvaro Herrera Check column list length in XMLTABLE/JSON_TABLE alias commit | commitdiff | tree
2022年05月18日 Alvaro Herrera Make EXPLAIN MERGE output format more compact commit | commitdiff | tree
2022年05月18日 Peter Eisentraut Fix markup in synopsis commit | commitdiff | tree
2022年05月18日 Michael Paquier pgbench: Restore compatibility of --partitions=0 commit | commitdiff | tree
2022年05月18日 Michael Paquier Fix typo in walreceiver.c commit | commitdiff | tree
2022年05月16日 Tom Lane Stamp 15beta1. REL_15_BETA1 commit | commitdiff | tree
2022年05月16日 Bruce Momjian relnotes: improve updated UTF8 item wording commit | commitdiff | tree
2022年05月16日 Bruce Momjian relnotes: improve UTF8 text item in relation to ASCII commit | commitdiff | tree
2022年05月16日 Peter Eisentraut Translation updates commit | commitdiff | tree
2022年05月16日 Peter Eisentraut pg_upgrade: Add missing gettext triggers commit | commitdiff | tree
2022年05月16日 Peter Eisentraut pg_upgrade: Add missing gettext triggers commit | commitdiff | tree
2022年05月16日 David Rowley Fix incorrect row estimates used for Memoize costing commit | commitdiff | tree
2022年05月14日 Alvaro Herrera Add link to HBA docs in initdb --auth documentation commit | commitdiff | tree
2022年05月14日 Alvaro Herrera Add link to initdb in pg_hba.conf docs commit | commitdiff | tree
2022年05月13日 Thomas Munro Fix slow animal timeouts in 032_relfilenode_reuse.pl. commit | commitdiff | tree
2022年05月13日 Michael Paquier Fix comment in pg_proc.c commit | commitdiff | tree
2022年05月13日 Alvaro Herrera Clean up newlines following left parentheses commit | commitdiff | tree
2022年05月13日 Bruce Momjian relnotes: add null logical replication item commit | commitdiff | tree
2022年05月13日 Tom Lane Rename JsonIsPredicate.value_type, fix JSON backend... commit | commitdiff | tree
2022年05月13日 Peter Eisentraut Indent protocol.sgml commit | commitdiff | tree
2022年05月13日 Robert Haas Add a new shmem_request_hook hook. commit | commitdiff | tree
2022年05月13日 Etsuro Fujita Doc: Improve description of the "parallel_commit" optio... commit | commitdiff | tree
2022年05月13日 Peter Eisentraut Indent C code in flex and bison files commit | commitdiff | tree
2022年05月13日 Andres Freund Don't report stats in LogicalRepApplyLoop() when in... commit | commitdiff | tree
2022年05月13日 Michael Paquier Remove PGDLLIMPORT marker from __pg_log_level commit | commitdiff | tree
2022年05月12日 Andres Freund Remove function declaration for function in pg_proc. commit | commitdiff | tree
2022年05月12日 Andres Freund Add missing binary_upgrade.h includes. commit | commitdiff | tree
2022年05月12日 Andres Freund Add 'static' to file-local variables missing it. commit | commitdiff | tree
2022年05月12日 Andres Freund Add missing 'extern' to function prototypes. commit | commitdiff | tree
2022年05月12日 Tom Lane Do pre-release housekeeping on catalog data. commit | commitdiff | tree
2022年05月12日 Tom Lane Add 23e7b38bf to git-blame-ignore-revs. commit | commitdiff | tree
2022年05月12日 Tom Lane Pre-beta mechanical code beautification. commit | commitdiff | tree
2022年05月12日 Tom Lane libpq: drop pending pipelined commands in pqDropConnect... commit | commitdiff | tree
2022年05月12日 Andres Freund Mark a few 'bbsink' related functions / variables static. commit | commitdiff | tree
2022年05月12日 Tom Lane Make pull_var_clause() handle GroupingFuncs exactly... commit | commitdiff | tree
2022年05月12日 Bruce Momjian relnotes: adjust several logical replication items... commit | commitdiff | tree
2022年05月12日 Etsuro Fujita postgres_fdw: Update comments in make_new_connection(). commit | commitdiff | tree
2022年05月12日 Michael Paquier Add some missing PGDLLIMPORT markings commit | commitdiff | tree
2022年05月12日 Bruce Momjian relnotes: mention non-exclusive backup mode was deprecated commit | commitdiff | tree
2022年05月12日 John Naylor Use correct datum macros in more tuplesort specializati... commit | commitdiff | tree
2022年05月12日 Bruce Momjian relnotes: add author to in-memory sorts item commit | commitdiff | tree
2022年05月12日 Bruce Momjian relnotes: update for non-exclusive backup mode removal commit | commitdiff | tree
2022年05月12日 Bruce Momjian relnote: improve sorting entries commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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