git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2019年03月29日 Robert Haas Allow existing VACUUM options to take a Boolean argument. commit | commitdiff | tree
2019年03月29日 Robert Haas Warn more strongly about the dangers of exclusive backu... commit | commitdiff | tree
2019年03月29日 Peter Eisentraut Fix incorrect code in new REINDEX CONCURRENTLY code commit | commitdiff | tree
2019年03月29日 Peter Eisentraut REINDEX CONCURRENTLY commit | commitdiff | tree
2019年03月29日 Andres Freund tableam: relation creation, VACUUM FULL/CLUSTER, SET... commit | commitdiff | tree
2019年03月28日 Thomas Munro Fix typo. commit | commitdiff | tree
2019年03月28日 Andres Freund Fix a few comment copy & pastos. commit | commitdiff | tree
2019年03月28日 Tomas Vondra Fix deserialization of pg_mcv_list values commit | commitdiff | tree
2019年03月28日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
2019年03月28日 Thomas Munro Use FullTransactionId for the transaction stack. commit | commitdiff | tree
2019年03月28日 Thomas Munro Add basic infrastructure for 64 bit transaction IDs. commit | commitdiff | tree
2019年03月28日 Andres Freund tableam: Support for an index build's initial table... commit | commitdiff | tree
2019年03月27日 Peter Eisentraut Fix vpath build commit | commitdiff | tree
2019年03月27日 Peter Eisentraut doc: Add some images commit | commitdiff | tree
2019年03月27日 Peter Eisentraut doc: Move htmlhelp output to subdirectory commit | commitdiff | tree
2019年03月27日 Peter Eisentraut Use Pandoc also for plain-text documentation output commit | commitdiff | tree
2019年03月27日 Tomas Vondra Minor improvements for the multivariate MCV lists commit | commitdiff | tree
2019年03月27日 Tomas Vondra Add support for multivariate MCV lists commit | commitdiff | tree
2019年03月27日 Tom Lane Avoid passing query tlist around separately from root... commit | commitdiff | tree
2019年03月27日 Alvaro Herrera pgbench: doExecuteCommand -> executeMetaCommand commit | commitdiff | tree
2019年03月27日 Tom Lane Suppress uninitialized-variable warning. commit | commitdiff | tree
2019年03月27日 Michael Paquier Improve error handling of column references in expressi... commit | commitdiff | tree
2019年03月27日 Thomas Munro Fix off-by-one error in txid_status(). commit | commitdiff | tree
2019年03月27日 Michael Paquier Switch some palloc/memset calls to palloc0 commit | commitdiff | tree
2019年03月27日 Michael Paquier Switch function current_schema[s]() to be parallel... commit | commitdiff | tree
2019年03月27日 Tomas Vondra Track unowned relations in doubly-linked list commit | commitdiff | tree
2019年03月26日 Andres Freund Compute XID horizon for page level index vacuum on... commit | commitdiff | tree
2019年03月26日 Alvaro Herrera Fix partitioned index creation bug with dropped columns commit | commitdiff | tree
2019年03月26日 Tom Lane Build "other rels" of appendrel baserels in a separate... commit | commitdiff | tree
2019年03月26日 Tom Lane Add ORDER BY to more ICU regression test cases. commit | commitdiff | tree
2019年03月26日 Tom Lane Fix oversight in data-type change for autovacuum_vacuum... commit | commitdiff | tree
2019年03月26日 Alvaro Herrera psql: Schema-qualify typecast in one \d query commit | commitdiff | tree
2019年03月26日 Tom Lane Get rid of duplicate child RTE for a partitioned table. commit | commitdiff | tree
2019年03月26日 Alvaro Herrera Improve psql's \d display of foreign key constraints commit | commitdiff | tree
2019年03月26日 Magnus Hagander Fix typo commit | commitdiff | tree
2019年03月26日 Peter Eisentraut Fix misplaced const commit | commitdiff | tree
2019年03月26日 Andres Freund Remove heap_hot_search(). commit | commitdiff | tree
2019年03月26日 Michael Paquier Fix crash when using partition bound expressions commit | commitdiff | tree
2019年03月26日 Andres Freund tableam: Add table_get_latest_tid, to wrap heap_get_lat... commit | commitdiff | tree
2019年03月25日 Andres Freund tableam: Add helper for indexes to check if a correspon... commit | commitdiff | tree
2019年03月25日 Thomas Munro Add MacPorts support to src/test/ldap tests. commit | commitdiff | tree
2019年03月25日 Tom Lane Improve planner's selectivity estimates for inequalitie... commit | commitdiff | tree
2019年03月25日 Tom Lane Doc: clarify that REASSIGN OWNED doesn't handle default... commit | commitdiff | tree
2019年03月25日 Tom Lane Suppress Append and MergeAppend plan nodes that have... commit | commitdiff | tree
2019年03月25日 Peter Geoghegan Add "split after new tuple" nbtree optimization. commit | commitdiff | tree
2019年03月25日 Tom Lane Further code review for new integerset code. commit | commitdiff | tree
2019年03月25日 Heikki Linnakangas Refactor code to print pgbench progress reports. commit | commitdiff | tree
2019年03月25日 Robert Haas Fix use of wrong datatype with sizeof(). commit | commitdiff | tree
2019年03月25日 Alvaro Herrera pgbench: Remove \cset commit | commitdiff | tree
2019年03月25日 Robert Haas Add progress reporting for CLUSTER and VACUUM FULL. commit | commitdiff | tree
2019年03月25日 Alexander Korotkov Get rid of backtracking in jsonpath_scan.l commit | commitdiff | tree
2019年03月25日 Alexander Korotkov Cosmetic changes for jsonpath_gram.y and jsonpath_scan.l commit | commitdiff | tree
2019年03月25日 Heikki Linnakangas Clean up the Simple-8b encoder code. commit | commitdiff | tree
2019年03月25日 Peter Eisentraut Align timestamps in pg_regress output commit | commitdiff | tree
2019年03月25日 Peter Eisentraut Add macro to cast away volatile without allowing change... commit | commitdiff | tree
2019年03月25日 Peter Eisentraut Initialize structure at declaration commit | commitdiff | tree
2019年03月25日 Andres Freund tableam: Add and use table_fetch_row_version(). commit | commitdiff | tree
2019年03月25日 Peter Eisentraut Add ORDER BY to regression test case commit | commitdiff | tree
2019年03月25日 Andres Freund tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED... commit | commitdiff | tree
2019年03月24日 Tom Lane Un-hide most cascaded-drop details in regression test... commit | commitdiff | tree
2019年03月24日 Tom Lane Sort dependent objects before reporting them in DROP... commit | commitdiff | tree
2019年03月24日 Peter Geoghegan Remove dead code from nbtsplitloc.c. commit | commitdiff | tree
2019年03月24日 Tom Lane Avoid double-free in vacuumlo error path. commit | commitdiff | tree
2019年03月24日 Michael Paquier Make current_logfiles use permissions assigned to files... commit | commitdiff | tree
2019年03月24日 Peter Eisentraut Transaction chaining commit | commitdiff | tree
2019年03月24日 Andres Freund Remove spurious return. commit | commitdiff | tree
2019年03月24日 Andres Freund tableam: Add tuple_{insert, delete, update, lock} and... commit | commitdiff | tree
2019年03月23日 Tom Lane Remove inadequate check for duplicate "xml" PI. commit | commitdiff | tree
2019年03月23日 Tom Lane Ensure xmloption = content while restoring pg_dump... commit | commitdiff | tree
2019年03月23日 Tom Lane Accept XML documents when xmloption = content, as requi... commit | commitdiff | tree
2019年03月23日 Peter Geoghegan Suppress DETAIL output from an event_trigger test. commit | commitdiff | tree
2019年03月23日 Peter Geoghegan Add nbtree high key "continuescan" optimization. commit | commitdiff | tree
2019年03月23日 Michael Paquier Improve format of code and some error messages in pg_ch... commit | commitdiff | tree
2019年03月23日 Tom Lane Add unreachable "break" to satisfy -Wimplicit-fallthrough. commit | commitdiff | tree
2019年03月23日 Andres Freund Expand EPQ tests for UPDATEs and DELETEs commit | commitdiff | tree
2019年03月22日 Michael Paquier Add option -N/--no-sync to pg_checksums commit | commitdiff | tree
2019年03月22日 Peter Eisentraut Revert "Add gitignore entries for jsonpath_gram.h" commit | commitdiff | tree
2019年03月22日 Michael Paquier Add options to enable and disable checksums in pg_checksums commit | commitdiff | tree
2019年03月22日 Peter Eisentraut Make subscription collation test work independent of... commit | commitdiff | tree
2019年03月22日 Peter Eisentraut Add gitignore entries for jsonpath_gram.h commit | commitdiff | tree
2019年03月22日 Tom Lane Rearrange make_partitionedrel_pruneinfo to avoid work... commit | commitdiff | tree
2019年03月22日 Peter Geoghegan Go back to suppressing foreign_data DETAIL test output. commit | commitdiff | tree
2019年03月22日 Tom Lane Don't copy PartitionBoundInfo in set_relation_partition... commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Fix yet more portability bugs in integerset and its... commit | commitdiff | tree
2019年03月22日 Peter Eisentraut Fix ICU tests for older ICU versions commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas More portability fixes for integerset tests. commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Make printf format strings in test_integerset portable. commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Make the integerset test more verbose. commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Fix bug in the GiST vacuum's 2nd stage. commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Delete empty pages during GiST VACUUM. commit | commitdiff | tree
2019年03月22日 Heikki Linnakangas Add IntegerSet, to hold large sets of 64-bit ints effic... commit | commitdiff | tree
2019年03月22日 Peter Eisentraut Collations with nondeterministic comparison commit | commitdiff | tree
2019年03月22日 Michael Paquier Fix crash with pg_partition_root commit | commitdiff | tree
2019年03月21日 Peter Geoghegan Revert "Suppress DETAIL output from a foreign_data... commit | commitdiff | tree
2019年03月21日 Alvaro Herrera Catversion bump announced in previous commit but forgotten commit | commitdiff | tree
2019年03月21日 Alvaro Herrera Fix dependency recording bug for partitioned PKs commit | commitdiff | tree
2019年03月21日 Tom Lane Improve error reporting for DROP FUNCTION/PROCEDURE... commit | commitdiff | tree
2019年03月21日 Thomas Munro Add DNS SRV support for LDAP server discovery. commit | commitdiff | tree
2019年03月20日 Tom Lane Sort the dependent objects before deletion in DROP... commit | commitdiff | tree
2019年03月20日 Alvaro Herrera Add index_get_partition convenience function commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /