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年04月03日 Alvaro Herrera Correctly initialize newly added struct member commit | commitdiff | tree
2019年04月02日 Alvaro Herrera Prevent use of uninitialized variable commit | commitdiff | tree
2019年04月02日 Alvaro Herrera Update expected output for modified catalog definition commit | commitdiff | tree
2019年04月02日 Alvaro Herrera Report progress of CREATE INDEX operations commit | commitdiff | tree
2019年04月02日 Stephen Frost Add support for partial TOAST decompression commit | commitdiff | tree
2019年04月02日 Etsuro Fujita postgres_fdw: Perform the (FINAL, NULL) upperrel operat... commit | commitdiff | tree
2019年04月02日 Etsuro Fujita Refactor create_limit_path() to share cost adjustment... commit | commitdiff | tree
2019年04月02日 Etsuro Fujita postgres_fdw: Modify regression tests for EPQ-related... commit | commitdiff | tree
2019年04月02日 Etsuro Fujita postgres_fdw: Perform the (ORDERED, NULL) upperrel... commit | commitdiff | tree
2019年04月02日 Dean Rasheed Perform RLS subquery checks as the right user when... commit | commitdiff | tree
2019年04月02日 Michael Paquier Add progress reporting to pg_checksums commit | commitdiff | tree
2019年04月02日 Thomas Munro Add wal_recycle and wal_init_zero GUCs. commit | commitdiff | tree
2019年04月01日 Andres Freund Only allow heap in a number of contrib modules. commit | commitdiff | tree
2019年04月01日 Andres Freund tableam: Add table_finish_bulk_insert(). commit | commitdiff | tree
2019年04月01日 Tom Lane Restrict pgbench's zipfian parameter to ensure good... commit | commitdiff | tree
2019年04月01日 Thomas Munro Fix deadlock in heap_compute_xid_horizon_for_tuples(). commit | commitdiff | tree
2019年04月01日 Tom Lane Improve documentation about our XML functionality. commit | commitdiff | tree
2019年04月01日 Tom Lane Add volatile qualifier missed in commit 2e616dee9. commit | commitdiff | tree
2019年04月01日 Peter Eisentraut Unified logging system for command-line programs commit | commitdiff | tree
2019年04月01日 Alexander Korotkov Throw error in jsonb_path_match() when result is not... commit | commitdiff | tree
2019年04月01日 Alexander Korotkov Restrict some cases in parsing numerics in jsonpath commit | commitdiff | tree
2019年04月01日 Alexander Korotkov GIN support for @@ and @? jsonpath operators commit | commitdiff | tree
2019年04月01日 Peter Eisentraut Catch syntax error in generated column definition commit | commitdiff | tree
2019年04月01日 Michael Paquier Fix thinko in allocation call during MVC list deseriali... commit | commitdiff | tree
2019年04月01日 Noah Misch Update HINT for pre-existing shared memory block. commit | commitdiff | tree
2019年04月01日 Andres Freund tableam: bitmap table scan. commit | commitdiff | tree
2019年04月01日 Andres Freund tableam: sample scan. commit | commitdiff | tree
2019年04月01日 Andres Freund tableam: Formatting and other minor cleanups. commit | commitdiff | tree
2019年04月01日 Peter Geoghegan Fix nbtree high key "continuescan" row compare bug. commit | commitdiff | tree
2019年03月31日 Tom Lane Add test case exercising formerly-unreached code in... commit | commitdiff | tree
2019年03月31日 Tom Lane Compute root->qual_security_level in a less random... commit | commitdiff | tree
2019年03月31日 Michael Paquier Skip redundant anti-wraparound vacuums commit | commitdiff | tree
2019年03月31日 Andrew Dunstan Have pg_upgrade's Makefile honor NO_TEMP_INSTALL commit | commitdiff | tree
2019年03月31日 Andres Freund tableam: Move heap specific logic from estimate_rel_siz... commit | commitdiff | tree
2019年03月31日 Andres Freund tableam: VACUUM and ANALYZE support. commit | commitdiff | tree
2019年03月31日 Tomas Vondra Fix typo commit | commitdiff | tree
2019年03月30日 Tom Lane Speed up planning when partitions can be pruned at... commit | commitdiff | tree
2019年03月30日 Tomas Vondra Fix compiler warnings in multivariate MCV code commit | commitdiff | tree
2019年03月30日 Tomas Vondra Additional fixes of memory alignment in pg_mcv_list... commit | commitdiff | tree
2019年03月30日 Tom Lane Avoid crash in partitionwise join planning under GEQO. commit | commitdiff | tree
2019年03月30日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
2019年03月30日 Peter Eisentraut Generated columns commit | commitdiff | tree
2019年03月30日 Peter Eisentraut Small code simplification for REINDEX CONCURRENTLY commit | commitdiff | tree
2019年03月29日 Peter Eisentraut doc: Small documentation review for REINDEX CONCURRENTLY commit | commitdiff | tree
2019年03月29日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
2019年03月29日 Peter Geoghegan Tweak some nbtree-related code comments. commit | commitdiff | tree
2019年03月29日 Tomas Vondra Fix memory alignment in pg_mcv_list serialization commit | commitdiff | tree
2019年03月29日 Andres Freund Show table access methods as such in psql's \dA. commit | commitdiff | tree
2019年03月29日 Andres Freund tableam: Comment fixes. commit | commitdiff | tree
2019年03月29日 Michael Paquier Reorganize Notes section in documentation of pg_checksums commit | commitdiff | tree
2019年03月29日 Peter Eisentraut doc: Refine README.links further commit | commitdiff | tree
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
next
This is the main PostgreSQL git repository.
RSS Atom

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