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月05日 Peter Geoghegan Add various assertions to heap pruning code. commit | commitdiff | tree
2021年11月04日 Michael Paquier Fix some thinkos with pg_receivewal --compression-method commit | commitdiff | tree
2021年11月04日 Michael Paquier Rework compression options of pg_receivewal commit | commitdiff | tree
2021年11月04日 Peter Geoghegan Add another old commit to git-blame-ignore-revs. commit | commitdiff | tree
2021年11月03日 Heikki Linnakangas Update alternative expected output file. commit | commitdiff | tree
2021年11月03日 Heikki Linnakangas Fix snapshot reference leak if lo_export fails. commit | commitdiff | tree
2021年11月03日 Peter Eisentraut Fix incorrect format placeholder commit | commitdiff | tree
2021年11月03日 Peter Geoghegan Fix parallel amvacuumcleanup safety bug. commit | commitdiff | tree
2021年11月02日 Tom Lane Blind attempt to silence SSL compile failures on hamerkop. commit | commitdiff | tree
2021年11月02日 Peter Geoghegan Don't overlook indexes during parallel VACUUM. commit | commitdiff | tree
2021年11月02日 Tom Lane Ensure consistent logical replication of datetime and... commit | commitdiff | tree
2021年11月02日 Tom Lane Fix variable lifespan in ExecInitCoerceToDomain(). commit | commitdiff | tree
2021年11月02日 Tom Lane Doc: clean up some places that mentioned template1... commit | commitdiff | tree
2021年11月02日 Tom Lane Doc: be more precise about conflicts between relation... commit | commitdiff | tree
2021年11月02日 Tom Lane Avoid O(N^2) behavior in SyncPostCheckpoint(). commit | commitdiff | tree
2021年11月02日 Fujii Masao pgbench: Fix typo in comment. commit | commitdiff | tree
2021年11月02日 Fujii Masao pgbench: Improve error-handling in pgbench. commit | commitdiff | tree
2021年11月02日 Amit Kapila Move MarkCurrentTransactionIdLoggedIfAny() out of the... commit | commitdiff | tree
2021年11月02日 Amit Kapila Replace XLOG_INCLUDE_XID flag with a more localized... commit | commitdiff | tree
2021年11月01日 Daniel Gustafsson Replace unicode characters in comments with ascii commit | commitdiff | tree
2021年11月01日 Tom Lane Avoid some other O(N^2) hazards in list manipulation. commit | commitdiff | tree
2021年11月01日 Alvaro Herrera Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp commit | commitdiff | tree
2021年11月01日 Michael Paquier Add TAP test for pg_receivewal with timeline switch commit | commitdiff | tree
2021年11月01日 Michael Paquier Preserve opclass parameters across REINDEX CONCURRENTLY commit | commitdiff | tree
2021年10月31日 Tom Lane Don't try to read a multi-GB pg_stat_statements file... commit | commitdiff | tree
2021年10月31日 Tom Lane Doc: improve README files associated with TAP tests. commit | commitdiff | tree
2021年10月31日 Tom Lane Avoid O(N^2) behavior when the standby process releases... commit | commitdiff | tree
2021年10月31日 Tom Lane plpgsql: report proper line number for errors in variab... commit | commitdiff | tree
2021年10月30日 Peter Eisentraut pg_dump: Refactor messages commit | commitdiff | tree
2021年10月30日 Peter Eisentraut doc: Remove some obsolete pgcrypto documentation commit | commitdiff | tree
2021年10月30日 Peter Eisentraut uuid-ossp: Remove obsolete build connection with pgcrypto commit | commitdiff | tree
2021年10月30日 Peter Eisentraut Remove unused chunk from standalone-profile.xsl commit | commitdiff | tree
2021年10月29日 Robert Haas Fix race condition in startup progress reporting. commit | commitdiff | tree
2021年10月29日 Robert Haas When fetching WAL for a basebackup, report errors with... commit | commitdiff | tree
2021年10月29日 Peter Geoghegan Demote pg_unreachable() in heapam to an assertion. commit | commitdiff | tree
2021年10月29日 Tom Lane Test and document the behavior of initialization cross... commit | commitdiff | tree
2021年10月29日 Tom Lane Update time zone data files to tzdata release 2021e. commit | commitdiff | tree
2021年10月29日 Amit Kapila Add tap tests for the schema publications. commit | commitdiff | tree
2021年10月29日 Michael Paquier Speed up TAP tests of pg_receivewal commit | commitdiff | tree
2021年10月28日 Tom Lane Speed up printing of integers in snprintf.c. commit | commitdiff | tree
2021年10月28日 Tom Lane Improve contrib/amcheck's tests for CREATE INDEX CONCUR... commit | commitdiff | tree
2021年10月28日 Michael Paquier Add TAP test for archive_cleanup_command and recovery_e... commit | commitdiff | tree
2021年10月28日 Michael Paquier doc: Fix link to SELinux user guide in sepgsql page commit | commitdiff | tree
2021年10月27日 Peter Geoghegan Remove obsolete nbtree LP_DEAD item comments. commit | commitdiff | tree
2021年10月27日 Jeff Davis Grant memory views to pg_read_all_stats. commit | commitdiff | tree
2021年10月27日 Daniel Gustafsson Fix typos in comments commit | commitdiff | tree
2021年10月27日 Peter Geoghegan Fix ordering of items in nbtree error message. commit | commitdiff | tree
2021年10月27日 Daniel Gustafsson Fix VPATH builds for src/test/ssl targets commit | commitdiff | tree
2021年10月27日 Peter Geoghegan Further harden nbtree posting split code. commit | commitdiff | tree
2021年10月27日 Magnus Hagander Clarify that --system reindexes system catalogs *only* commit | commitdiff | tree
2021年10月27日 Michael Paquier Add test for copy of shared dependencies from template... commit | commitdiff | tree
2021年10月27日 Amit Kapila Allow publishing the tables of schema. commit | commitdiff | tree
2021年10月26日 Jeff Davis Allow GRANT on pg_log_backend_memory_contexts(). commit | commitdiff | tree
2021年10月26日 Fujii Masao Improve HINT message that FDW reports when there are... commit | commitdiff | tree
2021年10月26日 Daniel Gustafsson Ensure that slots are zeroed before use commit | commitdiff | tree
2021年10月26日 Michael Paquier doc: Fix grammar in page of pg_receivewal commit | commitdiff | tree
2021年10月26日 Michael Paquier Fix overly-lax regex pattern in TAP test of READ_REPLIC... commit | commitdiff | tree
2021年10月26日 Michael Paquier Allow pg_receivewal to stream from a slot's restart LSN commit | commitdiff | tree
2021年10月25日 Thomas Munro Reject huge_pages=on if shared_memory_type=sysv. commit | commitdiff | tree
2021年10月25日 Robert Haas Initialize variable to placate compiler. commit | commitdiff | tree
2021年10月25日 Robert Haas Report progress of startup operations that take a long... commit | commitdiff | tree
2021年10月25日 Robert Haas Add enable_timeout_every() to fire the same timeout... commit | commitdiff | tree
2021年10月25日 Robert Haas Remove useless code from CreateReplicationSlot. commit | commitdiff | tree
2021年10月25日 Robert Haas StartupXLOG: Don't repeatedly disable/enable local... commit | commitdiff | tree
2021年10月25日 Robert Haas StartupXLOG: Call CleanupAfterArchiveRecovery after... commit | commitdiff | tree
2021年10月25日 Heikki Linnakangas Clarify the logic in a few places in the new balanced... commit | commitdiff | tree
2021年10月24日 Michael Paquier Add replication command READ_REPLICATION_SLOT commit | commitdiff | tree
2021年10月24日 Tom Lane Fix minor memory leaks in pg_dump. commit | commitdiff | tree
2021年10月24日 Andrew Dunstan Move Perl test modules to a better namespace commit | commitdiff | tree
2021年10月24日 Noah Misch Fix CREATE INDEX CONCURRENTLY for the newest prepared... commit | commitdiff | tree
2021年10月24日 Noah Misch Avoid race in RelationBuildDesc() affecting CREATE... commit | commitdiff | tree
2021年10月23日 Michael Paquier doc: Describe calculation method of streaming start... commit | commitdiff | tree
2021年10月22日 Tom Lane In pg_dump, use simplehash.h to look up dumpable object... commit | commitdiff | tree
2021年10月22日 Tom Lane Fix frontend version of sh_error() in simplehash.h. commit | commitdiff | tree
2021年10月22日 Tom Lane pg_dump: fix mis-dumping of non-global default privileges. commit | commitdiff | tree
2021年10月22日 Andrew Dunstan Add module build directory to the PATH for TAP tests commit | commitdiff | tree
2021年10月21日 Tom Lane Doc: clarify a critical and undocumented aspect of... commit | commitdiff | tree
2021年10月21日 Daniel Gustafsson Fix SSL tests on 32-bit Perl commit | commitdiff | tree
2021年10月21日 Amit Kapila Remove unused wait events. commit | commitdiff | tree
2021年10月21日 Michael Paquier Fix corruption of pg_shdepend when copying deps from... commit | commitdiff | tree
2021年10月20日 Tom Lane Improve pg_regress.c's infrastructure for issuing psql... commit | commitdiff | tree
2021年10月20日 Alvaro Herrera Protect against collation variations in test commit | commitdiff | tree
2021年10月20日 Michael Paquier Fix build of MSVC with OpenSSL 3.0.0 commit | commitdiff | tree
2021年10月19日 Alvaro Herrera Ensure correct lock level is used in ALTER ... RENAME commit | commitdiff | tree
2021年10月19日 Tom Lane pg_dump: Reorganize getTables() commit | commitdiff | tree
2021年10月19日 Andres Freund Adapt src/test/ldap/t/001_auth.pl to work with openldap... commit | commitdiff | tree
2021年10月19日 Daniel Gustafsson Refactor the sslfiles Makefile target for ease of use commit | commitdiff | tree
2021年10月19日 Tom Lane Fix assignment to array of domain over composite. commit | commitdiff | tree
2021年10月19日 Tom Lane Remove bogus assertion in transformExpressionList(). commit | commitdiff | tree
2021年10月19日 Daniel Gustafsson Fix bug in TOC file error message printing commit | commitdiff | tree
2021年10月19日 Daniel Gustafsson Fix sscanf limits in pg_basebackup and pg_dump commit | commitdiff | tree
2021年10月19日 Michael Paquier Block ALTER INDEX/TABLE index_name ALTER COLUMN colname... commit | commitdiff | tree
2021年10月18日 Alvaro Herrera Invalidate partitions of table being attached/detached commit | commitdiff | tree
2021年10月18日 Heikki Linnakangas Fix parallel sort, broken by the balanced merge patch. commit | commitdiff | tree
2021年10月18日 Heikki Linnakangas Fix duplicate typedef LogicalTape. commit | commitdiff | tree
2021年10月18日 Heikki Linnakangas Fix format modifier used in elog. commit | commitdiff | tree
2021年10月18日 Heikki Linnakangas Replace polyphase merge algorithm with a simple balance... commit | commitdiff | tree
2021年10月18日 Heikki Linnakangas Refactor LogicalTapeSet/LogicalTape interface. commit | commitdiff | tree
2021年10月18日 Michael Paquier Reset properly snapshot export state during transaction... commit | commitdiff | tree
2021年10月18日 Michael Paquier Fix portability issues in new TAP tests of psql commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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