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年10月23日 Michael Paquier Remove unnecessary break in pg_logical_replication_slot... commit | commitdiff | tree
2023年10月23日 Michael Paquier doc: Fix some grammar and inconsistent tags commit | commitdiff | tree
2023年10月22日 Thomas Munro Log LLVM library version in configure output. commit | commitdiff | tree
2023年10月21日 Thomas Munro Fix min_dynamic_shared_memory on Windows. commit | commitdiff | tree
2023年10月21日 Tom Lane Allow ALTER SYSTEM to set unrecognized custom GUCs. commit | commitdiff | tree
2023年10月20日 Alvaro Herrera Make some error strings more generic commit | commitdiff | tree
2023年10月20日 Andres Freund meson: Make detection of python more robust commit | commitdiff | tree
2023年10月20日 Tom Lane Doc: update CREATE OPERATOR's statement about => as... commit | commitdiff | tree
2023年10月20日 Tom Lane Extend ALTER OPERATOR to allow setting more optimizatio... commit | commitdiff | tree
2023年10月20日 Michael Paquier Remove unnecessary dependencies to wal_level=logical... commit | commitdiff | tree
2023年10月19日 Robert Haas During online checkpoints, insert XLOG_CHECKPOINT_REDO... commit | commitdiff | tree
2023年10月19日 Tom Lane Doc: modernize comment for boolin(). commit | commitdiff | tree
2023年10月19日 Michael Paquier pg_stat_statements: Add local_blk_{read|write}_time commit | commitdiff | tree
2023年10月19日 Michael Paquier Add local_blk_{read|write}_time I/O timing statistics... commit | commitdiff | tree
2023年10月19日 Michael Paquier Rename I/O timing statistics columns to shared_blk_... commit | commitdiff | tree
2023年10月19日 Tom Lane Improve pglz_decompress's defenses against corrupt... commit | commitdiff | tree
2023年10月19日 Michael Paquier Install wait_event_types.h in VPATH builds commit | commitdiff | tree
2023年10月18日 Thomas Munro jit: Changes for LLVM 17. commit | commitdiff | tree
2023年10月18日 Thomas Munro jit: Supply LLVMGlobalGetValueType() for LLVM < 8. commit | commitdiff | tree
2023年10月18日 Thomas Munro jit: Support opaque pointers in LLVM 16. commit | commitdiff | tree
2023年10月18日 Michael Paquier pg_upgrade: Fix test name in 002_pg_upgrade.pl commit | commitdiff | tree
2023年10月18日 Peter Eisentraut Clean up some pg_dump tests commit | commitdiff | tree
2023年10月18日 Michael Paquier Count write times when extending relation files for... commit | commitdiff | tree
2023年10月18日 Michael Paquier Add flush option to pg_logical_emit_message() commit | commitdiff | tree
2023年10月17日 Tom Lane Dodge a compiler bug affecting timetz_zone/timetz_izone. commit | commitdiff | tree
2023年10月17日 Nathan Bossart Avoid calling proc_exit() in processes forked by system(). commit | commitdiff | tree
2023年10月17日 Robert Haas Reword messages about impending (M)XID exhaustion. commit | commitdiff | tree
2023年10月17日 Robert Haas Talk about assigning, rather than generating, new Multi... commit | commitdiff | tree
2023年10月17日 Michael Paquier Improve truncation of pg_serial/, removing "apparent... commit | commitdiff | tree
2023年10月17日 Alexander Korotkov Run 006_login_trigger.pl only with Unix-domain sockets commit | commitdiff | tree
2023年10月17日 Amit Kapila Restart the apply worker if the privileges have been... commit | commitdiff | tree
2023年10月16日 Tom Lane Add regression test coverage for timetz_izone(). commit | commitdiff | tree
2023年10月16日 Tom Lane Ensure we have a snapshot while dropping ON COMMIT... commit | commitdiff | tree
2023年10月16日 Nathan Bossart Move extra code out of the Pre/PostRestoreCommand(... commit | commitdiff | tree
2023年10月16日 Robert Haas Update the documentation on recovering from (M)XID... commit | commitdiff | tree
2023年10月16日 Alexander Korotkov List 006_login_trigger.pl test for meson commit | commitdiff | tree
2023年10月16日 Michael Paquier worker_spi: Fix test failure with BGWORKER_BYPASS_ROLEL... commit | commitdiff | tree
2023年10月16日 Thomas Munro Try to handle torn reads of pg_control in frontend. commit | commitdiff | tree
2023年10月16日 Michael Paquier worker_spi: Bump up max_worker_processes in TAP tests commit | commitdiff | tree
2023年10月16日 Alexander Korotkov Rename 005_login_trigger.pl to 006_login_trigger.pl commit | commitdiff | tree
2023年10月16日 Alexander Korotkov Fix role names in src/test/authentication/t/005_login_t... commit | commitdiff | tree
2023年10月16日 Michael Paquier Add a few recent commits to .git-blame-ignore-revs commit | commitdiff | tree
2023年10月16日 Michael Paquier Fix code indentation violations in e83d1b0c40cc commit | commitdiff | tree
2023年10月16日 Thomas Munro Fix comment from commit 22655aa231. commit | commitdiff | tree
2023年10月16日 Alexander Korotkov Add support event triggers on authenticated login commit | commitdiff | tree
2023年10月15日 Thomas Munro Acquire ControlFileLock in relevant SQL functions. commit | commitdiff | tree
2023年10月14日 Noah Misch Dissociate btequalimage() from interval_ops, ending... commit | commitdiff | tree
2023年10月14日 Noah Misch Don't spuriously report FD_SETSIZE exhaustion on Windows. commit | commitdiff | tree
2023年10月14日 Tom Lane Harden xxx_is_visible() functions against concurrent... commit | commitdiff | tree
2023年10月14日 Tom Lane Harden has_xxx_privilege() functions against concurrent... commit | commitdiff | tree
2023年10月14日 Andres Freund Fix bulk table extension when copying into multiple... commit | commitdiff | tree
2023年10月13日 Nathan Bossart Improve the naming in wal_sync_method code. commit | commitdiff | tree
2023年10月13日 Daniel Gustafsson Update oldextversions test for pg_stat_statements 1.11 commit | commitdiff | tree
2023年10月13日 Amit Kapila Doc: Add more links in logical replication pages. commit | commitdiff | tree
2023年10月13日 Michael Paquier psql: Add completion support for AT [ LOCAL | TIME... commit | commitdiff | tree
2023年10月13日 Michael Paquier Add support for AT LOCAL commit | commitdiff | tree
2023年10月13日 Thomas Munro Add wait events for checkpoint delay mechanism. commit | commitdiff | tree
2023年10月13日 Michael Paquier doc: Mention timezone(zone, time) in section for AT... commit | commitdiff | tree
2023年10月12日 Robert Haas Unify two isLogSwitch tests in XLogInsertRecord. commit | commitdiff | tree
2023年10月12日 David Rowley Fix runtime partition pruning for HASH partitioned... commit | commitdiff | tree
2023年10月12日 David Rowley Doc: fix grammatical errors for enable_partitionwise_ag... commit | commitdiff | tree
2023年10月12日 David Rowley Fix incorrect step generation in HASH partition pruning commit | commitdiff | tree
2023年10月12日 Michael Paquier Add option to bgworkers to allow the bypass of role... commit | commitdiff | tree
2023年10月11日 Tom Lane Reindent comment in GenericXLogFinish(). commit | commitdiff | tree
2023年10月11日 Tom Lane Fix missed optimization in relation_excluded_by_constra... commit | commitdiff | tree
2023年10月11日 Heikki Linnakangas Move canAcceptConnections check from ProcessStartupPack... commit | commitdiff | tree
2023年10月11日 Michael Paquier Improve some wording in pg_upgrade/IMPLEMENTATION commit | commitdiff | tree
2023年10月11日 Michael Paquier Refactor InitPostgres() to use bitwise option flags commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: pg_upgrade: use dynamic new cluster major version... commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: clarify that SSPI and GSSAPI are interchangeable commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: Move CREATE ROLE's IN GROUP and USER to deprecated commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: foreign servers with pushdown need matching collation commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: add SSL configuration section reference commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: clarify how the bootstrap user name is chosen commit | commitdiff | tree
2023年10月10日 Bruce Momjian doc: document the need to analyze partitioned tables commit | commitdiff | tree
2023年10月10日 Jeff Davis Fix bug in GenericXLogFinish(). commit | commitdiff | tree
2023年10月10日 Tom Lane Replace has_multiple_baserels() with a bitmap test... commit | commitdiff | tree
2023年10月10日 Michael Paquier test_decoding: Remove unnecessary table in twophase... commit | commitdiff | tree
2023年10月10日 Peter Eisentraut pg_resetwal: Corrections around -c option commit | commitdiff | tree
2023年10月10日 Peter Eisentraut Add const to values and nulls arguments commit | commitdiff | tree
2023年10月10日 David Rowley Fix possible crash in add_paths_to_append_rel() commit | commitdiff | tree
2023年10月10日 David Rowley Revert "Optimize various aggregate deserialization... commit | commitdiff | tree
2023年10月10日 Michael Paquier worker_spi: Fix another stability issue with BGWORKER_B... commit | commitdiff | tree
2023年10月09日 Tom Lane Doc: use CURRENT_USER not USER in plpgsql trigger examples. commit | commitdiff | tree
2023年10月09日 Heikki Linnakangas Rename StartBackgroundWorker() to BackgroundWorkerMain(). commit | commitdiff | tree
2023年10月09日 Heikki Linnakangas Allocate Backend structs in PostmasterContext. commit | commitdiff | tree
2023年10月09日 Heikki Linnakangas Clarify the checks in RegisterBackgroundWorker. commit | commitdiff | tree
2023年10月09日 David Rowley Optimize various aggregate deserialization functions commit | commitdiff | tree
2023年10月09日 Amit Kapila Remove duplicate words in docs and code comments. commit | commitdiff | tree
2023年10月09日 David Rowley Strip off ORDER BY/DISTINCT aggregate pathkeys in creat... commit | commitdiff | tree
2023年10月09日 David Rowley Remove debug_print_rel and replace usages with pprint commit | commitdiff | tree
2023年10月07日 Alexander Korotkov Fix another typo in e0b1ee17dc commit | commitdiff | tree
2023年10月07日 Tom Lane Restore proper linkage of pg_char_to_encoding() and... commit | commitdiff | tree
2023年10月07日 Alexander Korotkov Fix typos in e0b1ee17dc commit | commitdiff | tree
2023年10月06日 Peter Eisentraut Add test for checking the line length of --help output commit | commitdiff | tree
2023年10月06日 Peter Eisentraut Remove environment-variable-based defaults in psql... commit | commitdiff | tree
2023年10月06日 Etsuro Fujita Remove extra parenthesis from comment. commit | commitdiff | tree
2023年10月06日 Alexander Korotkov Skip checking of scan keys required for directional... commit | commitdiff | tree
2023年10月06日 Heikki Linnakangas Fix crash on syslogger startup commit | commitdiff | tree
2023年10月06日 Michael Paquier worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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