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年04月02日 Tom Lane Fix overflow hazards in interval input and output conve... commit | commitdiff | tree
2022年04月02日 Peter Geoghegan Doc: Clarify the role of aggressive VACUUMs. commit | commitdiff | tree
2022年04月02日 Tom Lane Add a couple more tests for interval input decoding. commit | commitdiff | tree
2022年04月02日 Peter Geoghegan vacuumlazy.c: Clean up variable declarations. commit | commitdiff | tree
2022年04月02日 Joe Conway Use has_privs_for_roles for predefined role checks... commit | commitdiff | tree
2022年04月02日 Alvaro Herrera Allow CLUSTER on partitioned tables commit | commitdiff | tree
2022年04月02日 Peter Geoghegan Doc: Remove MultiXact wraparound section link. commit | commitdiff | tree
2022年04月02日 Alvaro Herrera Remove excess semicolon in MERGE docs commit | commitdiff | tree
2022年04月02日 Andrew Dunstan Use ORDER BY in catalog results in SQL/JSON tests commit | commitdiff | tree
2022年04月02日 John Naylor Specialize tuplesort routines for different kinds of... commit | commitdiff | tree
2022年04月02日 Peter Eisentraut Remove obsolete comment commit | commitdiff | tree
2022年04月02日 Michael Paquier Make upgradecheck a no-op in MSVC's vcregress.pl commit | commitdiff | tree
2022年04月02日 Michael Paquier pageinspect: Use better macros to get special page... commit | commitdiff | tree
2022年04月01日 Peter Eisentraut libpq: Fix pkg-config without OpenSSL commit | commitdiff | tree
2022年04月01日 Tom Lane Set minimum required version of zstd as 1.4.0. commit | commitdiff | tree
2022年04月01日 Peter Eisentraut libpq: Allow IP address SANs in server certificates commit | commitdiff | tree
2022年04月01日 Robert Haas docs: Changing column type doesn't always require an... commit | commitdiff | tree
2022年04月01日 Peter Eisentraut Add SSL tests for IP addresses in certificates commit | commitdiff | tree
2022年04月01日 Peter Eisentraut psql: Refactor ProcessResult() commit | commitdiff | tree
2022年04月01日 Michael Paquier Add macros in hash and btree AMs to get the special... commit | commitdiff | tree
2022年04月01日 Michael Paquier Improve handling and logging of TAP tests for pg_upgrade commit | commitdiff | tree
2022年04月01日 Michael Paquier Switch the regression tests of pg_upgrade to use TAP... commit | commitdiff | tree
2022年03月31日 Tom Lane Keep plpgsql.h C++-clean. commit | commitdiff | tree
2022年03月31日 Tom Lane Expose a few more PL/pgSQL functions to debugger plugins. commit | commitdiff | tree
2022年03月31日 Andrew Dunstan Fix comments with "a expression" commit | commitdiff | tree
2022年03月31日 Andrew Dunstan RETURNING clause for JSON() and JSON_SCALAR() commit | commitdiff | tree
2022年03月31日 Robert Haas initdb: When running CREATE DATABASE, use STRATEGY... commit | commitdiff | tree
2022年03月31日 Tom Lane Fix postgres_fdw to check shippability of sort clauses... commit | commitdiff | tree
2022年03月31日 Andres Freund Print information about type of test and subdirectory... commit | commitdiff | tree
2022年03月31日 Andrew Dunstan Remove use of perl parent module in Cluster.pm commit | commitdiff | tree
2022年03月31日 Robert Haas In basebackup_to_shell tests, properly set up pg_hba... commit | commitdiff | tree
2022年03月31日 Peter Eisentraut psql: Refactor SendQuery() commit | commitdiff | tree
2022年03月31日 Tom Lane Add missing newline in one libpq error message. commit | commitdiff | tree
2022年03月31日 Peter Eisentraut psql: Add tests for \errverbose commit | commitdiff | tree
2022年03月31日 Andrew Dunstan Fix comment typo in PotsgreSQL::Test::Cluster module commit | commitdiff | tree
2022年03月31日 Daniel Gustafsson doc: Fix typo in ANALYZE documentation commit | commitdiff | tree
2022年03月31日 Daniel Gustafsson Add diagnostic output on error in pump_until commit | commitdiff | tree
2022年03月31日 Amit Kapila Raise a WARNING for missing publications. commit | commitdiff | tree
2022年03月31日 Michael Paquier Clean up some dead code in pg_dump with tar format... commit | commitdiff | tree
2022年03月30日 Tom Lane Add .gitignore for basebackup_to_shell. commit | commitdiff | tree
2022年03月30日 Tomas Vondra Optimize order of GROUP BY keys commit | commitdiff | tree
2022年03月30日 Andrew Dunstan SQL JSON functions commit | commitdiff | tree
2022年03月30日 Robert Haas Fix possible NULL-pointer-deference in backup_compressi... commit | commitdiff | tree
2022年03月30日 Robert Haas basebackup_to_shell: Add TAP test. commit | commitdiff | tree
2022年03月30日 Robert Haas Document basebackup_to_shell.required_role. commit | commitdiff | tree
2022年03月30日 Peter Eisentraut Add range_agg with multirange inputs commit | commitdiff | tree
2022年03月30日 Andres Freund ci: enable zstd where available. commit | commitdiff | tree
2022年03月30日 Peter Eisentraut Change some internal error messages to elogs commit | commitdiff | tree
2022年03月30日 Andrew Dunstan Make PostgreSQL::Test::Cluster compatible with all... commit | commitdiff | tree
2022年03月30日 Peter Eisentraut Additional tests for range_intersect_agg(anymultirange) commit | commitdiff | tree
2022年03月30日 Peter Eisentraut doc: Document range_intersect_agg(anymultirange) commit | commitdiff | tree
2022年03月30日 Robert Haas Allow parallel zstd compression when taking a base... commit | commitdiff | tree
2022年03月30日 Robert Haas Simplify a needlessly-complicated regular expression. commit | commitdiff | tree
2022年03月30日 Daniel Gustafsson doc: Clarify when SSL actually means TLS commit | commitdiff | tree
2022年03月30日 Etsuro Fujita Fix typo in comment. commit | commitdiff | tree
2022年03月30日 Peter Eisentraut Add header matching mode to COPY FROM commit | commitdiff | tree
2022年03月30日 Michael Paquier Add TAP test in pg_dump with --format=tar and --compress commit | commitdiff | tree
2022年03月30日 Amit Kapila Skip empty transactions for logical replication. commit | commitdiff | tree
2022年03月29日 Robert Haas Make PostgreSQL::Test::Cluster::run_log() return a... commit | commitdiff | tree
2022年03月29日 Andrew Dunstan SQL/JSON query functions commit | commitdiff | tree
2022年03月29日 Robert Haas In 020_createdb.pl, change order of command-line arguments. commit | commitdiff | tree
2022年03月29日 Robert Haas Add new block-by-block strategy for CREATE DATABASE. commit | commitdiff | tree
2022年03月29日 Alvaro Herrera Revert "Fix replay of create database records on standby" commit | commitdiff | tree
2022年03月29日 Robert Haas Explain why the startup process can't cause a shortage... commit | commitdiff | tree
2022年03月29日 Daniel Gustafsson doc: Make UPDATE FROM examples consistent commit | commitdiff | tree
2022年03月29日 Daniel Gustafsson Enable SSL library detection via PQsslAttribute() commit | commitdiff | tree
2022年03月29日 Peter Eisentraut psql: Add test for psql behavior on server crash commit | commitdiff | tree
2022年03月29日 Michael Paquier Avoid instabilities with the regression tests of pg_fre... commit | commitdiff | tree
2022年03月29日 Michael Paquier Add system view pg_ident_file_mappings commit | commitdiff | tree
2022年03月29日 Michael Paquier Modify query on pg_hba_file_rules to check for errors... commit | commitdiff | tree
2022年03月28日 Andrew Dunstan IS JSON predicate commit | commitdiff | tree
2022年03月28日 Joe Conway Use has_privs_for_roles for predefined role checks commit | commitdiff | tree
2022年03月28日 Robert Haas Remove the ability of a role to administer itself. commit | commitdiff | tree
2022年03月28日 Robert Haas Fix a few goofs in new backup compression code. commit | commitdiff | tree
2022年03月28日 Tom Lane Add public ruleutils.c entry point to deparse a Query. commit | commitdiff | tree
2022年03月28日 Alvaro Herrera Fix role names in merge.sql regress file commit | commitdiff | tree
2022年03月28日 Alvaro Herrera Add support for MERGE SQL command commit | commitdiff | tree
2022年03月28日 Peter Eisentraut Preparatory test cleanup commit | commitdiff | tree
2022年03月28日 Tomas Vondra Document autoanalyze limitations for partitioned tables commit | commitdiff | tree
2022年03月28日 Peter Eisentraut Make JSON path numeric literals more correct commit | commitdiff | tree
2022年03月28日 Andres Freund Don't fail for > 1 walsenders in 019_replslot_limit... commit | commitdiff | tree
2022年03月28日 Andres Freund Mark pg_stat_get_subscription_stats() strict. commit | commitdiff | tree
2022年03月28日 Andres Freund Fix NULL input behaviour of pg_stat_get_replication_slot(). commit | commitdiff | tree
2022年03月28日 Thomas Munro Fix pg_waldump docs. commit | commitdiff | tree
2022年03月28日 Andres Freund waldump: fix use-after-free in search_directory(). commit | commitdiff | tree
2022年03月27日 Tom Lane Fix up compiler warnings/errors from f4fb45d15. commit | commitdiff | tree
2022年03月27日 Andrew Dunstan SQL/JSON constructors commit | commitdiff | tree
2022年03月27日 Andrew Dunstan Common SQL/JSON clauses commit | commitdiff | tree
2022年03月27日 Daniel Gustafsson Remove more unused module imports from TAP tests commit | commitdiff | tree
2022年03月27日 Tom Lane Remove useless variable. commit | commitdiff | tree
2022年03月27日 Tom Lane Avoid using large pass-by-value struct arguments in... commit | commitdiff | tree
2022年03月27日 Tom Lane Fix breakage of get_ps_display() in the PS_USE_NONE... commit | commitdiff | tree
2022年03月27日 Michael Paquier Fix comment in execParallel.c commit | commitdiff | tree
2022年03月27日 Michael Paquier pageinspect: Add more sanity checks to prevent out... commit | commitdiff | tree
2022年03月26日 Tomas Vondra Wait for subscription to sync in t/031_column_list.sql commit | commitdiff | tree
2022年03月26日 Daniel Gustafsson SSL TAP test backend library independence refactoring commit | commitdiff | tree
2022年03月26日 Tom Lane Suppress compiler warning in relptr_store(). commit | commitdiff | tree
2022年03月26日 Tomas Vondra Move prattrs to the pg_publication_rel section in docs commit | commitdiff | tree
2022年03月26日 Tom Lane Suppress compiler warning in pub_collist_to_bitmapset(). commit | commitdiff | tree
2022年03月26日 Tomas Vondra Allow specifying column lists for logical replication commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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