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
2019年02月11日
Tom Lane
Redesign the partition dependency mechanism.
commit
|
commitdiff
|
tree
2019年02月11日
Alvaro Herrera
Fix misleading PG_RE_THROW commentary
commit
|
commitdiff
|
tree
2019年02月11日
Peter Eisentraut
Adjust gratuitously different error message wording
commit
|
commitdiff
|
tree
2019年02月11日
Peter Eisentraut
Remove unused macro
commit
|
commitdiff
|
tree
2019年02月11日
Tom Lane
Fix indexable-row-comparison logic to account for cover...
commit
|
commitdiff
|
tree
2019年02月10日
Tom Lane
Add per-test-script runtime display to pg_regress.
commit
|
commitdiff
|
tree
2019年02月10日
Alvaro Herrera
Fix trigger drop procedure
commit
|
commitdiff
|
tree
2019年02月10日
Tom Lane
Solve cross-version-upgrade testing problem induced...
commit
|
commitdiff
|
tree
2019年02月10日
Tom Lane
Repair unsafe/unportable snprintf usage in pg_restore.
commit
|
commitdiff
|
tree
2019年02月09日
Tom Lane
Build out the planner support function infrastructure.
commit
|
commitdiff
|
tree
2019年02月09日
Tom Lane
Create the infrastructure for planner support functions.
commit
|
commitdiff
|
tree
2019年02月09日
Tom Lane
Refactor the representation of indexable clauses in...
commit
|
commitdiff
|
tree
2019年02月09日
Tom Lane
Call set_rel_pathlist_hook before generate_gather_paths...
commit
|
commitdiff
|
tree
2019年02月09日
Peter Eisentraut
Use better comment marker in Autoconf input
commit
|
commitdiff
|
tree
2019年02月09日
Andres Freund
Reset, not recreate, execGrouping.c style hashtables.
commit
|
commitdiff
|
tree
2019年02月09日
Andres Freund
Allow to reset execGrouping.c style tuple hashtables.
commit
|
commitdiff
|
tree
2019年02月09日
Andres Freund
simplehash: Add support for resetting a hashtable's...
commit
|
commitdiff
|
tree
2019年02月09日
Andres Freund
Plug leak in BuildTupleHashTable by creating ExprContex...
commit
|
commitdiff
|
tree
2019年02月08日
Tom Lane
Defend against null error message reported by libxml2.
commit
|
commitdiff
|
tree
2019年02月08日
Tom Lane
Doc: fix thinko in description of how to escape a backs...
commit
|
commitdiff
|
tree
2019年02月08日
Peter Eisentraut
Fix error handling around ssl_*_protocol_version settings
commit
|
commitdiff
|
tree
2019年02月08日
Peter Eisentraut
Add some const decorations
commit
|
commitdiff
|
tree
2019年02月07日
Michael Paquier
Add pg_partition_root to display top-most parent of...
commit
|
commitdiff
|
tree
2019年02月07日
Tom Lane
Split create_foreignscan_path() into three functions.
commit
|
commitdiff
|
tree
2019年02月07日
Andrew Dunstan
Fix perl searchpath for gen_keywordlist.pl
commit
|
commitdiff
|
tree
2019年02月07日
Andrew Dunstan
Fix searchpath and module location for pg_rewind and...
commit
|
commitdiff
|
tree
2019年02月07日
Peter Eisentraut
Use EXECUTE FUNCTION syntax for triggers more
commit
|
commitdiff
|
tree
2019年02月07日
Peter Eisentraut
Allow some recovery parameters to be changed with reload
commit
|
commitdiff
|
tree
2019年02月07日
Peter Eisentraut
Add collation assignment to CALL statement
commit
|
commitdiff
|
tree
2019年02月07日
Amit Kapila
Doc: Update the documentation for row movement behavior...
commit
|
commitdiff
|
tree
2019年02月07日
Michael Paquier
Align better test output regex with grammar in pg_dump...
commit
|
commitdiff
|
tree
2019年02月07日
Michael Paquier
Add more tests for CREATE TABLE AS with WITH NO DATA
commit
|
commitdiff
|
tree
2019年02月06日
Peter Geoghegan
Avoid amcheck inline compression false positives.
commit
|
commitdiff
|
tree
2019年02月06日
Peter Eisentraut
Hide cascade messages in collate tests
commit
|
commitdiff
|
tree
2019年02月06日
Tom Lane
Propagate lateral-reference information to indirect...
commit
|
commitdiff
|
tree
2019年02月06日
Andrew Dunstan
Unify searchpath and do file logic in MSVC build scripts.
commit
|
commitdiff
|
tree
2019年02月06日
Andres Freund
Fix heap_getattr() handling of fast defaults.
commit
|
commitdiff
|
tree
2019年02月06日
Michael Paquier
Tighten some regexes with proper character escaping...
commit
|
commitdiff
|
tree
2019年02月06日
Andrew Dunstan
Fix included file path for modern perl
commit
|
commitdiff
|
tree
2019年02月05日
Andrew Dunstan
Keep perl style checker happy
commit
|
commitdiff
|
tree
2019年02月05日
Tom Lane
Update time zone data files to tzdata release 2018i.
commit
|
commitdiff
|
tree
2019年02月05日
Andrew Dunstan
Fix searchpath for modern Perl for genbki.pl
commit
|
commitdiff
|
tree
2019年02月05日
Tom Lane
Remove unnecessary "inline" marker introduced in commit...
commit
|
commitdiff
|
tree
2019年02月05日
Tom Lane
Doc: in each release branch, keep only that branch...
commit
|
commitdiff
|
tree
2019年02月04日
Tom Lane
Fix dumping of matviews with indirect dependencies...
commit
|
commitdiff
|
tree
2019年02月04日
Peter Eisentraut
Remove unused macro
commit
|
commitdiff
|
tree
2019年02月04日
Andrew Gierth
Move port-specific parts of with_temp_install to port...
commit
|
commitdiff
|
tree
2019年02月04日
Amit Kapila
Make FSM test portable.
commit
|
commitdiff
|
tree
2019年02月04日
Amit Kapila
Avoid creation of the free space map for small heap...
commit
|
commitdiff
|
tree
2019年02月04日
Michael Paquier
Clarify behavior of initdb's --allow-group-access on...
commit
|
commitdiff
|
tree
2019年02月03日
Thomas Munro
Add shared_memory_type GUC.
commit
|
commitdiff
|
tree
2019年02月03日
Andres Freund
Move page initialization from RelationAddExtraBlocks...
commit
|
commitdiff
|
tree
2019年02月03日
Michael Paquier
Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables...
commit
|
commitdiff
|
tree
2019年02月02日
Amit Kapila
Avoid possible deadlock while locking multiple heap...
commit
|
commitdiff
|
tree
2019年02月02日
Michael Paquier
Improve installation instructions with pg_ctl in docume...
commit
|
commitdiff
|
tree
2019年02月01日
Alvaro Herrera
Renaming for new subscripting mechanism
commit
|
commitdiff
|
tree
2019年02月01日
Alvaro Herrera
Add ArchiveOpts to pass options to ArchiveEntry
commit
|
commitdiff
|
tree
2019年02月01日
Thomas Munro
Add combining characters to unaccent.rules.
commit
|
commitdiff
|
tree
2019年02月01日
Alvaro Herrera
Move building of child base quals out into a new function
commit
|
commitdiff
|
tree
2019年02月01日
Michael Paquier
Adjust comment about timeout when waiting for WAL at...
commit
|
commitdiff
|
tree
2019年02月01日
Michael Paquier
Fix use of dangling pointer in heap_delete() when loggi...
commit
|
commitdiff
|
tree
2019年01月31日
Peter Eisentraut
Add more columns to pg_stat_ssl
commit
|
commitdiff
|
tree
2019年01月31日
Michael Paquier
Add --min-xid-age and --min-mxid-age options to vacuumdb
commit
|
commitdiff
|
tree
2019年01月31日
Tom Lane
Allow RECORD and RECORD[] to be specified in function...
commit
|
commitdiff
|
tree
2019年01月30日
Peter Eisentraut
Log PostgreSQL version number on startup
commit
|
commitdiff
|
tree
2019年01月30日
Peter Eisentraut
postmaster: Start syslogger earlier
commit
|
commitdiff
|
tree
2019年01月30日
Michael Meskes
Change error handling of out of scope variables in...
commit
|
commitdiff
|
tree
2019年01月30日
Michael Meskes
Make some ecpg test cases more robust against unexpecte...
commit
|
commitdiff
|
tree
2019年01月30日
Michael Meskes
Make sure that ecpglib's statement variable has a defin...
commit
|
commitdiff
|
tree
2019年01月30日
Peter Eisentraut
Fix a crash in logical replication
commit
|
commitdiff
|
tree
2019年01月30日
Michael Paquier
Do not filter by relkind in vacuumdb's catalog query...
commit
|
commitdiff
|
tree
2019年01月29日
Tom Lane
Rename nodes/relation.h to nodes/pathnodes.h.
commit
|
commitdiff
|
tree
2019年01月29日
Tom Lane
Refactor planner's header files.
commit
|
commitdiff
|
tree
2019年01月29日
Tom Lane
Make some small planner API cleanups.
commit
|
commitdiff
|
tree
2019年01月29日
Peter Eisentraut
Fix pg_stat_ssl.clientdn
commit
|
commitdiff
|
tree
2019年01月29日
Peter Eisentraut
Add tests for pg_stat_ssl system view
commit
|
commitdiff
|
tree
2019年01月29日
Peter Eisentraut
Make SSL tests more robust
commit
|
commitdiff
|
tree
2019年01月29日
Magnus Hagander
Improve wording about WAL files in tar mode of pg_baseb...
commit
|
commitdiff
|
tree
2019年01月29日
Etsuro Fujita
postgres_fdw: Fix test for cached costs in estimate_pat...
commit
|
commitdiff
|
tree
2019年01月29日
Michael Paquier
Use catalog query to discover tables to process in...
commit
|
commitdiff
|
tree
2019年01月29日
Andres Freund
Fix LLVM related headers to compile standalone (to...
commit
|
commitdiff
|
tree
2019年01月29日
Andres Freund
Revert "Move page initialization from RelationAddExtraB...
commit
|
commitdiff
|
tree
2019年01月28日
Andres Freund
Fix race condition between relation extension and vacuum.
commit
|
commitdiff
|
tree
2019年01月28日
Tomas Vondra
Separate per-batch and per-tuple memory contexts in...
commit
|
commitdiff
|
tree
2019年01月28日
Tom Lane
In the planner, replace an empty FROM clause with a...
commit
|
commitdiff
|
tree
2019年01月28日
Andres Freund
Install JIT related headers.
commit
|
commitdiff
|
tree
2019年01月28日
Andres Freund
Move page initialization from RelationAddExtraBlocks...
commit
|
commitdiff
|
tree
2019年01月28日
Peter Eisentraut
psql: Remove unused tab completion query
commit
|
commitdiff
|
tree
2019年01月28日
Peter Eisentraut
doc: Add link from sslinfo to pg_stat_ssl
commit
|
commitdiff
|
tree
2019年01月28日
Michael Paquier
Add tab completion for ALTER INDEX ALTER COLUMN in...
commit
|
commitdiff
|
tree
2019年01月28日
Amit Kapila
Revert "Avoid creation of the free space map for small...
commit
|
commitdiff
|
tree
2019年01月28日
Amit Kapila
Avoid creation of the free space map for small heap...
commit
|
commitdiff
|
tree
2019年01月28日
Amit Kapila
In bootstrap mode, don't allow the creation of files...
commit
|
commitdiff
|
tree
2019年01月27日
Michael Paquier
Add TAP tests for vacuumdb with column lists
commit
|
commitdiff
|
tree
2019年01月27日
Tom Lane
Allow for yet another crash symptom in 013_crash_restar...
commit
|
commitdiff
|
tree
2019年01月26日
Andres Freund
Change function call information to be variable length.
commit
|
commitdiff
|
tree
2019年01月26日
Tom Lane
Fix psql's "\g target" meta-command to work with COPY...
commit
|
commitdiff
|
tree
2019年01月26日
Peter Eisentraut
Make regression test output locale-independent
commit
|
commitdiff
|
tree
2019年01月26日
Tom Lane
Allow UNLISTEN in hot-standby mode.
commit
|
commitdiff
|
tree
2019年01月26日
Michael Paquier
Simplify restriction handling of two-phase commit for...
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル