index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Fix compiler warnings in multivariate MCV code
Tomas Vondra
2019-03-30
Additional fixes of memory alignment in pg_mcv_list code
Tomas Vondra
2019-03-30
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
doc: Fix typo
Peter Eisentraut
2019-03-30
Generated columns
Peter Eisentraut
2019-03-30
Small code simplification for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
doc: Small documentation review for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
doc: Fix typo
Peter Eisentraut
2019-03-29
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-29
Show table access methods as such in psql's \dA.
Andres Freund
2019-03-29
tableam: Comment fixes.
Andres Freund
2019-03-29
Reorganize Notes section in documentation of pg_checksums
Michael Paquier
2019-03-29
doc: Refine README.links further
Peter Eisentraut
2019-03-29
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-29
Fix incorrect code in new REINDEX CONCURRENTLY code
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-28
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-29
Fix typo.
Thomas Munro
2019-03-28
Fix a few comment copy & pastos.
Andres Freund
2019-03-28
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-28
doc: Fix typo
Peter Eisentraut
2019-03-28
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-27
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
Fix vpath build
Peter Eisentraut
2019-03-27
doc: Add some images
Peter Eisentraut
2019-03-27
doc: Move htmlhelp output to subdirectory
Peter Eisentraut
2019-03-27
Use Pandoc also for plain-text documentation output
Peter Eisentraut
2019-03-27
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
pgbench: doExecuteCommand -> executeMetaCommand
Alvaro Herrera
2019-03-27
Suppress uninitialized-variable warning.
Tom Lane
2019-03-27
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
Fix off-by-one error in txid_status().
Thomas Munro
2019-03-27
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-27
Switch function current_schema[s]() to be parallel-unsafe
Michael Paquier
2019-03-27
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-26
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
Add ORDER BY to more ICU regression test cases.
Tom Lane
2019-03-26
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
psql: Schema-qualify typecast in one \d query
Alvaro Herrera
2019-03-26
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-26
Improve psql's \d display of foreign key constraints
Alvaro Herrera
2019-03-26
Fix typo
Magnus Hagander
[next]