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月20日 Michael Paquier Support the same patterns for pg-user in pg_ident.conf... commit | commitdiff | tree
2023年01月20日 Tom Lane Avoid harmless warning from pg_dump --if-exists mode. commit | commitdiff | tree
2023年01月20日 David Rowley Use appendStringInfoSpaces in more places commit | commitdiff | tree
2023年01月19日 Tom Lane Improve comment about GetWALAvailability's WALAVAIL_REM... commit | commitdiff | tree
2023年01月19日 Tom Lane Fix ts_headline() to handle ORs and phrase queries... commit | commitdiff | tree
2023年01月19日 Tom Lane Log the correct ending timestamp in recovery_target_xid... commit | commitdiff | tree
2023年01月19日 Alvaro Herrera Remove some dead code in selfuncs.c commit | commitdiff | tree
2023年01月19日 Peter Eisentraut Constify proclist.h commit | commitdiff | tree
2023年01月19日 Michael Paquier doc: Fix some issues in logical replication section commit | commitdiff | tree
2023年01月19日 Michael Paquier Add missing assign hook for GUC checkpoint_completion_t... commit | commitdiff | tree
2023年01月19日 Michael Paquier Fix failure with perlcritic in psql's create_help.pl commit | commitdiff | tree
2023年01月18日 Tom Lane Fix AdjustUpgrade.pm's view conversion list for --with... commit | commitdiff | tree
2023年01月18日 Tom Lane Update expected/collate.windows.win1252.out for 47bb9db75. commit | commitdiff | tree
2023年01月18日 Andres Freund Use dlists instead of SHM_QUEUE for syncrep queue commit | commitdiff | tree
2023年01月18日 Andres Freund Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE... commit | commitdiff | tree
2023年01月18日 Andres Freund Add detached node functions to ilist commit | commitdiff | tree
2023年01月18日 Andres Freund Fix ILIST_DEBUG build commit | commitdiff | tree
2023年01月18日 Tom Lane Get rid of the "new" and "old" entries in a view's... commit | commitdiff | tree
2023年01月18日 Tom Lane Remove redundant grouping and DISTINCT columns. commit | commitdiff | tree
2023年01月18日 Amit Kapila Display the leader apply worker's PID for parallel... commit | commitdiff | tree
2023年01月18日 Michael Paquier Refactor code for restoring files via shell commands commit | commitdiff | tree
2023年01月17日 Michael Paquier Constify the arguments of copydir.h functions commit | commitdiff | tree
2023年01月17日 Tom Lane Doc: fix a few oddly-spelled SGML ID attributes. commit | commitdiff | tree
2023年01月17日 Andres Freund meson: Add two missing regress tests commit | commitdiff | tree
2023年01月17日 Tom Lane AdjustUpgrade.pm should zap test_ext_cine, too. commit | commitdiff | tree
2023年01月17日 Peter Eisentraut Refactor recordExtObjInitPriv() commit | commitdiff | tree
2023年01月17日 Peter Eisentraut Remove AggregateRelationId from recordExtObjInitPriv() commit | commitdiff | tree
2023年01月17日 John Naylor Remove redundant relkind check commit | commitdiff | tree
2023年01月17日 John Naylor Remove dead code in formatting.c commit | commitdiff | tree
2023年01月17日 Amit Kapila Improve the code to decide and process the apply action. commit | commitdiff | tree
2023年01月17日 Amit Kapila Fix typo in comment. commit | commitdiff | tree
2023年01月17日 Michael Paquier Track behavior of 1円 in pg_ident.conf when quoted commit | commitdiff | tree
2023年01月17日 David Rowley Don't presort ORDER BY/DISTINCT Aggrefs with volatile... commit | commitdiff | tree
2023年01月17日 Tom Lane Create common infrastructure for cross-version upgrade... commit | commitdiff | tree
2023年01月16日 Peter Geoghegan Tighten up VACUUM's approach to setting VM bits. commit | commitdiff | tree
2023年01月16日 Robert Haas Assorted improvements to SECURITY DEFINER functions... commit | commitdiff | tree
2023年01月16日 Robert Haas More documentation update for GRANT ... WITH SET OPTION. commit | commitdiff | tree
2023年01月16日 Peter Eisentraut Add BufFileRead variants with short read and EOF detection commit | commitdiff | tree
2023年01月16日 Peter Eisentraut Fix some BufFileRead() error reporting commit | commitdiff | tree
2023年01月16日 Michael Paquier Refactor code in charge of running shell-based recovery... commit | commitdiff | tree
2023年01月16日 Michael Paquier Store IdentLine->pg_user as an AuthToken commit | commitdiff | tree
2023年01月15日 Tom Lane Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin... commit | commitdiff | tree
2023年01月15日 Tom Lane Make new GENERATED-expressions code more bulletproof. commit | commitdiff | tree
2023年01月14日 Tatsuo Ishii Doc: fix typo in backup.sgml. commit | commitdiff | tree
2023年01月14日 Jeff Davis Fix MAINTAIN privileges for toast tables and partitions. commit | commitdiff | tree
2023年01月13日 Andres Freund Add 250c8ee07ed to git-blame-ignore-revs commit | commitdiff | tree
2023年01月13日 Andres Freund Manual cleanup and pgindent of pgstat and bufmgr relate... commit | commitdiff | tree
2023年01月13日 Jeff Davis Clean up useless "skipping" messages for VACUUM/ANALYZE. commit | commitdiff | tree
2023年01月13日 Jeff Davis Simplify permissions for LOCK TABLE. commit | commitdiff | tree
2023年01月13日 Amit Kapila Ignore dropped and generated columns from the column... commit | commitdiff | tree
2023年01月13日 Amit Kapila Avoid creating parallel apply state hash table unless... commit | commitdiff | tree
2023年01月13日 Michael Paquier Add tests for regex replacement with 1円 in pg_ident... commit | commitdiff | tree
2023年01月13日 Michael Paquier doc: Simplify description of functions for pg_walinspect commit | commitdiff | tree
2023年01月12日 Thomas Munro Fix WaitEventSetWait() buffer overrun. commit | commitdiff | tree
2023年01月12日 Alexander Korotkov Fix jsonpath existense checking of missing variables commit | commitdiff | tree
2023年01月12日 Peter Eisentraut Constify the arguments of ilist.c/h functions commit | commitdiff | tree
2023年01月12日 Peter Eisentraut Code cleanup commit | commitdiff | tree
2023年01月12日 Michael Paquier Rename some variables related to ident files in hba... commit | commitdiff | tree
2023年01月12日 Michael Paquier Fix incorrect comment in hba.h commit | commitdiff | tree
2023年01月12日 Michael Paquier Acquire spinlock when updating 2PC slot data during... commit | commitdiff | tree
2023年01月12日 Tom Lane Revert "Get rid of the "new" and "old" entries in a... commit | commitdiff | tree
2023年01月12日 Thomas Munro Refactor DetermineSleepTime() to use milliseconds. commit | commitdiff | tree
2023年01月12日 Thomas Munro Use WaitEventSet API for postmaster's event loop. commit | commitdiff | tree
2023年01月12日 Tom Lane Doc: fix silly thinko in 8bf6ec3ba. commit | commitdiff | tree
2023年01月12日 Peter Geoghegan Make lazy_vacuum_heap_rel match lazy_scan_heap. commit | commitdiff | tree
2023年01月12日 Peter Geoghegan vacuumlazy.c: Tweak local variable name. commit | commitdiff | tree
2023年01月12日 Peter Geoghegan Rename and relocate freeze plan dedup routines. commit | commitdiff | tree
2023年01月12日 Tom Lane Get rid of the "new" and "old" entries in a view's... commit | commitdiff | tree
2023年01月11日 Michael Paquier Add support for tab completion after ALTER EXTENSION... commit | commitdiff | tree
2023年01月11日 Peter Geoghegan Improve TransactionIdDidAbort() documentation. commit | commitdiff | tree
2023年01月11日 Tom Lane Improve handling of inherited GENERATED expressions. commit | commitdiff | tree
2023年01月11日 Tom Lane Don't leave roles behind after core regression tests. commit | commitdiff | tree
2023年01月11日 Peter Eisentraut Fix MSVC build commit | commitdiff | tree
2023年01月11日 Peter Eisentraut Common function for percent placeholder replacement commit | commitdiff | tree
2023年01月11日 Michael Paquier Fix typos in code and comments commit | commitdiff | tree
2023年01月11日 Michael Paquier Remove function declarations from headers for some... commit | commitdiff | tree
2023年01月10日 David Rowley Have the planner consider Incremental Sort for DISTINCT commit | commitdiff | tree
2023年01月10日 Robert Haas Add new GUC createrole_self_grant. commit | commitdiff | tree
2023年01月10日 Robert Haas Restrict the privileges of CREATEROLE users. commit | commitdiff | tree
2023年01月10日 Dean Rasheed Fix MERGE's test for unreachable WHEN clauses. commit | commitdiff | tree
2023年01月10日 Peter Eisentraut New header varatt.h split off from postgres.h commit | commitdiff | tree
2023年01月10日 Amit Kapila Document the newly added wait events added by commit... commit | commitdiff | tree
2023年01月10日 Tom Lane Round off random_normal() test results one more decimal... commit | commitdiff | tree
2023年01月10日 Amit Kapila Fix the display of lock information for specktoken. commit | commitdiff | tree
2023年01月10日 Tom Lane Remove pg_regress' never-documented "ignore" feature. commit | commitdiff | tree
2023年01月10日 Tom Lane Upgrade the random.sql regression test. commit | commitdiff | tree
2023年01月09日 Tom Lane Doc: add XML ID attributes to <sectN> and <varlistentry... commit | commitdiff | tree
2023年01月09日 Tom Lane Invent random_normal() to provide normally-distributed... commit | commitdiff | tree
2023年01月09日 John Naylor Remove redundant setting of tuplesort status commit | commitdiff | tree
2023年01月09日 Amit Kapila Fix the file mode of worker.c changed by the commit... commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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