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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2021年11月24日 Robert Haas xlog.c: Remove global variables ReadRecPtr and EndRecPtr. commit | commitdiff | tree
2021年11月24日 Robert Haas Fix corner-case failure to detect improper timeline... commit | commitdiff | tree
2021年11月24日 Michael Paquier Remove useless LZ4 system call on failure when writing... commit | commitdiff | tree
2021年11月24日 David Rowley Flush Memoize cache when non-key parameters change... commit | commitdiff | tree
2021年11月24日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年11月24日 Michael Paquier Add support for Visual Studio 2022 in build scripts commit | commitdiff | tree
2021年11月24日 Amit Kapila Rename SnapBuild* macros in slot.c. commit | commitdiff | tree
2021年11月24日 David Rowley Revert "Flush Memoize cache when non-key parameters... commit | commitdiff | tree
2021年11月24日 David Rowley Flush Memoize cache when non-key parameters change commit | commitdiff | tree
2021年11月23日 David Rowley Allow Memoize to operate in binary comparison mode commit | commitdiff | tree
2021年11月23日 Michael Paquier Add SQL functions to monitor the directory contents... commit | commitdiff | tree
2021年11月22日 Tom Lane Adjust pg_dump's priority ordering for casts. commit | commitdiff | tree
2021年11月22日 Tom Lane Pacify perlcritic. commit | commitdiff | tree
2021年11月22日 Tom Lane Fix pg_dump --inserts mode for generated columns with... commit | commitdiff | tree
2021年11月22日 Tom Lane Probe $PROVE not $PERL while checking for modules neede... commit | commitdiff | tree
2021年11月22日 Alvaro Herrera Be more specific about OOM in XLogReaderAllocate commit | commitdiff | tree
2021年11月22日 Alvaro Herrera autovacuum: Improve wording in a couple places commit | commitdiff | tree
2021年11月22日 Alvaro Herrera Add missing words in comment commit | commitdiff | tree
2021年11月22日 Peter Eisentraut Add ABI extra field to fmgr magic block commit | commitdiff | tree
2021年11月22日 Fujii Masao Report wait events for local shell commands like archiv... commit | commitdiff | tree
2021年11月22日 Peter Geoghegan Remove lazy_scan_heap parallel VACUUM comment block. commit | commitdiff | tree
2021年11月21日 Tom Lane pg_receivewal, pg_recvlogical: allow canceling initial... commit | commitdiff | tree
2021年11月21日 Tom Lane Doc: update some things relevant to minimum Test::More... commit | commitdiff | tree
2021年11月20日 Andrew Dunstan Require version 0.98 of Test::More for TAP tests commit | commitdiff | tree
2021年11月20日 Tom Lane Fix SP-GiST scan initialization logic for binary-compat... commit | commitdiff | tree
2021年11月19日 Tom Lane Allow psql's other uses of simple_prompt() to be interr... commit | commitdiff | tree
2021年11月19日 Andres Freund Initialize backend status reporting during bootstrap. commit | commitdiff | tree
2021年11月19日 Amit Kapila Fix parallel operations that prevent oldest xmin from... commit | commitdiff | tree
2021年11月19日 Michael Paquier Improve psql tab completion for transforms, domains... commit | commitdiff | tree
2021年11月18日 Tom Lane Use appropriate -Wno-warning switches when compiling... commit | commitdiff | tree
2021年11月18日 Michael Paquier Fix quoting of ACL item in table for upgrade binary... commit | commitdiff | tree
2021年11月18日 Michael Paquier Add table to regression tests for binary-compatibility... commit | commitdiff | tree
2021年11月18日 Tom Lane Provide a variant of simple_prompt() that can be interr... commit | commitdiff | tree
2021年11月17日 Tom Lane Add a planner support function for starts_with(). commit | commitdiff | tree
2021年11月17日 Tom Lane Clean up error handling in pg_basebackup's walmethods.c. commit | commitdiff | tree
2021年11月17日 Tom Lane Handle close() failures more robustly in pg_dump and... commit | commitdiff | tree
2021年11月17日 Tom Lane Fix display of SQL-standard function's arguments in... commit | commitdiff | tree
2021年11月17日 Daniel Gustafsson Improve publication error messages commit | commitdiff | tree
2021年11月17日 Daniel Gustafsson Doc: add see-also references to CREATE PUBLICATION. commit | commitdiff | tree
2021年11月17日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年11月17日 Michael Paquier Remove global variable "LastRec" in xlog.c commit | commitdiff | tree
2021年11月16日 Alvaro Herrera Fix headerscheck failure in replication/worker_internal.h commit | commitdiff | tree
2021年11月16日 Robert Haas Move InitXLogInsert() call from InitXLOGAccess() to... commit | commitdiff | tree
2021年11月16日 Amit Kapila Invalidate relcache when changing REPLICA IDENTITY... commit | commitdiff | tree
2021年11月15日 Robert Haas Fix thinko in bbsink_throttle_manifest_contents. commit | commitdiff | tree
2021年11月13日 Peter Geoghegan Explain pruning pgstats accounting subtleties. commit | commitdiff | tree
2021年11月12日 Daniel Gustafsson Document PG_TEST_NOCLEAN in TAP test README commit | commitdiff | tree
2021年11月12日 Tom Lane Make psql's \password default to CURRENT_USER, not... commit | commitdiff | tree
2021年11月12日 Tom Lane postgres_fdw: suppress casts on constants in limited... commit | commitdiff | tree
2021年11月12日 Andrew Dunstan Report found versions of required perl modules commit | commitdiff | tree
2021年11月12日 Michael Paquier Fix memory overrun when querying pg_stat_slru commit | commitdiff | tree
2021年11月12日 Noah Misch Report any XLogReadRecord() error in XlogReadTwoPhaseDa... commit | commitdiff | tree
2021年11月11日 Peter Geoghegan Update heap_page_prune() free space map comments. commit | commitdiff | tree
2021年11月11日 Peter Geoghegan Update another obsolete reference in vacuumlazy.c. commit | commitdiff | tree
2021年11月11日 Robert Haas Improve performance of pgarch_readyXlog() with many... commit | commitdiff | tree
2021年11月11日 Tom Lane Fall back to unsigned int, not int, for socklen_t. commit | commitdiff | tree
2021年11月11日 Alvaro Herrera Restore lock level to set vacuum flags commit | commitdiff | tree
2021年11月11日 Peter Eisentraut doc: Add referential actions to CREATE/ALTER TABLE... commit | commitdiff | tree
2021年11月11日 Michael Paquier Fix buffer overrun in unicode string normalization... commit | commitdiff | tree
2021年11月11日 Michael Paquier Clean up compilation warnings coming from PL/Perl with... commit | commitdiff | tree
2021年11月10日 Tom Lane Doc: improve protocol spec for logical replication... commit | commitdiff | tree
2021年11月10日 Robert Haas Fix thinko in assertion in basebackup.c. commit | commitdiff | tree
2021年11月10日 Robert Haas More cleanup of 'ThisTimeLineID'. commit | commitdiff | tree
2021年11月10日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2021年11月10日 Michael Paquier Improve error messages for some callers of XLogReadRecord() commit | commitdiff | tree
2021年11月10日 Jeff Davis Add pg_checkpointer predefined role for CHECKPOINT... commit | commitdiff | tree
2021年11月09日 Tom Lane Fix instability in 026_overwrite_contrecord.pl test. commit | commitdiff | tree
2021年11月09日 Robert Haas Have the server properly terminate tar archives. commit | commitdiff | tree
2021年11月09日 Peter Eisentraut Remove check for accept() argument types commit | commitdiff | tree
2021年11月09日 Michael Paquier Make some comments use the term "ProcSignal" for consis... commit | commitdiff | tree
2021年11月09日 Fujii Masao doc: Add index entries for pg_stat_statements configura... commit | commitdiff | tree
2021年11月09日 Amit Kapila Rename some enums to use TABLE instead of REL. commit | commitdiff | tree
2021年11月08日 Robert Haas Minimal fix for unterminated tar archive problem. commit | commitdiff | tree
2021年11月08日 Tom Lane Fix incorrect format placeholder. commit | commitdiff | tree
2021年11月08日 Tom Lane libpq: reject extraneous data after SSL or GSS encrypti... commit | commitdiff | tree
2021年11月08日 Tom Lane Reject extraneous data after SSL or GSS encryption... commit | commitdiff | tree
2021年11月08日 David Rowley Fix incorrect hash equality operator bug in Memoize commit | commitdiff | tree
2021年11月08日 Tomas Vondra Fix gist_bool_ops to use gbtreekey2 commit | commitdiff | tree
2021年11月07日 Robert Haas Remove tests added by bd807be6935929bdefe74d1258ca08048... commit | commitdiff | tree
2021年11月07日 Tom Lane Silence uninitialized-variable warning. commit | commitdiff | tree
2021年11月07日 Tom Lane contrib/sslinfo needs a fix too to make hamerkop happy. commit | commitdiff | tree
2021年11月06日 Tom Lane Doc: add some notes about performance of the List funct... commit | commitdiff | tree
2021年11月06日 Andres Freund windows: Remove use of WIN32_LEAN_AND_MEAN from crashdu... commit | commitdiff | tree
2021年11月06日 Tom Lane Blind attempt to fix MSVC pgcrypto build. commit | commitdiff | tree
2021年11月06日 Tom Lane Disallow making an empty lexeme via array_to_tsvector(). commit | commitdiff | tree
2021年11月06日 Tom Lane Second attempt to silence SSL compile failures on hamerkop. commit | commitdiff | tree
2021年11月06日 Alexander Korotkov Reset lastOverflowedXid on standby when needed commit | commitdiff | tree
2021年11月06日 Tom Lane Un-break pg_basebackup's MSVC build. commit | commitdiff | tree
2021年11月06日 Tomas Vondra Add bool GiST opclass to btree_gist commit | commitdiff | tree
2021年11月06日 Tomas Vondra Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY commit | commitdiff | tree
2021年11月06日 Peter Geoghegan Update obsolete reference in vacuumlazy.c. commit | commitdiff | tree
2021年11月06日 Tomas Vondra Fix handling of NaN values in BRIN minmax multi commit | commitdiff | tree
2021年11月05日 Peter Geoghegan Update obsolete heap pruning comments. commit | commitdiff | tree
2021年11月05日 Robert Haas Change ThisTimeLineID from a global variable to a local... commit | commitdiff | tree
2021年11月05日 Robert Haas Remove all use of ThisTimeLineID global variable outsid... commit | commitdiff | tree
2021年11月05日 Robert Haas Don't set ThisTimeLineID when there's no reason to... commit | commitdiff | tree
2021年11月05日 Alvaro Herrera Avoid crash in rare case of concurrent DROP commit | commitdiff | tree
2021年11月05日 Alvaro Herrera Document that ALTER TABLE .. TYPE removes statistics commit | commitdiff | tree
2021年11月05日 Alvaro Herrera Pipeline mode disallows multicommand strings commit | commitdiff | tree
2021年11月05日 Alvaro Herrera Document default and changeability of log_startup_progr... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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