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
2022年03月03日
Tom Lane
Clean up assorted failures under clang's -fsanitize...
commit
|
commitdiff
|
tree
2022年03月03日
Michael Paquier
Fix catalog data of pg_stop_backup(), labelled v2
commit
|
commitdiff
|
tree
2022年03月02日
Tom Lane
Doc: update libpq.sgml for root-owned SSL private keys.
commit
|
commitdiff
|
tree
2022年03月02日
Peter Eisentraut
Add id's to various elements in protocol.sgml
commit
|
commitdiff
|
tree
2022年03月01日
Tatsuo Ishii
Fix typo in pgbench messages.
commit
|
commitdiff
|
tree
2022年03月01日
Michael Paquier
Fix check for PGHOST[ADDR] in pg_upgrade with Windows...
commit
|
commitdiff
|
tree
2022年03月01日
Peter Eisentraut
psql: Additional tests
commit
|
commitdiff
|
tree
2022年03月01日
Michael Paquier
Rework internal command generation of pg_rewind
commit
|
commitdiff
|
tree
2022年03月01日
Amit Kapila
Reconsider pg_stat_subscription_workers view.
commit
|
commitdiff
|
tree
2022年02月28日
Tom Lane
Handle integer overflow in interval justification funct...
commit
|
commitdiff
|
tree
2022年02月28日
Tom Lane
Allow root-owned SSL private keys in libpq, not only...
commit
|
commitdiff
|
tree
2022年02月28日
Tom Lane
Don't use static storage for SaveTransactionCharacteris...
commit
|
commitdiff
|
tree
2022年02月28日
Tom Lane
Fix SPI's handling of errors during transaction commit.
commit
|
commitdiff
|
tree
2022年02月28日
Tom Lane
Adjust interaction of libpq pipeline mode with errorMes...
commit
|
commitdiff
|
tree
2022年02月28日
Peter Eisentraut
Improve some psql test code
commit
|
commitdiff
|
tree
2022年02月28日
Michael Paquier
pg_stat_statements: Remove unnecessary call to GetUserId()
commit
|
commitdiff
|
tree
2022年02月27日
Dean Rasheed
Optimise numeric division for one and two base-NBASE...
commit
|
commitdiff
|
tree
2022年02月27日
Dean Rasheed
Simplify the inner loop of numeric division in div_var().
commit
|
commitdiff
|
tree
2022年02月27日
Dean Rasheed
Apply auto-vectorization to the inner loop of div_var_f...
commit
|
commitdiff
|
tree
2022年02月27日
Andres Freund
Run tap tests in src/interfaces/libpq.
commit
|
commitdiff
|
tree
2022年02月27日
Andres Freund
Convert src/interfaces/libpq/test to a tap test.
commit
|
commitdiff
|
tree
2022年02月27日
Andres Freund
Fix use of wrong variable in pg_receivewal's get_destin...
commit
|
commitdiff
|
tree
2022年02月27日
Andres Freund
Fix warning on mingw due to pid_t width, introduced...
commit
|
commitdiff
|
tree
2022年02月26日
Amit Kapila
Fix typo in logicalfuncs.c.
commit
|
commitdiff
|
tree
2022年02月26日
Andres Freund
Add further debug info to help debug 019_replslot_limit...
commit
|
commitdiff
|
tree
2022年02月25日
Tom Lane
Disallow execution of SPI functions during plperl funct...
commit
|
commitdiff
|
tree
2022年02月25日
Andres Freund
pg_waldump: Fix error message for WAL files smaller...
commit
|
commitdiff
|
tree
2022年02月25日
Peter Geoghegan
vacuumlazy.c: Remove obsolete num_tuples field.
commit
|
commitdiff
|
tree
2022年02月25日
Amit Kapila
Fix few values in pg_proc for pg_stat_get_replication_slot.
commit
|
commitdiff
|
tree
2022年02月25日
Peter Geoghegan
Remove unnecessary heap_tuple_needs_freeze argument.
commit
|
commitdiff
|
tree
2022年02月24日
Daniel Gustafsson
Guard against reallocation failure in pg_regress
commit
|
commitdiff
|
tree
2022年02月24日
Heikki Linnakangas
Fix data loss on crash after sorted GiST index build.
commit
|
commitdiff
|
tree
2022年02月24日
Michael Paquier
Simplify more checks related to set-returning functions
commit
|
commitdiff
|
tree
2022年02月24日
Michael Paquier
Clean up and simplify code in a couple of set-returning...
commit
|
commitdiff
|
tree
2022年02月24日
Etsuro Fujita
postgres_fdw: Add support for parallel commit.
commit
|
commitdiff
|
tree
2022年02月24日
Amit Kapila
Fix one of the tests introduced in commit 52e4f0cd47.
commit
|
commitdiff
|
tree
2022年02月23日
Tom Lane
Re-allow underscore as first character of custom GUC...
commit
|
commitdiff
|
tree
2022年02月23日
Daniel Gustafsson
Quick exit on log stream child exit in pg_basebackup
commit
|
commitdiff
|
tree
2022年02月23日
Daniel Gustafsson
Remove duplicated word in comment
commit
|
commitdiff
|
tree
2022年02月23日
Daniel Gustafsson
Add function to pump IPC process until string match
commit
|
commitdiff
|
tree
2022年02月23日
Daniel Gustafsson
Use test functions in pg_rewind test module
commit
|
commitdiff
|
tree
2022年02月23日
Daniel Gustafsson
Fix statenames in mergejoin comments
commit
|
commitdiff
|
tree
2022年02月23日
Andres Freund
Add temporary debug info to help debug 019_replslot_lim...
commit
|
commitdiff
|
tree
2022年02月22日
Peter Eisentraut
Put typtype letters back into consistent order
commit
|
commitdiff
|
tree
2022年02月22日
Amit Kapila
Allow specifying row filters for logical replication...
commit
|
commitdiff
|
tree
2022年02月22日
Michael Paquier
Add compute_query_id = regress
commit
|
commitdiff
|
tree
2022年02月21日
Tom Lane
Disallow setting bogus GUCs within an extension's reser...
commit
|
commitdiff
|
tree
2022年02月21日
Andres Freund
Assert in init_toast_snapshot() that some snapshot...
commit
|
commitdiff
|
tree
2022年02月21日
Andres Freund
Fix temporary object cleanup failing due to toast acces...
commit
|
commitdiff
|
tree
2022年02月21日
Andres Freund
pg_upgrade: Don't print progress status when output...
commit
|
commitdiff
|
tree
2022年02月21日
Peter Eisentraut
pgcrypto: Remove unused error code
commit
|
commitdiff
|
tree
2022年02月21日
Peter Eisentraut
pgcrypto: Remove unused error code
commit
|
commitdiff
|
tree
2022年02月21日
Peter Eisentraut
Fix possible null pointer reference
commit
|
commitdiff
|
tree
2022年02月21日
Michael Paquier
doc: Mention environment variable ZSTD in the TAP tests...
commit
|
commitdiff
|
tree
2022年02月20日
Andres Freund
Fix meaning-changing typo introduced in fa0e03c15a9f.
commit
|
commitdiff
|
tree
2022年02月20日
Tom Lane
Reset conn->errorReported when PQrequestCancel sets...
commit
|
commitdiff
|
tree
2022年02月20日
Andrew Dunstan
Remove most msys special processing in TAP tests
commit
|
commitdiff
|
tree
2022年02月20日
Andrew Dunstan
Remove PostgreSQL::Test::Utils::perl2host completely
commit
|
commitdiff
|
tree
2022年02月20日
Andrew Dunstan
Ensure the right perl is used for TAP tests on msys
commit
|
commitdiff
|
tree
2022年02月20日
Heikki Linnakangas
Fix uninitialized variable.
commit
|
commitdiff
|
tree
2022年02月20日
John Naylor
Use bitwise rotate functions in more places
commit
|
commitdiff
|
tree
2022年02月19日
Michael Paquier
doc: Simplify description of --with-lz4
commit
|
commitdiff
|
tree
2022年02月19日
Michael Paquier
Fix inconsistencies in SRF checks of pg_config() and...
commit
|
commitdiff
|
tree
2022年02月18日
Tom Lane
Rearrange libpq's error reporting to avoid duplicated...
commit
|
commitdiff
|
tree
2022年02月18日
Robert Haas
Add support for building with ZSTD.
commit
|
commitdiff
|
tree
2022年02月18日
Tom Lane
Don't let libpq PGEVT_CONNRESET callbacks break a PGconn.
commit
|
commitdiff
|
tree
2022年02月18日
Tom Lane
Don't let libpq "event" procs break the state of PGresu...
commit
|
commitdiff
|
tree
2022年02月18日
Tom Lane
Suppress warning about stack_base_ptr with late-model...
commit
|
commitdiff
|
tree
2022年02月18日
Fujii Masao
Fix comment in CheckIndexCompatible().
commit
|
commitdiff
|
tree
2022年02月18日
Fujii Masao
postgres_fdw: Make postgres_fdw.application_name suppor...
commit
|
commitdiff
|
tree
2022年02月18日
Amit Kapila
Fix a comment in worker.c.
commit
|
commitdiff
|
tree
2022年02月17日
Tom Lane
Avoid dangling-pointer usage in pg_basebackup progress...
commit
|
commitdiff
|
tree
2022年02月17日
Robert Haas
Add missing binary-upgrade guard.
commit
|
commitdiff
|
tree
2022年02月17日
Andrew Dunstan
Disable perl2host() processing in TAP tests
commit
|
commitdiff
|
tree
2022年02月17日
Andres Freund
plpython: Reject Python 2 during build configuration.
commit
|
commitdiff
|
tree
2022年02月17日
Peter Geoghegan
Increase hash_mem_multiplier default to 2.0.
commit
|
commitdiff
|
tree
2022年02月17日
Peter Geoghegan
Avoid VACUUM reltuples distortion.
commit
|
commitdiff
|
tree
2022年02月17日
Michael Paquier
Remove all traces of tuplestore_donestoring() in the...
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Fix bogus log message when starting from a cleanly...
commit
|
commitdiff
|
tree
2022年02月16日
John Naylor
Add missing TYPEALIGN macros
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Fix read beyond buffer bug introduced by the split...
commit
|
commitdiff
|
tree
2022年02月16日
Peter Eisentraut
Reject trailing junk after numeric literals
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Split xlog.c into xlog.c and xlogrecovery.c.
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Move code around in StartupXLOG().
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
commit
|
commitdiff
|
tree
2022年02月16日
Heikki Linnakangas
Run pgindent on xlog.c.
commit
|
commitdiff
|
tree
2022年02月16日
Etsuro Fujita
Doc: Update documentation for modifying postgres_fdw...
commit
|
commitdiff
|
tree
2022年02月16日
Michael Paquier
Add TAP test to automate the equivalent of check_guc...
commit
|
commitdiff
|
tree
2022年02月15日
Heikki Linnakangas
Fix race condition in 028_pitr_timelines.pl test, add...
commit
|
commitdiff
|
tree
2022年02月15日
Peter Geoghegan
Update "don't truncate with failsafe" rationale.
commit
|
commitdiff
|
tree
2022年02月15日
Tom Lane
Ensure that length argument of memcmp() isn't seen...
commit
|
commitdiff
|
tree
2022年02月15日
Tom Lane
Ensure that the argument of shmdt(2) is declared "void *".
commit
|
commitdiff
|
tree
2022年02月15日
Andres Freund
docs: Work around bug in the docbook xsl stylesheets.
commit
|
commitdiff
|
tree
2022年02月15日
Tom Lane
Reject change of output-column collation in CREATE...
commit
|
commitdiff
|
tree
2022年02月15日
Daniel Gustafsson
Ensure that STDERR is empty in connect_ok tests
commit
|
commitdiff
|
tree
2022年02月15日
Peter Eisentraut
Fix XML namespace declarations
commit
|
commitdiff
|
tree
2022年02月15日
Heikki Linnakangas
Add more logging to new 028_pitr_timelines.pl test.
commit
|
commitdiff
|
tree
2022年02月15日
Peter Eisentraut
Remove IS_AF_UNIX macro
commit
|
commitdiff
|
tree
2022年02月15日
John Naylor
Spell "startup process" with lower case in the document...
commit
|
commitdiff
|
tree
2022年02月15日
Peter Eisentraut
Add test case for trailing junk after numeric literals
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル