git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
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
2021年10月16日
Tom Lane
Avoid core dump in pg_dump when dumping from pre-8...
commit
|
commitdiff
|
tree
2021年10月16日
Tom Lane
Make pg_dump acquire lock on partitioned tables that...
commit
|
commitdiff
|
tree
2021年10月15日
Peter Geoghegan
Remove obsolete nbtree deduplication comments.
commit
|
commitdiff
|
tree
2021年10月15日
Andrew Dunstan
Fix PostgresNode install_path sanity tests that fail...
commit
|
commitdiff
|
tree
2021年10月14日
Peter Geoghegan
Remove unstable pg_amcheck tests.
commit
|
commitdiff
|
tree
2021年10月14日
Robert Haas
shm_mq: Update mq_bytes_written less often.
commit
|
commitdiff
|
tree
2021年10月14日
Jeff Davis
Check criticalSharedRelcachesBuilt in GetSharedSecurity...
commit
|
commitdiff
|
tree
2021年10月14日
Tom Lane
Fix planner error with pulling up subquery expressions...
commit
|
commitdiff
|
tree
2021年10月14日
Robert Haas
Postpone some end-of-recovery operations related to...
commit
|
commitdiff
|
tree
2021年10月13日
Alvaro Herrera
Change recently added test code for stability
commit
|
commitdiff
|
tree
2021年10月13日
Peter Geoghegan
pg_amcheck: avoid unhelpful verification attempts.
commit
|
commitdiff
|
tree
2021年10月13日
Robert Haas
Refactor some end-of-recovery code out of StartupXLOG().
commit
|
commitdiff
|
tree
2021年10月13日
Etsuro Fujita
postgres_fdw: Move comments about elog level in (sub...
commit
|
commitdiff
|
tree
2021年10月13日
Michael Paquier
Fix use-after-free with multirange types in CREATE...
commit
|
commitdiff
|
tree
2021年10月13日
Peter Eisentraut
Fix incorrect format placeholder
commit
|
commitdiff
|
tree
2021年10月13日
Michael Paquier
Fix tests of pg_upgrade across different major versions
commit
|
commitdiff
|
tree
2021年10月12日
Peter Eisentraut
psql: Fix some scan-build warnings
commit
|
commitdiff
|
tree
2021年10月12日
Peter Geoghegan
Doc: normalize vacuum_multixact_failsafe_age ID.
commit
|
commitdiff
|
tree
2021年10月12日
Robert Haas
Refactor basebackup.c's _tarWriteDir() function.
commit
|
commitdiff
|
tree
2021年10月12日
Peter Eisentraut
psql: Fix test
commit
|
commitdiff
|
tree
2021年10月12日
Peter Eisentraut
psql: Add test for handling of replication commands
commit
|
commitdiff
|
tree
2021年10月12日
Peter Eisentraut
psql: More tests
commit
|
commitdiff
|
tree
2021年10月12日
Michael Paquier
Add more $Test::Builder::Level in the TAP tests
commit
|
commitdiff
|
tree
2021年10月12日
Fujii Masao
Make autovacuum launcher more responsive to pg_log_back...
commit
|
commitdiff
|
tree
2021年10月12日
Peter Geoghegan
amcheck: Skip unlogged relations in Hot Standby.
commit
|
commitdiff
|
tree
2021年10月11日
Tom Lane
Make configure check for minimum required version of...
commit
|
commitdiff
|
tree
2021年10月11日
Tom Lane
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
commit
|
commitdiff
|
tree
2021年10月11日
Michael Paquier
Clean up more code using "(expr) ? true : false"
commit
|
commitdiff
|
tree
2021年10月10日
Tom Lane
Doc: update testing recipe in src/test/perl/README.
commit
|
commitdiff
|
tree
2021年10月09日
Tom Lane
Doc: improve documentation for ^@ starts-with operator.
commit
|
commitdiff
|
tree
2021年10月08日
Michael Paquier
Refactor fallback to stderr for csvlog to handle better...
commit
|
commitdiff
|
tree
2021年10月07日
Tom Lane
Doc: update our claims about the minimum recommended...
commit
|
commitdiff
|
tree
2021年10月07日
Tom Lane
Update test/perl/README to insist on Perl version ...
commit
|
commitdiff
|
tree
2021年10月07日
Tom Lane
Adjust configure to insist on Perl version >= 5.8.3.
commit
|
commitdiff
|
tree
2021年10月07日
Tom Lane
plperl: update ppport.h to Perl 5.34.0.
commit
|
commitdiff
|
tree
2021年10月07日
Etsuro Fujita
postgres_fdw: Fix comments in connection.c.
commit
|
commitdiff
|
tree
2021年10月07日
Etsuro Fujita
Add missing word to comment in joinrels.c.
commit
|
commitdiff
|
tree
2021年10月07日
Michael Paquier
Fix compilation warning in syslogger.c
commit
|
commitdiff
|
tree
2021年10月07日
Peter Eisentraut
Improve order in file
commit
|
commitdiff
|
tree
2021年10月07日
Michael Paquier
Refactor per-destination file rotation in logging collector
commit
|
commitdiff
|
tree
2021年10月06日
Tom Lane
Fix null-pointer crash in postgres_fdw's conversion_err...
commit
|
commitdiff
|
tree
2021年10月06日
Tom Lane
Doc: improve timezone/README's recipe for tracking...
commit
|
commitdiff
|
tree
2021年10月06日
Dean Rasheed
Fix corner-case loss of precision in numeric_power().
commit
|
commitdiff
|
tree
2021年10月06日
Peter Eisentraut
Fix loop variable signedness
commit
|
commitdiff
|
tree
2021年10月06日
Michael Paquier
Fix warning in TAP test of pg_verifybackup
commit
|
commitdiff
|
tree
2021年10月05日
Robert Haas
Flexible options for CREATE_REPLICATION_SLOT.
commit
|
commitdiff
|
tree
2021年10月05日
Robert Haas
Flexible options for BASE_BACKUP.
commit
|
commitdiff
|
tree
2021年10月05日
Fujii Masao
Make recovery report error message when invalid page...
commit
|
commitdiff
|
tree
2021年10月05日
Tom Lane
Doc: improve description of UNION/INTERSECT/EXCEPT...
commit
|
commitdiff
|
tree
2021年10月05日
Fujii Masao
doc: Document pg_encoding_to_char() and pg_char_to_enco...
commit
|
commitdiff
|
tree
2021年10月05日
Amit Kapila
Remove obsolete comment in snapbuild.c.
commit
|
commitdiff
|
tree
2021年10月05日
Fujii Masao
psql: Improve tab-completion for LOCK TABLE.
commit
|
commitdiff
|
tree
2021年10月04日
Bruce Momjian
doc: remove URL for ICU explorer/locexp
commit
|
commitdiff
|
tree
2021年10月04日
Andres Freund
Fix TestLib::slurp_file() with offset on windows.
commit
|
commitdiff
|
tree
2021年10月04日
Andres Freund
windows: Define WIN32_LEAN_AND_MEAN to make compilation...
commit
|
commitdiff
|
tree
2021年10月04日
Daniel Gustafsson
Fix check for trapping exit() calls in libpq
commit
|
commitdiff
|
tree
2021年10月04日
Tom Lane
Update our mapping of Windows time zone names some...
commit
|
commitdiff
|
tree
2021年10月04日
Peter Eisentraut
Make Unicode makefile parallel-safe
commit
|
commitdiff
|
tree
2021年10月04日
Tom Lane
Doc: fix minor issues in GiST support function document...
commit
|
commitdiff
|
tree
2021年10月04日
Daniel Gustafsson
Fix duplicate words in comments
commit
|
commitdiff
|
tree
2021年10月04日
Daniel Gustafsson
Provide error hint on exit() check when building libpq
commit
|
commitdiff
|
tree
2021年10月04日
Peter Eisentraut
Update Unicode map text files
commit
|
commitdiff
|
tree
2021年10月04日
Daniel Gustafsson
Provide error hint if TAP tests are not enabled
commit
|
commitdiff
|
tree
2021年10月04日
Daniel Gustafsson
Replace occurrences of InvalidXid with InvalidTransactionId
commit
|
commitdiff
|
tree
2021年10月04日
Michael Paquier
Fix snapshot builds during promotion of hot standby...
commit
|
commitdiff
|
tree
2021年10月03日
Tom Lane
Fix checking of query type in plpgsql's RETURN QUERY...
commit
|
commitdiff
|
tree
2021年10月03日
Peter Geoghegan
Enable deduplication in system catalog indexes.
commit
|
commitdiff
|
tree
2021年10月02日
Tom Lane
Update our mapping of Windows time zone names using...
commit
|
commitdiff
|
tree
2021年10月02日
Tom Lane
Re-alphabetize the win32_tzmap[] array.
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル