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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年01月09日 David Rowley Allow left join removals and unique joins on partitione... commit | commitdiff | tree
2023年01月09日 Amit Kapila Perform apply of large transactions by parallel workers. commit | commitdiff | tree
2023年01月08日 Tom Lane Doc: improve commentary about providing our own definit... commit | commitdiff | tree
2023年01月08日 Alexander Korotkov Improve GIN cost estimation commit | commitdiff | tree
2023年01月08日 Alexander Korotkov Extract the multiplier for CPU process cost of index... commit | commitdiff | tree
2023年01月07日 Tomas Vondra Check relkind before using TABLESAMPLE in postgres_fdw commit | commitdiff | tree
2023年01月07日 Dean Rasheed psql: Add support for \dpS and \zS. commit | commitdiff | tree
2023年01月07日 Amit Kapila Remove the streaming files for incomplete xacts after... commit | commitdiff | tree
2023年01月07日 David Rowley Add additional regression tests for select_active_windows commit | commitdiff | tree
2023年01月06日 Tom Lane Wake up a subscription's replication worker processes... commit | commitdiff | tree
2023年01月06日 Tom Lane Check for two_phase change at end of process_syncing_ta... commit | commitdiff | tree
2023年01月06日 Andrew Dunstan Allow hyphens in ltree labels commit | commitdiff | tree
2023年01月06日 Tom Lane Add options to control whether VACUUM runs vac_update_d... commit | commitdiff | tree
2023年01月06日 Tom Lane Invalidate pgoutput's replication-decisions cache upon... commit | commitdiff | tree
2023年01月06日 Tomas Vondra Fix stale comment about sample_frac adjustment commit | commitdiff | tree
2023年01月06日 Peter Eisentraut Fix typo commit | commitdiff | tree
2023年01月06日 Dean Rasheed Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE... commit | commitdiff | tree
2023年01月06日 Dean Rasheed Improve tab completion for ALTER FUNCTION/PROCEDURE... commit | commitdiff | tree
2023年01月06日 Thomas Munro Fix pg_truncate() on Windows. commit | commitdiff | tree
2023年01月05日 Thomas Munro Use unnamed POSIX semaphores on Cygwin. commit | commitdiff | tree
2023年01月05日 Robert Haas Pass down current user ID to AddRoleMems and DelRoleMems. commit | commitdiff | tree
2023年01月05日 Robert Haas Refactor permissions-checking for role grants. commit | commitdiff | tree
2023年01月05日 Tom Lane Fix calculation of which GENERATED columns need to... commit | commitdiff | tree
2023年01月05日 Alexander Korotkov Remove extra regress check arguments from test_pg_db_ro... commit | commitdiff | tree
2023年01月05日 Alexander Korotkov meson: Add 'running' test setup, as a replacement for... commit | commitdiff | tree
2023年01月04日 David Rowley Fix some compiler warnings in aset.c and generation.c commit | commitdiff | tree
2023年01月04日 Peter Geoghegan Check that xmax didn't commit in freeze check. commit | commitdiff | tree
2023年01月04日 Peter Geoghegan Update obsolete multixact.c comments. commit | commitdiff | tree
2023年01月03日 Tom Lane During pg_dump startup, acquire table locks in batches. commit | commitdiff | tree
2023年01月03日 David Rowley Fix typo in memutils_memorychunk.h commit | commitdiff | tree
2023年01月03日 Robert Haas Improve documentation of the CREATEROLE attibute. commit | commitdiff | tree
2023年01月03日 Peter Geoghegan vacuumlazy.c: Save get_database_name() in vacrel. commit | commitdiff | tree
2023年01月03日 Peter Geoghegan Delay commit status checks until freezing executes. commit | commitdiff | tree
2023年01月03日 Peter Geoghegan Refine the definition of page-level freezing. commit | commitdiff | tree
2023年01月03日 Peter Eisentraut Windows support in pg_import_system_collations commit | commitdiff | tree
2023年01月03日 Michael Paquier Fix typos in comments, code and documentation commit | commitdiff | tree
2023年01月02日 Tom Lane Avoid reference to nonexistent array element in ExecIni... commit | commitdiff | tree
2023年01月02日 Bruce Momjian Update copyright for 2023 commit | commitdiff | tree
2023年01月02日 Peter Geoghegan Adjust VACUUM hastup LP_REDIRECT comments. commit | commitdiff | tree
2023年01月02日 Peter Geoghegan Avoid special XID snapshotConflictHorizon values. commit | commitdiff | tree
2023年01月02日 Tom Lane Add bt_multi_page_stats() function to contrib/pageinspect. commit | commitdiff | tree
2023年01月02日 Peter Eisentraut Push lpp variable closer to usage in heapgetpage() commit | commitdiff | tree
2023年01月02日 Peter Eisentraut doc: Re-order Table 28.2 "Collected Statistics Views" commit | commitdiff | tree
2023年01月01日 Tom Lane Accept "+infinity" in date and timestamp[tz] input. commit | commitdiff | tree
2023年01月01日 Tom Lane In plpgsql, don't preassign portal names to bound curso... commit | commitdiff | tree
2022年12月31日 Thomas Munro ci: Change macOS builds from Intel to ARM. commit | commitdiff | tree
2022年12月30日 Tomas Vondra Sample postgres_fdw tables remotely during ANALYZE commit | commitdiff | tree
2022年12月30日 Tomas Vondra Fix assert in BRIN build_distances commit | commitdiff | tree
2022年12月30日 Michael Paquier Fix precision handling for some COERCE_SQL_SYNTAX functions commit | commitdiff | tree
2022年12月30日 Peter Eisentraut Change argument of appendBinaryStringInfo from char... commit | commitdiff | tree
2022年12月30日 Peter Eisentraut Use appendStringInfoString instead of appendBinaryStrin... commit | commitdiff | tree
2022年12月30日 Peter Eisentraut Add const to BufFileWrite commit | commitdiff | tree
2022年12月30日 Peter Eisentraut Remove unnecessary casts commit | commitdiff | tree
2022年12月29日 Andres Freund perl: Hide warnings inside perl.h when using gcc compat... commit | commitdiff | tree
2022年12月29日 Andrew Dunstan Fix oversight in 7a05425d96 commit | commitdiff | tree
2022年12月28日 Peter Geoghegan Add page-level freezing to VACUUM. commit | commitdiff | tree
2022年12月28日 Andrew Dunstan Convert contrib/ltree's input functions to report error... commit | commitdiff | tree
2022年12月28日 Andrew Dunstan Convert contrib/intarray's bqarr_in() to report errors... commit | commitdiff | tree
2022年12月28日 Peter Eisentraut Reorder some object files in makefiles commit | commitdiff | tree
2022年12月27日 Tom Lane Suppress uninitialized-variable warning from a61b1f748. commit | commitdiff | tree
2022年12月27日 Tom Lane Convert hstore_in to report errors softly. commit | commitdiff | tree
2022年12月27日 Tom Lane Remove new locale dependency in regproc regression... commit | commitdiff | tree
2022年12月27日 Tom Lane Simplify the implementations of the to_reg* functions. commit | commitdiff | tree
2022年12月27日 Tom Lane Convert the reg* input functions to report (most) error... commit | commitdiff | tree
2022年12月27日 Tom Lane Convert tsqueryin and tsvectorin to report errors softly. commit | commitdiff | tree
2022年12月27日 Tom Lane Detect bad input for types xid, xid8, and cid. commit | commitdiff | tree
2022年12月27日 Peter Geoghegan Remove overzealous MultiXact freeze assertion. commit | commitdiff | tree
2022年12月27日 Michael Paquier Add custom filtering rules to the TAP tests of pg_upgrade commit | commitdiff | tree
2022年12月27日 Michael Paquier Fix incorrect copy-pasto in error message of pg_waldump.c commit | commitdiff | tree
2022年12月26日 Michael Paquier pg_waldump: Add --save-fullpage=PATH to save full page... commit | commitdiff | tree
2022年12月26日 Amit Kapila Add 'logical_decoding_mode' GUC. commit | commitdiff | tree
2022年12月25日 Michael Paquier Switch query fixing aclitems in ~15 from O(N^2) to... commit | commitdiff | tree
2022年12月25日 Tom Lane Convert enum_in() to report errors softly. commit | commitdiff | tree
2022年12月25日 Andrew Dunstan Fix thinko in 720e0327bc commit | commitdiff | tree
2022年12月24日 Andrew Dunstan Convert contrib/isn's input functions to report errors... commit | commitdiff | tree
2022年12月24日 Andrew Dunstan Convert jsonpath's input function to report errors... commit | commitdiff | tree
2022年12月24日 Tom Lane Make the numeric-OID cases of regprocin and friends... commit | commitdiff | tree
2022年12月24日 David Rowley Fix recent accidental omission in pg_proc.dat commit | commitdiff | tree
2022年12月23日 Alvaro Herrera Rework <warning> box about column list combining in... commit | commitdiff | tree
2022年12月23日 Alvaro Herrera Fix end LSN determination in recently added test commit | commitdiff | tree
2022年12月23日 Andrew Dunstan Convert contrib/seg's input function to report errors... commit | commitdiff | tree
2022年12月23日 Alvaro Herrera Fix event trigger example commit | commitdiff | tree
2022年12月23日 David Rowley Fix bug in translate_col_privs_multilevel commit | commitdiff | tree
2022年12月23日 Thomas Munro Allow parent's WaitEventSets to be freed after fork(). commit | commitdiff | tree
2022年12月23日 Thomas Munro Don't leak a signalfd when using latches in the post commit | commitdiff | tree
2022年12月23日 Thomas Munro Add WL_SOCKET_ACCEPT event to WaitEventSet API. commit | commitdiff | tree
2022年12月23日 Michael Paquier Update upgrade_adapt.sql to handle tables using aclitem... commit | commitdiff | tree
2022年12月23日 Michael Paquier Fix some incorrectness in upgrade_adapt.sql on query... commit | commitdiff | tree
2022年12月23日 Michael Paquier Fix come incorrect elog() messages in aclchk.c commit | commitdiff | tree
2022年12月23日 Michael Paquier Rename pg_dissect_walfile_name() to pg_split_walfile_name() commit | commitdiff | tree
2022年12月22日 David Rowley Allow window functions to adjust their frameOptions commit | commitdiff | tree
2022年12月22日 Thomas Munro Improve notation of cacheinfo table in syscache.c. commit | commitdiff | tree
2022年12月22日 Peter Geoghegan Use scanned_pages to decide when to failsafe check. commit | commitdiff | tree
2022年12月22日 Peter Geoghegan Refactor how VACUUM passes around its XID cutoffs. commit | commitdiff | tree
2022年12月22日 Tom Lane Avoid O(N^2) cost when pulling up lots of UNION ALL... commit | commitdiff | tree
2022年12月22日 Tom Lane Add some recursion and looping defenses in prepjointree.c. commit | commitdiff | tree
2022年12月22日 Peter Eisentraut Remove dead code commit | commitdiff | tree
2022年12月22日 Thomas Munro Add work-around for VA_ARGS_NARGS() on MSVC. commit | commitdiff | tree
2022年12月22日 Michael Paquier Fix operator typo in tablecmds.c commit | commitdiff | tree
2022年12月22日 David Rowley Add palloc_aligned() to allow aligned memory allocations commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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