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年01月26日
Tom Lane
Improve performance of repeated CALLs within plpgsql...
commit
|
commitdiff
|
tree
2021年01月25日
Andres Freund
Fix two typos in snapbuild.c.
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Don't clobber the calling user's credentials cache...
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Fix broken ruleutils support for function TRANSFORM...
commit
|
commitdiff
|
tree
2021年01月25日
Robert Haas
Remove CheckpointLock.
commit
|
commitdiff
|
tree
2021年01月25日
Tom Lane
Doc: improve documentation of pg_proc.protrftypes.
commit
|
commitdiff
|
tree
2021年01月25日
Peter Eisentraut
Remove duplicate include
commit
|
commitdiff
|
tree
2021年01月25日
David Rowley
Fix hypothetical bug in heap backward scans
commit
|
commitdiff
|
tree
2021年01月25日
Amit Kapila
Fix ALTER PUBLICATION...DROP TABLE behavior.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Make storage/standby.h compile standalone again.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Update time zone data files to tzdata release 2021a.
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Add a simple test for contrib/auto_explain.
commit
|
commitdiff
|
tree
2021年01月24日
Magnus Hagander
Remove make_diff set of tools
commit
|
commitdiff
|
tree
2021年01月24日
Tom Lane
Doc: clean up contrib/pageinspect's GIST function docum...
commit
|
commitdiff
|
tree
2021年01月24日
Tomas Vondra
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Doc: update example connection-failure messages in...
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Update ecpg's connect-test1 for connection-failure...
commit
|
commitdiff
|
tree
2021年01月23日
Michael Paquier
Introduce SHA1 implementations in the cryptohash infras...
commit
|
commitdiff
|
tree
2021年01月23日
Tom Lane
Suppress bison warning in ecpg grammar.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Doc: improve directions for building on macOS.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Avoid redundantly prefixing PQerrorMessage for a connec...
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Re-allow DISTINCT in pl/pgsql expressions.
commit
|
commitdiff
|
tree
2021年01月22日
Tom Lane
Doc: remove misleading claim in documentation of PQreset().
commit
|
commitdiff
|
tree
2021年01月22日
Magnus Hagander
Remove reference to ftp servers from documentation
commit
|
commitdiff
|
tree
2021年01月22日
Peter Eisentraut
Remove bogus tracepoint
commit
|
commitdiff
|
tree
2021年01月22日
Heikki Linnakangas
doc: Copy-edit the "Overview of PostgreSQL Internals...
commit
|
commitdiff
|
tree
2021年01月22日
Michael Paquier
Move SSL information callback earlier to capture more...
commit
|
commitdiff
|
tree
2021年01月21日
Tom Lane
Improve new wording of libpq's connection failure messages.
commit
|
commitdiff
|
tree
2021年01月21日
Tom Lane
Fix pull_varnos' miscomputation of relids set for a...
commit
|
commitdiff
|
tree
2021年01月21日
Tomas Vondra
Fix initialization of FDW batching in ExecInitModifyTable
commit
|
commitdiff
|
tree
2021年01月21日
Michael Paquier
Switch "cl /?" to "cl /help" in MSVC scripts for platfo...
commit
|
commitdiff
|
tree
2021年01月20日
Tomas Vondra
Implement support for bulk inserts in postgres_fdw
commit
|
commitdiff
|
tree
2021年01月20日
Tomas Vondra
psql \dX: list extended statistics objects
commit
|
commitdiff
|
tree
2021年01月20日
Tom Lane
Further tweaking of PG_SYSROOT heuristics for macOS.
commit
|
commitdiff
|
tree
2021年01月20日
Tom Lane
Disable vacuum page skipping in selected test cases.
commit
|
commitdiff
|
tree
2021年01月20日
Heikki Linnakangas
Fix bug in detecting concurrent page splits in GiST...
commit
|
commitdiff
|
tree
2021年01月20日
Thomas Munro
Fix sample output of EXPLAIN ANALYZE.
commit
|
commitdiff
|
tree
2021年01月20日
Michael Paquier
Add regression test for DROP OWNED BY with default...
commit
|
commitdiff
|
tree
2021年01月20日
Michael Paquier
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
commit
|
commitdiff
|
tree
2021年01月19日
Tom Lane
Remove faulty support for MergeAppend plan with WHERE...
commit
|
commitdiff
|
tree
2021年01月19日
Peter Eisentraut
pageinspect: Change block number arguments to bigint
commit
|
commitdiff
|
tree
2021年01月19日
Fujii Masao
doc: Add note about the server name of postgres_fdw_get...
commit
|
commitdiff
|
tree
2021年01月19日
Amit Kapila
pgindent worker.c.
commit
|
commitdiff
|
tree
2021年01月18日
Bruce Momjian
doc: adjust alignment of doc file list for "pg_waldump...
commit
|
commitdiff
|
tree
2021年01月18日
Tom Lane
Avoid crash with WHERE CURRENT OF and a custom scan...
commit
|
commitdiff
|
tree
2021年01月18日
Tom Lane
Narrow the scope of a local variable.
commit
|
commitdiff
|
tree
2021年01月18日
Tom Lane
Add bytea equivalents of ltrim() and rtrim().
commit
|
commitdiff
|
tree
2021年01月18日
Robert Haas
Allow for error or refusal while absorbing a ProcSignal...
commit
|
commitdiff
|
tree
2021年01月18日
Magnus Hagander
Bump PGSTAT_FILE_FORMAT_ID
commit
|
commitdiff
|
tree
2021年01月18日
Heikki Linnakangas
Check for BuildIndexValueDescription returning NULL...
commit
|
commitdiff
|
tree
2021年01月18日
Peter Eisentraut
Pause recovery for insufficient parameter settings
commit
|
commitdiff
|
tree
2021年01月18日
Fujii Masao
postgres_fdw: Add function to list cached connections...
commit
|
commitdiff
|
tree
2021年01月18日
Michael Paquier
Refactor option handling of CLUSTER, REINDEX and VACUUM
commit
|
commitdiff
|
tree
2021年01月17日
Heikki Linnakangas
pageinspect: Fix relcache leak in gist_page_items().
commit
|
commitdiff
|
tree
2021年01月17日
Tomas Vondra
Set PD_ALL_VISIBLE and visibility map bits in COPY...
commit
|
commitdiff
|
tree
2021年01月17日
Tom Lane
Add missing array-enlargement logic to test_regex.c.
commit
|
commitdiff
|
tree
2021年01月17日
Magnus Hagander
Add documentation chapter about checksums
commit
|
commitdiff
|
tree
2021年01月17日
Tomas Vondra
Revert "psql \dX: list extended statistics objects"
commit
|
commitdiff
|
tree
2021年01月17日
Magnus Hagander
Add --no-instructions parameter to initdb
commit
|
commitdiff
|
tree
2021年01月17日
Magnus Hagander
Add pg_stat_database counters for sessions and session...
commit
|
commitdiff
|
tree
2021年01月16日
Tomas Vondra
psql \dX: list extended statistics objects
commit
|
commitdiff
|
tree
2021年01月16日
Jeff Davis
Documenation fixups for replication protocol.
commit
|
commitdiff
|
tree
2021年01月16日
Noah Misch
Fix pg_dump for GRANT OPTION among initial privileges.
commit
|
commitdiff
|
tree
2021年01月16日
Noah Misch
Prevent excess SimpleLruTruncate() deletion.
commit
|
commitdiff
|
tree
2021年01月16日
Amit Kapila
Remove unnecessary pstrdup in fetch_table_list.
commit
|
commitdiff
|
tree
2021年01月15日
Tomas Vondra
Disallow CREATE STATISTICS on system catalogs
commit
|
commitdiff
|
tree
2021年01月15日
Tom Lane
Improve our heuristic for selecting PG_SYSROOT on macOS.
commit
|
commitdiff
|
tree
2021年01月15日
Alvaro Herrera
Avoid spurious wait in concurrent reindex
commit
|
commitdiff
|
tree
2021年01月15日
Fujii Masao
Fix calculation of how much shared memory is required...
commit
|
commitdiff
|
tree
2021年01月15日
Michael Paquier
Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
commit
|
commitdiff
|
tree
2021年01月15日
Michael Paquier
Fix O(N^2) stat() calls when recycling WAL segments
commit
|
commitdiff
|
tree
2021年01月15日
Fujii Masao
postgres_fdw: Save foreign server OID in connection...
commit
|
commitdiff
|
tree
2021年01月14日
Tom Lane
pg_dump: label PUBLICATION TABLE ArchiveEntries with...
commit
|
commitdiff
|
tree
2021年01月14日
Alvaro Herrera
Prevent drop of tablespaces used by partitioned relations
commit
|
commitdiff
|
tree
2021年01月14日
Fujii Masao
Stabilize timeline switch regression test.
commit
|
commitdiff
|
tree
2021年01月14日
Fujii Masao
Improve tab-completion for CLOSE, DECLARE, FETCH and...
commit
|
commitdiff
|
tree
2021年01月14日
Thomas Munro
Minor header cleanup for the new iovec code.
commit
|
commitdiff
|
tree
2021年01月14日
Fujii Masao
Ensure that a standby is able to follow a primary on...
commit
|
commitdiff
|
tree
2021年01月14日
Michael Paquier
Rework refactoring of hex and encoding routines
commit
|
commitdiff
|
tree
2021年01月13日
Thomas Munro
Move our p{read,write}v replacements into their own...
commit
|
commitdiff
|
tree
2021年01月13日
Tom Lane
Mark inet_server_addr() and inet_server_port() as paral...
commit
|
commitdiff
|
tree
2021年01月13日
Tom Lane
Run reformat-dat-files to declutter the catalog data...
commit
|
commitdiff
|
tree
2021年01月13日
Tom Lane
Doc, more or less: uncomment tutorial example that...
commit
|
commitdiff
|
tree
2021年01月13日
Alvaro Herrera
Call out vacuum considerations in create index docs
commit
|
commitdiff
|
tree
2021年01月13日
Tom Lane
Disallow a digit as the first character of a variable...
commit
|
commitdiff
|
tree
2021年01月13日
Heikki Linnakangas
Fix test failure with wal_level=minimal.
commit
|
commitdiff
|
tree
2021年01月13日
Tom Lane
Doc: clarify behavior of back-half options in pg_dump.
commit
|
commitdiff
|
tree
2021年01月13日
Peter Geoghegan
Enhance nbtree index tuple deletion.
commit
|
commitdiff
|
tree
2021年01月13日
Peter Geoghegan
Pass down "logically unchanged index" hint.
commit
|
commitdiff
|
tree
2021年01月13日
Fujii Masao
Log long wait time on recovery conflict when it's resolved.
commit
|
commitdiff
|
tree
2021年01月13日
Heikki Linnakangas
Fix portability issues in the new gist pageinspect...
commit
|
commitdiff
|
tree
2021年01月13日
Magnus Hagander
Remove incorrect markup
commit
|
commitdiff
|
tree
2021年01月13日
Heikki Linnakangas
Add functions to 'pageinspect' to inspect GiST indexes.
commit
|
commitdiff
|
tree
2021年01月13日
Thomas Munro
Don't use elog() in src/port/pwrite.c.
commit
|
commitdiff
|
tree
2021年01月13日
Amit Kapila
Fix memory leak in SnapBuildSerialize.
commit
|
commitdiff
|
tree
2021年01月13日
Amit Kapila
Optimize DropRelFileNodesAllBuffers() for recovery.
commit
|
commitdiff
|
tree
2021年01月13日
Michael Paquier
Fix routine name in comment of catcache.c
commit
|
commitdiff
|
tree
2021年01月12日
Alvaro Herrera
Invent struct ReindexIndexInfo
commit
|
commitdiff
|
tree
2021年01月12日
Tom Lane
pg_dump: label INDEX ATTACH ArchiveEntries with an...
commit
|
commitdiff
|
tree
2021年01月12日
Tom Lane
Doc: fix description of privileges needed for ALTER...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル