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月12日 Andrew Dunstan Make subscription tests pass with log_error_verbosity... commit | commitdiff | tree
2022年06月11日 Bruce Momjian relnotes: update word wrapping commit | commitdiff | tree
2022年06月11日 Bruce Momjian relnotes: update AS OF date commit | commitdiff | tree
2022年06月11日 Bruce Momjian relnotes: add links to the release notes, indent,... commit | commitdiff | tree
2022年06月10日 Bruce Momjian relnotes: add markup of text commit | commitdiff | tree
2022年06月10日 Tom Lane Un-break whole-row Vars referencing domain-over-composi... commit | commitdiff | tree
2022年06月10日 Peter Eisentraut Fix collation of JSON_TABLE output columns commit | commitdiff | tree
2022年06月09日 Etsuro Fujita Improve comments for trivial_subqueryscan(). commit | commitdiff | tree
2022年06月09日 Peter Eisentraut psql: Show notices immediately (again) commit | commitdiff | tree
2022年06月08日 Tom Lane Be more careful about GucSource for internally-driven... commit | commitdiff | tree
2022年06月08日 Tom Lane Doc: copy-edit "jsonb Indexing" section. commit | commitdiff | tree
2022年06月08日 Peter Eisentraut Put option listing back into alphabetical order commit | commitdiff | tree
2022年06月08日 Michael Paquier Fix portability issue in TAP tests of psql for locales commit | commitdiff | tree
2022年06月08日 Michael Paquier Restructure pg_upgrade output directories for better... commit | commitdiff | tree
2022年06月08日 David Rowley Harden Memoization code against broken data types commit | commitdiff | tree
2022年06月07日 Tom Lane Fix off-by-one loop termination condition in pg_stat_ge... commit | commitdiff | tree
2022年06月06日 Tom Lane Don't fail on libpq-generated error reports in pg_amcheck. commit | commitdiff | tree
2022年06月06日 Tom Lane Don't fail on libpq-generated error reports in ecpg_rai... commit | commitdiff | tree
2022年06月06日 Michael Paquier Fix psql's single transaction mode on client-side error... commit | commitdiff | tree
2022年06月04日 Tom Lane Automatically count the number of output lines in psql... commit | commitdiff | tree
2022年06月04日 Michael Paquier Force run of pg_upgrade in the build directory in its... commit | commitdiff | tree
2022年06月03日 Tom Lane Improve psql \?'s description of large-object-related... commit | commitdiff | tree
2022年06月03日 Tom Lane Doc: improve example for intarray's uniq() function. commit | commitdiff | tree
2022年06月03日 Tom Lane Doc: fix incorrect bit-reversal in example of macaddr... commit | commitdiff | tree
2022年06月03日 Michael Paquier Run tests of libpq on installcheck-world, checkprep... commit | commitdiff | tree
2022年06月02日 Etsuro Fujita Doc: Further fix CREATE FOREIGN TABLE synopsis. commit | commitdiff | tree
2022年06月02日 Amit Kapila Prohibit combining publications with different column... commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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