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
2014年11月14日
Alvaro Herrera
Allow interrupting GetMultiXactIdMembers
commit
|
commitdiff
|
tree
2014年11月14日
Andres Freund
Move BufferGetBlockNumber() out of heap_page_is_all_vis...
commit
|
commitdiff
|
tree
2014年11月14日
Andres Freund
Add valgrind suppression for pg_atomic_init_u64.
commit
|
commitdiff
|
tree
2014年11月14日
Peter Eisentraut
Improve logical decoding log messages
commit
|
commitdiff
|
tree
2014年11月13日
Andres Freund
Adapt valgrind.supp to the XLogInsert() split.
commit
|
commitdiff
|
tree
2014年11月13日
Tom Lane
Fix pg_dumpall to restore its ability to dump from...
commit
|
commitdiff
|
tree
2014年11月13日
Andres Freund
Fix and improve cache invalidation logic for logical...
commit
|
commitdiff
|
tree
2014年11月13日
Andres Freund
Fix xmin/xmax horizon computation during logical decodi...
commit
|
commitdiff
|
tree
2014年11月13日
Heikki Linnakangas
Fix race condition between hot standby and restoring...
commit
|
commitdiff
|
tree
2014年11月13日
Alvaro Herrera
Tweak row-level locking documentation
commit
|
commitdiff
|
tree
2014年11月13日
Robert Haas
Move the guts of our Levenshtein implementation into...
commit
|
commitdiff
|
tree
2014年11月13日
Peter Eisentraut
doc: Add index entry for "hypothetical-set aggregate"
commit
|
commitdiff
|
tree
2014年11月13日
Heikki Linnakangas
Fix XLogReadBufferForRedoExtended to get cleanup lock...
commit
|
commitdiff
|
tree
2014年11月13日
Fujii Masao
Rename pending_list_cleanup_size to gin_pending_list_limit.
commit
|
commitdiff
|
tree
2014年11月12日
Tom Lane
Explicitly support the case that a plancache's raw_pars...
commit
|
commitdiff
|
tree
2014年11月12日
Andres Freund
Fix several weaknesses in slot and logical replication...
commit
|
commitdiff
|
tree
2014年11月12日
Andres Freund
Add interrupt checks to contrib/pg_prewarm.
commit
|
commitdiff
|
tree
2014年11月12日
Noah Misch
Use just one database connection in the "tablespace...
commit
|
commitdiff
|
tree
2014年11月12日
Peter Eisentraut
Message improvements
commit
|
commitdiff
|
tree
2014年11月11日
Robert Haas
Remove incorrect comment.
commit
|
commitdiff
|
tree
2014年11月11日
Tom Lane
Loop when necessary in contrib/pgcrypto's pktreader_pull().
commit
|
commitdiff
|
tree
2014年11月11日
Tom Lane
Fix dependency searching for case where column is visit...
commit
|
commitdiff
|
tree
2014年11月11日
Fujii Masao
Add generate_series(numeric, numeric).
commit
|
commitdiff
|
tree
2014年11月11日
Fujii Masao
Add GUC and storage parameter to set the maximum size...
commit
|
commitdiff
|
tree
2014年11月11日
Heikki Linnakangas
Really fix compilation failure on MIPS.
commit
|
commitdiff
|
tree
2014年11月10日
Heikki Linnakangas
Fix compilation failure on MIPS.
commit
|
commitdiff
|
tree
2014年11月10日
Alvaro Herrera
BRIN: fix bug in xlog backup block counting
commit
|
commitdiff
|
tree
2014年11月10日
Robert Haas
Fix potential NULL-pointer dereference.
commit
|
commitdiff
|
tree
2014年11月10日
Tom Lane
Ensure that RowExprs and whole-row Vars produce the...
commit
|
commitdiff
|
tree
2014年11月10日
Alvaro Herrera
Further code and wording tweaks in BRIN
commit
|
commitdiff
|
tree
2014年11月10日
Kevin Grittner
Fix compiler warning for non-assert builds.
commit
|
commitdiff
|
tree
2014年11月10日
Robert Haas
Tab complete second argument to \c with role names.
commit
|
commitdiff
|
tree
2014年11月10日
Bruce Momjian
C comment: mention 1500-02-29 as an invalid date
commit
|
commitdiff
|
tree
2014年11月08日
Alvaro Herrera
Fix some coding issues in BRIN
commit
|
commitdiff
|
tree
2014年11月08日
Peter Eisentraut
pg_basebackup: Adjust tests for long file name issues
commit
|
commitdiff
|
tree
2014年11月08日
Peter Eisentraut
doc: Update pg_receivexlog note
commit
|
commitdiff
|
tree
2014年11月07日
Robert Haas
Introduce custom path and scan providers.
commit
|
commitdiff
|
tree
2014年11月07日
Heikki Linnakangas
Fix building with WAL_DEBUG.
commit
|
commitdiff
|
tree
2014年11月07日
Robert Haas
Use the sortsupport infrastructure in more cases.
commit
|
commitdiff
|
tree
2014年11月07日
Robert Haas
Update pg_xlogdump's .gitignore for brindesc.c.
commit
|
commitdiff
|
tree
2014年11月07日
Alvaro Herrera
Fix serial schedule
commit
|
commitdiff
|
tree
2014年11月07日
Alvaro Herrera
BRIN: Block Range Indexes
commit
|
commitdiff
|
tree
2014年11月07日
Heikki Linnakangas
Fix generation of SP-GiST vacuum WAL records.
commit
|
commitdiff
|
tree
2014年11月07日
Heikki Linnakangas
Remove obsolete cases from GiST update redo code.
commit
|
commitdiff
|
tree
2014年11月07日
Tom Lane
Cope with more than 64K phrases in a thesaurus dictionary.
commit
|
commitdiff
|
tree
2014年11月06日
Tom Lane
Fix normalization of numeric values in JSONB GIN indexes.
commit
|
commitdiff
|
tree
2014年11月06日
Fujii Masao
Prevent the unnecessary creation of .ready file for...
commit
|
commitdiff
|
tree
2014年11月06日
Heikki Linnakangas
Move the backup-block logic from XLogInsert to a new...
commit
|
commitdiff
|
tree
2014年11月06日
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
2014年11月06日
Fujii Masao
Implement IF NOT EXIST for CREATE INDEX.
commit
|
commitdiff
|
tree
2014年11月06日
Bruce Momjian
C comment: mention why the Gregorian calendar is used...
commit
|
commitdiff
|
tree
2014年11月06日
Tom Lane
Remove the last vestige of server-side autocommit.
commit
|
commitdiff
|
tree
2014年11月05日
Robert Haas
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
commit
|
commitdiff
|
tree
2014年11月05日
Tom Lane
Make CREATE TYPE print warnings if a datatype's I/O...
commit
|
commitdiff
|
tree
2014年11月05日
Tom Lane
Fix volatility markings of some contrib I/O functions.
commit
|
commitdiff
|
tree
2014年11月04日
Peter Eisentraut
doc: Move misplaced paragraph
commit
|
commitdiff
|
tree
2014年11月04日
Tom Lane
Drop no-longer-needed buffers during ALTER DATABASE...
commit
|
commitdiff
|
tree
2014年11月04日
Heikki Linnakangas
Switch to CRC-32C in WAL and other places.
commit
|
commitdiff
|
tree
2014年11月04日
Heikki Linnakangas
Remove support for 64-bit CRC.
commit
|
commitdiff
|
tree
2014年11月03日
Robert Haas
pqmq.h needs to include something that defines StringInfo.
commit
|
commitdiff
|
tree
2014年11月03日
Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option.
commit
|
commitdiff
|
tree
2014年11月03日
Noah Misch
Remove dead-since-introduction pgcrypto code.
commit
|
commitdiff
|
tree
2014年11月03日
Noah Misch
Clarify .def file comments.
commit
|
commitdiff
|
tree
2014年11月03日
Noah Misch
Re-remove dependency on the DLL of pythonxx.def file.
commit
|
commitdiff
|
tree
2014年11月03日
Noah Misch
Make ECPG test programs depend on "ecpg$(X)", not ...
commit
|
commitdiff
|
tree
2014年11月03日
Noah Misch
Fix win32setlocale.c const-related warnings.
commit
|
commitdiff
|
tree
2014年11月03日
Peter Eisentraut
Fix generation of INSTALL file by removing link
commit
|
commitdiff
|
tree
2014年11月02日
Peter Eisentraut
Add configure --enable-tap-tests option
commit
|
commitdiff
|
tree
2014年11月01日
Peter Eisentraut
PL/Python: Fix example
commit
|
commitdiff
|
tree
2014年10月31日
Robert Haas
Support frontend-backend protocol communication using...
commit
|
commitdiff
|
tree
2014年10月31日
Peter Eisentraut
doc: Fix typos
commit
|
commitdiff
|
tree
2014年10月31日
Peter Eisentraut
doc: Wording and formatting improvements in new logical...
commit
|
commitdiff
|
tree
2014年10月31日
Peter Eisentraut
doc: Improve CREATE VIEW / WITH documentation
commit
|
commitdiff
|
tree
2014年10月30日
Robert Haas
Extend dsm API with a new function dsm_unpin_mapping.
commit
|
commitdiff
|
tree
2014年10月30日
Tom Lane
Test IsInTransactionChain, not IsTransactionBlock,...
commit
|
commitdiff
|
tree
2014年10月30日
Robert Haas
"Pin", rather than "keep", dynamic shared memory mappin...
commit
|
commitdiff
|
tree
2014年10月29日
Peter Eisentraut
Remove use of TAP subtests
commit
|
commitdiff
|
tree
2014年10月29日
Tom Lane
Avoid corrupting tables when ANALYZE inside a transacti...
commit
|
commitdiff
|
tree
2014年10月29日
Robert Haas
Avoid setup work for invalidation messages at start...
commit
|
commitdiff
|
tree
2014年10月29日
Heikki Linnakangas
Reset error message at PQreset()
commit
|
commitdiff
|
tree
2014年10月28日
Tom Lane
Remove obsolete commentary.
commit
|
commitdiff
|
tree
2014年10月28日
Heikki Linnakangas
Remove unnecessary assignment.
commit
|
commitdiff
|
tree
2014年10月27日
Noah Misch
MinGW: Include .dll extension in .def file LIBRARY...
commit
|
commitdiff
|
tree
2014年10月27日
Robert Haas
Add missing equals signs to pg_recvlogical documentation.
commit
|
commitdiff
|
tree
2014年10月27日
Heikki Linnakangas
Fix two bugs in tsquery @> operator.
commit
|
commitdiff
|
tree
2014年10月27日
Bruce Momjian
Add variable names to two LWLock C prototypes
commit
|
commitdiff
|
tree
2014年10月27日
Tom Lane
Avoid unportable strftime() behavior in pg_dump/pg_dumpall.
commit
|
commitdiff
|
tree
2014年10月26日
Tom Lane
Fix undersized result buffer in pset_quoted_string().
commit
|
commitdiff
|
tree
2014年10月26日
Tom Lane
Improve planning of btree index scans using ScalarArray...
commit
|
commitdiff
|
tree
2014年10月26日
Peter Eisentraut
Fix TAP tests with Perl 5.12
commit
|
commitdiff
|
tree
2014年10月26日
Peter Eisentraut
Fix TAP tests with Perl 5.8
commit
|
commitdiff
|
tree
2014年10月25日
Andres Freund
Add native compiler and memory barriers for solaris...
commit
|
commitdiff
|
tree
2014年10月24日
Heikki Linnakangas
Work around Windows locale name with non-ASCII character.
commit
|
commitdiff
|
tree
2014年10月24日
Heikki Linnakangas
Forgot #include "pg_getopt.h", now that pg_controldata...
commit
|
commitdiff
|
tree
2014年10月24日
Heikki Linnakangas
Complain if too many options are passed to pg_controlda...
commit
|
commitdiff
|
tree
2014年10月24日
Heikki Linnakangas
Oops, the commit accept pg_controldata -D datadir misse...
commit
|
commitdiff
|
tree
2014年10月24日
Robert Haas
Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1e...
commit
|
commitdiff
|
tree
2014年10月24日
Alvaro Herrera
psql: complain if pg_dump custom-format is detected
commit
|
commitdiff
|
tree
2014年10月23日
Alvaro Herrera
Update README.tuplock
commit
|
commitdiff
|
tree
2014年10月23日
Tom Lane
In type_sanity, check I/O functions of built-in types...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル